Age | Commit message (Expand) | Author |
2011-12-08 | Fix for issue 308: Allows organize imports works with @Delegate Also fixes er... | 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 | Fix for issue 51. We now ignore unchanged generated nodes, so their position ... | jvanderhel |
2011-11-24 | Some more save actions fixed | jvanderhel |
2011-11-20 | Additional fix for issue 300: Using 'lombok.val' written out in full would ca... | Reinier Zwitserloot |
2011-11-20 | Fixed issue 300: 'lombok.val' (vs. just val and an import statement) didn't f... | Reinier Zwitserloot |
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-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-09-20 | preparing for an edge release, and updated changelog. | Reinier Zwitserloot |
2011-09-20 | Fix for issue #264: use of @Delegate would cause memory leaks in eclipse. | Reinier Zwitserloot |
2011-09-20 | Slightly improved error reporting if the PatchValEclipsePortal fails to work. | Reinier Zwitserloot |
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-13 | Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because... | Reinier Zwitserloot |
2011-06-06 | -javaagent:lombok.jar=ECJ should now work to enable lombok in any ecj-based t... | Reinier Zwitserloot |
2011-05-30 | Removed the ability of lombok to run as ecj annotation processor, because | 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-05-03 | Changed how @Delegate works in ecj - methods already present do NOT | Reinier Zwitserloot |
2011-03-28 | Now delegating classes defined in the same project works. | Reinier Zwitserloot |
2011-02-07 | Removed a debug print. | Reinier Zwitserloot |
2011-01-02 | Should fix issue #175, where annotations mysteriously appear to be copied to ... | Reinier Zwitserloot |
2010-12-31 | Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA... | Reinier Zwitserloot |
2010-12-28 | Using @Delegate to add a varargs method now works in eclipse (the varargs nat... | Reinier Zwitserloot |
2010-12-24 | Added detection of type var naming conflicts to eclipse's @Delegate support. | Reinier Zwitserloot |
2010-12-22 | After 2 weeks of debugging, finally figured out val in eclipse using lombok.v... | Reinier Zwitserloot |
2010-12-22 | @Delegate in eclipse works when delegating parameterized types now, and will ... | Reinier Zwitserloot |
2010-12-01 | Parameter names are now 'arg0', 'arg1', etc, unless the delegated type is sou... | Reinier Zwitserloot |
2010-12-01 | @Deprecated is now copied across for eclipse's @Delegate | Reinier Zwitserloot |
2010-12-01 | @Delegate in eclipse now uses more of the standard infrastructure to inject m... | Reinier Zwitserloot |
2010-11-29 | Added 'val' as a type which the 'val' fake keyword must resolve to before val... | Reinier Zwitserloot |
2010-11-28 | bugfixes for typeToJCTree. HandleDelegate (javac) is working better. | Reinier Zwitserloot |
2010-11-25 | @Delegate, at least without value=, seems to work great in javac now! | Reinier Zwitserloot |
2010-11-22 | Cleaned up the patch fixes in eclipse for finding end of identifier and start... | Reinier Zwitserloot |
2010-11-19 | Fix for reported NPEs by Stephen Haberman. | Reinier Zwitserloot |