Age | Commit message (Expand) | Author |
2013-10-10 | No functional change, but runPostCompiler in eclipse patching is no longer tr... | Reinier Zwitserloot |
2013-05-30 | Fixes for issue 470: VerifyErrors when using @SneakyThrows. | Reinier Zwitserloot |
2012-10-08 | Patches ASTNode.setSourceRange; by default it throws IllegalArgumentException... | Reinier Zwitserloot |
2012-06-18 | Split out the GUI function into a separate portal. Though | Robbert Jan Grootjans |
2012-06-12 | Port of lombok-pg's @ExtensionMethod support for eclipse. Doesn't work yet. | Reinier Zwitserloot |
2012-04-23 | Fix for bug introduced in 48e73a7180ac459d2949e66f2cacc46e08466fce (2 commits... | Reinier Zwitserloot |
2012-04-03 | fix for rename method arguments, from Philipp Eichhorn. | Reinier Zwitserloot |
2012-01-16 | Merge pull request #27 from jvanderhel/Issue_316_Rename_with_multiple_types_II | Sander Koning |
2012-01-10 | 1) We now honor the "public" and "abstract" modifier settings | Jappe van der Hel |
2012-01-10 | "QualifiedName"'s are now also marked as generated during ASTConverter phase ... | Jappe van der Hel |
2012-01-09 | The line about lombok added to the about dialog wasn't working for all eclips... | Roel Spilker |
2012-01-09 | Lombok now adds a line about itself to the Eclipse about dialog via patching.... | Reinier Zwitserloot |
2012-01-09 | Code review | Roel Spilker |
2012-01-09 | Merge | Roel Spilker |
2012-01-09 | Updated copyright years | Roel Spilker |
2012-01-03 | Found some earlier fixes, commented them and put them together in the patchEx... | Jappe van der Hel |
2012-01-03 | extract interface now also works on inner types and side types (annotated wit... | Jappe van der Hel |
2012-01-03 | Extract interface now works when @Data is present. | Jappe van der Hel |
2012-01-02 | trivial | Reinier Zwitserloot |
2012-01-02 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2012-01-02 | Fixed issue #320: since 0.10.6, lombok didn't work anymore in ecj (ClassNotFo... | Reinier Zwitserloot |
2011-12-21 | Extract interface now works when @Data is present. | Jappe van der Hel |
2011-12-20 | Fix for Issue 265, Sort members now works when class has @Data and @Log annot... | Jappe van der Hel |
2011-12-13 | Fix for Issue 315: HandleLogger now sets all its sourcepositions and generate... | jvanderhel |
2011-11-28 | Merge branch 'Highlighting' of https://github.com/jvanderhel/lombok into jvan... | Reinier Zwitserloot |
2011-11-28 | Merge branch 'Issue_81' of https://github.com/jvanderhel/lombok into jvanderh... | Reinier Zwitserloot |
2011-11-25 | 1) Fixed sourceEnds while determining which nodes should be copied | jvanderhel |
2011-11-24 | Syntax and occurrence highlighting now skip generated positions | jvanderhel |
2011-11-24 | Some more save actions fixed | jvanderhel |
2011-11-15 | Merge branch 'Issue_263' of https://github.com/jvanderhel/lombok into jvander... | Reinier Zwitserloot |
2011-11-15 | Merge branch 'Issue_138' of https://github.com/jvanderhel/lombok into jvander... | Reinier Zwitserloot |
2011-11-13 | disabling lombok for all postsavelisteners proved to cause some postsave acti... | jvanderhel |
2011-11-12 | patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method... | jvanderhel |
2011-11-11 | Lombok generated members are now handled better in a ListRewrite (like genera... | jvanderhel |
2011-11-11 | MethodDeclarations and their SimpleName(s) are now marked as generated when u... | jvanderhel |
2011-11-10 | Lombok disabled during ast creation in DefaultCodeFormatter & CleanUpPostSave... | jvanderhel |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-08-16 | Improve Extract method refactoring: you can extract method for code that also... | Roel Spilker |
2011-08-16 | Removed some leftovers from #164 debugging sessions | Roel Spilker |
2011-08-01 | Fixed issue 164. Oh yes. Party time! | Reinier Zwitserloot |
2011-07-24 | Merge branch 'i164diag' | Reinier Zwitserloot |
2011-07-18 | Fixes issue 232, now we also patch dom.SingleVariableDecls. Fixes val import ... | grootjans |
2011-07-18 | back-in-time debugging added. Of course now 164 isn't triggering anymore :/ | Reinier Zwitserloot |
2011-06-06 | -javaagent:lombok.jar=ECJ should now work to enable lombok in any ecj-based t... | Reinier Zwitserloot |
2011-05-17 | Added a layer of indirection between the patched calls for delegate to guard ... | grootjans |
2011-05-16 | Whoops - previous commit has a grievous error in it. My bad. Fixed now. | Reinier Zwitserloot |
2011-05-16 | Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get NoSuch... | Reinier Zwitserloot |
2011-01-02 | Should fix issue #175, where annotations mysteriously appear to be copied to ... | Reinier Zwitserloot |
2010-12-28 | Using @Delegate to add a varargs method now works in eclipse (the varargs nat... | Reinier Zwitserloot |
2010-11-22 | Cleaned up the patch fixes in eclipse for finding end of identifier and start... | Reinier Zwitserloot |