Age | Commit message (Expand) | Author |
2012-01-19 | [Issue 275] Allow @Delegate on no-argument methods | peichhorn |
2012-01-18 | 1) rollback of rollback fixRetrieveRightBraceOrSemiColonPosition | Jappe van der Hel |
2012-01-16 | Issue 325: revert old behaviour of fixRetrieveRightBrace... | Sander Koning |
2012-01-16 | Merge pull request #27 from jvanderhel/Issue_316_Rename_with_multiple_types_II | Sander Koning |
2012-01-16 | Code review | Sander Koning |
2012-01-10 | 1) We now honor the "public" and "abstract" modifier settings | Jappe van der Hel |
2012-01-10 | removeGeneratedMethods was broken, causing the rename to fail | Jappe van der Hel |
2012-01-10 | "QualifiedName"'s are now also marked as generated during ASTConverter phase ... | Jappe van der Hel |
2012-01-10 | Merge remote-tracking branch 'origin/master' | Roel Spilker |
2012-01-09 | Updated to ASM4 final. | Reinier Zwitserloot |
2012-01-09 | Oops, used the wrong Argument | Roel Spilker |
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 | Merge branch 'jvanderhel-Issue_86_Extract_Interface' | Roel Spilker |
2012-01-09 | Code review | Roel Spilker |
2012-01-09 | trivial refactor | Reinier Zwitserloot |
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-20 | Use newSourceEnd for sourceAnd calculation | Jappe van der Hel |
2011-12-20 | Moved Asm utils out of utils and into core, because utils isn't supposed to h... | Reinier Zwitserloot |
2011-12-19 | post-release version bump | Reinier Zwitserloot |
2011-12-19 | bumping version number pending official release of 0.10.6 | Reinier Zwitserloot |
2011-12-19 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2011-12-19 | Merge branch 'Issue_315' of https://github.com/jvanderhel/lombok into jvander... | Roel Spilker |
2011-12-19 | Removed statics and lots of parameters, reimplemented recalcSourcePosition | Roel Spilker |
2011-12-19 | Merge branch 'Issue_308' of https://github.com/jvanderhel/lombok into jvander... | Roel Spilker |
2011-12-19 | Merge branch 'typeLibrary' | Reinier Zwitserloot |
2011-12-19 | Now the type resolver also finds top-level types in a compilation unit that n... | Reinier Zwitserloot |
2011-12-19 | Merge pull request #18 from jvanderhel/master | Roel Spilker |
2011-12-15 | Generated nodes are now cached using a fully-weak Map. | Robbert Jan Grootjans |
2011-12-13 | Refactored the type resolver, and made the 'find locally named classes that s... | Reinier Zwitserloot |
2011-12-13 | Fix for Issue 315: HandleLogger now sets all its sourcepositions and generate... | jvanderhel |
2011-12-12 | Copy LICENSE and AUTHORS to runtime jar | Roel Spilker |
2011-12-12 | Renamed Comment to CommentInfo. | Reinier Zwitserloot |
2011-12-08 | Fix for issue 308: Allows organize imports works with @Delegate Also fixes er... | jvanderhel |
2011-11-29 | Added missing setGeneratedBy on TypeReference (prevented a rename of class wi... | 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-28 | Merge pull request #15 from jvanderhel/Issue_51 | Reinier Zwitserloot |
2011-11-28 | Merge pull request #14 from jvanderhel/Eclipse_getter_errors | 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 |