Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-04Fix some compiler warnings, remove unused code.Markus Schorn1-4/+6
2012-04-06Minor code cleanup.Sergey Prigogin1-32/+31
2012-04-05Bug 255093 - In C++ refactoring, selection should be updated like JavaSergey Prigogin2-56/+385
2012-03-30Code simplification.Sergey Prigogin1-67/+49
2012-03-20Fixed excessive code reformatting.Sergey Prigogin1-1/+5
2012-02-16Revert "Fixed handling of trailing comments after compound statements."Sergey Prigogin1-3/+3
2012-02-16Fixed handling of trailing comments after compound statements.Sergey Prigogin1-3/+3
2012-02-15Bug 347712 - Use shared AST in ExtractLocalVariableRefactoring.Sergey Prigogin1-0/+4
2012-02-11Let formatter know about the translation unit so that it can resolveSergey Prigogin1-9/+13
2012-02-10Revert "Let formatter know about the translation unit so that it can resolve ...Sergey Prigogin1-8/+6
2012-02-10Let formatter know about the translation unit so that it canSergey Prigogin1-6/+8
2012-01-08Removed unused includes.Sergey Prigogin1-2/+1
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-1/+1
2011-12-30Improved handling of blank lines when appending to a translation unit.Sergey Prigogin1-16/+36
2011-12-29Cosmetics.Sergey Prigogin1-3/+1
2011-12-29Code streamlining.Sergey Prigogin1-24/+15
2011-12-23Bug 363244. Fixed the case when newly inserted nodes are wrapped inSergey Prigogin1-0/+8
2011-12-18Fixed MalformedTreeException.Sergey Prigogin1-10/+9
2011-12-14Renamed the Messages class.Sergey Prigogin3-8/+8
2011-12-14Code cleanup.Sergey Prigogin1-56/+44
2011-12-14Removed an unused method.Sergey Prigogin1-21/+0
2011-12-14Bug 363244 - Generate Getters and Setters expands macro with typedef andSergey Prigogin3-501/+799
2011-11-13Adjusted Javadoc.Sergey Prigogin1-0/+1
2011-11-07Automatic formatting of code affected by refactoring.Sergey Prigogin7-102/+287
2011-11-07Cosmetics.Sergey Prigogin2-42/+27
2011-11-07Method name adjustment.Sergey Prigogin1-5/+5
2011-10-27Code streamlining.Sergey Prigogin1-28/+4
2011-08-07Cosmetics.sprigogin1-2/+3
2011-07-14Cosmetics.sprigogin2-217/+155
2011-03-09Bug 333939: When a statement is replaced or removed using the ASTRewrite clas...Emanuel Graf8-21/+55
2011-03-06Removed uses of a deprecated class.Sergey Prigogin6-43/+27
2011-02-21Bug 337714: Fixed streamline ChangeGeneratorEmanuel Graf2-155/+118
2011-01-12Bug 333842: The ASTRewriter looses one insertion edits if one both inserts be...Emanuel Graf1-21/+23
2010-09-14Bug 323780: "Generate Getters and Setters..." crashesEmanuel Graf1-5/+18
2010-06-03Bug 315439 Fix up copyrightVivian Kong2-2/+2
2010-03-18Fix for failing unit testsEmanuel Graf1-2/+6
2010-02-23Compiler warnings.Markus Schorn1-18/+13
2009-11-24Merge ListsEmanuel Graf1-2/+8
2009-07-29FIXED - bug 284888: When I do "extract method" I get a "String index out of r...Emanuel Graf1-1/+2
2009-04-28Bug 269980 ResourceLookup#selectFileForLocation(...) may now return non-exist...James Blackburn1-1/+1
2009-01-14Use Platform's findFiles as fallback, bug 260516.Markus Schorn1-6/+3
2008-10-29superfluous importEmanuel Graf1-1/+0
2008-10-29FIXED - bug 252511: UnhandedASTModificationException when refactoring source ...Emanuel Graf1-2/+6
2008-09-11FIXED - bug 246921: NPE in ChangeGenerator when extracting constantEmanuel Graf1-2/+4
2008-08-05Empty versus no exception specification, bug 86943.Markus Schorn1-0/+7
2008-08-04AST representation for member-initializers and function try block, bug 237253.Markus Schorn2-12/+13
2008-06-18Allows to visit array-modifiers, bug 237605.Markus Schorn2-39/+5
2008-06-18Fixes parsing of declarations and new expressions, bug 84242+236856.Markus Schorn3-15/+65
2008-06-11copyrightsChris Recoskie2-0/+21
2008-05-30Fixes for refactoring by Guido Zgraggen and Lukas Felber, bug 234783, 234786 ...Markus Schorn3-1/+37

Back to the top