Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Fix for bug 405270: [1.8][refactoring] Handling of receiver parameterManju Mathew1-73/+82
2012-11-09Bug 393932: [refactoring] pull-up with "use the destination type where possib...Stephan Herrmann1-11/+14
2011-03-18Bug 340470: [implementation] Use ASTProvider.SHARED_AST_LEVEL instead of AST....Markus Keller1-4/+4
2011-03-01Bug 320875: Move to J2SE-1.5Markus Keller1-80/+90
2010-05-21Updated copyright date.Dani Megert1-1/+1
2009-09-14Bug 250944: Adopt NodeFinder from jdt.core.domv20090914-0800Markus Keller1-4/+4
2008-12-31copyright updatesDani Megert1-1/+1
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert1-33/+33
2007-11-22use ProcessorBasedRefactoring, avoid subclassesMartin Aeschlimann1-2/+1
2007-10-11removed ICommentProviderMartin Aeschlimann1-27/+2
2007-05-29Updated copyright date.v20070530-0010Dani Megert1-2/+2
2007-04-25Removed deprecationTobias Widmer1-1/+1
2006-07-05Conversion to new APITobias Widmer1-0/+2
2006-06-21Renaming due to name clashes in JDT Core ManipulationTobias Widmer1-2/+2
2006-04-27133609 Java Model Exception: A.java does not exist when Extract SupertypeTobias Widmer1-1/+61
2006-04-24Continued on refactoring detailsTobias Widmer1-0/+20
2006-04-13ConsolidationTobias Widmer1-2/+2
2006-04-07135134 Duplicate Assert classMartin Aeschlimann1-1/+1
2006-04-0699202 Extract interface has bad progress reportingTobias Widmer1-152/+188
2006-04-03removed unnecessary setting of SOURCE_PROPERTY in RefactoringASTParser (bug 7...Markus Keller1-2/+0
2006-03-28Updated copyright.Markus Keller1-2/+2
2006-03-27Generalized code between different super type refactoringsTobias Widmer1-3/+3
2006-03-22Extracted functionality to replace subtypesTobias Widmer1-0/+27
2006-03-20Continued on Extract SupertypeTobias Widmer1-38/+42
2006-03-17Extracted common super type refactoring functionalityTobias Widmer1-101/+497
2006-03-08Added categories to discriminate use supertype changesTobias Widmer1-0/+6
2006-02-10API refactoringTobias Widmer1-1/+1
2006-02-01replaced internalToSignature to toSignatureMartin Aeschlimann1-1/+1
2006-01-23Consolidation and commenting workTobias Widmer1-1/+26
2006-01-09Addes scripting support to all refactorings except Generalize TypeTobias Widmer1-2/+6
2005-06-1099339 NPE during Use Supertype Refactoring [refactoring]Tobias Widmer1-5/+2
2005-06-08Setting batch size to 500 according to JDT Core recommendationTobias Widmer1-1/+1
2005-06-06Batching compilation for performance reasonsTobias Widmer1-24/+38
2005-05-3197026 Extract Interface misses type reference to replace [refactoring]Tobias Widmer1-11/+18
2005-05-31Super type constraints performance optimizationsTobias Widmer1-20/+16
2005-05-2496418 ASTParser#setCompilerOptions(..) must be called after ASTParser#setProj...Tobias Widmer1-3/+3
2005-05-0268983Tobias Widmer1-15/+16
2005-04-28Added null checksTobias Widmer1-37/+43
2005-04-13Conversion to new NLS storyTobias Widmer1-8/+8
2005-04-04Improved progress monitoringTobias Widmer1-69/+126
2005-03-23Removed dependency on Binding.find... methods taking a WorkingCopyOwnerTobias Widmer1-20/+33
2005-03-22Type occurrence rewriting now uses full binding based informationTobias Widmer1-138/+72
2005-03-16Removed deprecated compliance levelTobias Widmer1-10/+16
2005-03-14RenamingTobias Widmer1-16/+18
2005-03-09Promoted covariance flag to compliance level flagTobias Widmer1-65/+64
2005-03-09Moved instanceof flag to SuperTypeRefactoringProcessorTobias Widmer1-1/+22
2005-03-08Type occurrences rewriting now uses compilation unit rewritesTobias Widmer1-27/+38
2005-02-25Implementation cleanupTobias Widmer1-1/+12
2005-02-25Converted from CPL to EPLDirk Baeumer1-6/+6
2005-02-25Added support for covariant return typesTobias Widmer1-0/+11

Back to the top