| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-11-15 | Merge branch 'Issue_263' of https://github.com/jvanderhel/lombok into ↵ | Reinier Zwitserloot | |
| jvanderhel-Issue_263 Conflicts: src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java | |||
| 2011-11-15 | Merge branch 'Issue_138' of https://github.com/jvanderhel/lombok into ↵ | Reinier Zwitserloot | |
| jvanderhel-Issue_138 Conflicts: src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java | |||
| 2011-11-13 | disabling lombok for all postsavelisteners proved to cause some postsave ↵ | jvanderhel | |
| actions to make the wrong decisions. Patching ControlStatementFinder solves the same problem, with less side effects | |||
| 2011-11-12 | patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so ↵ | jvanderhel | |
| method bodies are converted instead of skipped Set Assignment.statementEnd to prevent invalid sourceRange in Statement convert | |||
| 2011-11-11 | Lombok generated members are now handled better in a ListRewrite (like ↵ | jvanderhel | |
| generate equals & hashcode) | |||
| 2011-11-07 | Changed copyright notices | Roel Spilker | |
| 2011-08-16 | Improve Extract method refactoring: you can extract method for code that ↵ | Roel Spilker | |
| also contains @SneakyThrows | |||
| 2011-08-16 | Removed some leftovers from #164 debugging sessions | Roel Spilker | |
| 2011-05-16 | Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get ↵ | Reinier Zwitserloot | |
| NoSuchClassErrors. | |||
| 2011-01-02 | Should fix issue #175, where annotations mysteriously appear to be copied to ↵ | Reinier Zwitserloot | |
| the methods generated by them. | |||
| 2010-12-28 | Using @Delegate to add a varargs method now works in eclipse (the varargs ↵ | Reinier Zwitserloot | |
| nature of the method is preserved). | |||
| 2010-11-22 | Cleaned up the patch fixes in eclipse for finding end of identifier and ↵ | Reinier Zwitserloot | |
| start of catch block. Maaartin-1 reported issues that sound like these were at fault they we were not able to reproduce them. | |||
| 2010-11-14 | eclipse: methods with their own type variables can now be delegated. | Reinier Zwitserloot | |
| eclipse: local classes can now be delegated. eclipse: source position of delegated methods are now set properly. cleaned out a bunch of debug helpers. | |||
| 2010-11-14 | Moved patch code specific to val and delegate to their own class. | Reinier Zwitserloot | |
| @Delegate in eclipse works pretty much exactly as designed at this point! | |||
| 2010-11-13 | Jiggered the hook point a bit for eclipse 'delegate' support and it looks ↵ | Reinier Zwitserloot | |
| like this might just work. | |||
| 2010-11-11 | Mostly fruitless work on making delegate work in eclipse. | Reinier Zwitserloot | |
| 2010-11-08 | Ran into a one-off, non-repeatable problem involving arguments not binding ↵ | Reinier Zwitserloot | |
| correctly. Just in case its our fault, added some extra code to not even attempt any 'val' shenanigans in method arguments (which are LocalDeclaration subclasses). | |||
| 2010-11-08 | 'val' now also works in foreach loops, on both javac and ecj / eclipse. | Reinier Zwitserloot | |
| 2010-11-08 | Little cleanup | Roel Spilker | |
| 2010-11-07 | 'val' support for eclipse. | Reinier Zwitserloot | |
| 2010-09-30 | trivial: javadoc fixes, renamed 'className' to 'fileName'for postprocessor | Reinier Zwitserloot | |
| 2010-08-15 | Added name of compilation unit to error/warnings generated by postProcess. | Roel Spilker | |
| 2010-08-08 | Post-compilation works in both Eclipse and ecj | Roel Spilker | |
| 2010-07-22 | Updated copyright statements and version release name. | Reinier Zwitserloot | |
| 2010-07-21 | Added some 'live debugging' - patches to improve error reporting for bugs ↵ | Reinier Zwitserloot | |
| that are very hard to reproduce. | |||
| 2009-12-30 | Command line compiling with ecj at source 1.6 now works! | Reinier Zwitserloot | |
| 2009-11-27 | We encountered a strange NPE here. Can't reproduce, nevertheless added ↵ | Roel Spilker | |
| null-checks | |||
| 2009-11-25 | Refactored the source folders. | Reinier Zwitserloot | |
