aboutsummaryrefslogtreecommitdiff
path: root/src/eclipseAgent/lombok/eclipse/agent/PatchFixes.java
AgeCommit message (Expand)Author
2014-06-05addendum to previous commit; found hardcoded reference to an added field and ...Roel Spilker
2014-02-20[suspect:eclipse] Fix for issue 633: refactor script 'extract local variable'...Roel Spilker
2013-10-10No functional change, but runPostCompiler in eclipse patching is no longer tr...Reinier Zwitserloot
2013-05-30Fixes for issue 470: VerifyErrors when using @SneakyThrows.Reinier Zwitserloot
2013-04-23added support for lombok.disablePostCompiler.Reinier Zwitserloot
2012-04-23Fix for bug introduced in 48e73a7180ac459d2949e66f2cacc46e08466fce (2 commits...Reinier Zwitserloot
2012-01-19Merge branch 'Issue_325' of https://github.com/jvanderhel/lombok into jappeReinier Zwitserloot
2012-01-19Removed unused imports from PatchFixesReinier Zwitserloot
2012-01-181) rollback of rollback fixRetrieveRightBraceOrSemiColonPositionJappe van der Hel
2012-01-16Issue 325: revert old behaviour of fixRetrieveRightBrace...Sander Koning
2012-01-16Merge pull request #27 from jvanderhel/Issue_316_Rename_with_multiple_types_IISander Koning
2012-01-16Code reviewSander Koning
2012-01-101) We now honor the "public" and "abstract" modifier settingsJappe van der Hel
2012-01-10removeGeneratedMethods was broken, causing the rename to failJappe van der Hel
2012-01-10"QualifiedName"'s are now also marked as generated during ASTConverter phase ...Jappe van der Hel
2012-01-09The line about lombok added to the about dialog wasn't working for all eclips...Roel Spilker
2012-01-09Lombok now adds a line about itself to the Eclipse about dialog via patching....Reinier Zwitserloot
2012-01-09Code reviewRoel Spilker
2012-01-09MergeRoel Spilker
2012-01-09Updated copyright yearsRoel Spilker
2012-01-03extract interface now also works on inner types and side types (annotated wit...Jappe van der Hel
2012-01-03Extract interface now works when @Data is present.Jappe van der Hel
2011-12-21Extract interface now works when @Data is present.Jappe van der Hel
2011-12-20Fix for Issue 265, Sort members now works when class has @Data and @Log annot...Jappe van der Hel
2011-11-28Merge branch 'Highlighting' of https://github.com/jvanderhel/lombok into jvan...Reinier Zwitserloot
2011-11-28Merge branch 'Issue_81' of https://github.com/jvanderhel/lombok into jvanderh...Reinier Zwitserloot
2011-11-251) Fixed sourceEnds while determining which nodes should be copiedjvanderhel
2011-11-24Syntax and occurrence highlighting now skip generated positionsjvanderhel
2011-11-24Fix for issue 51. We now ignore unchanged generated nodes, so their position ...jvanderhel
2011-11-24Some more save actions fixedjvanderhel
2011-11-15Merge branch 'Issue_263' of https://github.com/jvanderhel/lombok into jvander...Reinier Zwitserloot
2011-11-15Merge branch 'Issue_138' of https://github.com/jvanderhel/lombok into jvander...Reinier Zwitserloot
2011-11-13disabling lombok for all postsavelisteners proved to cause some postsave acti...jvanderhel
2011-11-12patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method...jvanderhel
2011-11-11Lombok generated members are now handled better in a ListRewrite (like genera...jvanderhel
2011-11-07Changed copyright noticesRoel Spilker
2011-08-16Improve Extract method refactoring: you can extract method for code that also...Roel Spilker
2011-08-16Removed some leftovers from #164 debugging sessionsRoel Spilker
2011-05-16Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get NoSuch...Reinier Zwitserloot
2011-01-02Should fix issue #175, where annotations mysteriously appear to be copied to ...Reinier Zwitserloot
2010-12-28Using @Delegate to add a varargs method now works in eclipse (the varargs nat...Reinier Zwitserloot
2010-11-22Cleaned up the patch fixes in eclipse for finding end of identifier and start...Reinier Zwitserloot
2010-11-14eclipse: methods with their own type variables can now be delegated.Reinier Zwitserloot
2010-11-14Moved patch code specific to val and delegate to their own class.Reinier Zwitserloot
2010-11-13Jiggered the hook point a bit for eclipse 'delegate' support and it looks lik...Reinier Zwitserloot
2010-11-11Mostly fruitless work on making delegate work in eclipse.Reinier Zwitserloot
2010-11-08Ran into a one-off, non-repeatable problem involving arguments not binding co...Reinier Zwitserloot
2010-11-08'val' now also works in foreach loops, on both javac and ecj / eclipse.Reinier Zwitserloot
2010-11-08Little cleanupRoel Spilker
2010-11-07'val' support for eclipse.Reinier Zwitserloot