Age | Commit message (Expand) | Author |
2011-11-15 | Merge branch 'Issue_263' of https://github.com/jvanderhel/lombok into jvander... | Reinier Zwitserloot |
2011-11-13 | Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en... | peichhorn |
2011-11-12 | patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method... | jvanderhel |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-11-07 | Instead of using the java 1.6 Arrays.copyOf method, we use System.arraycopy. | Robbert Jan Grootjans |
2011-11-07 | Fixed issue 295: Using log in static initializers | Robbert Jan Grootjans |
2011-10-25 | Fixed issue 289: non-static inner classes whose outer class has generics can'... | Reinier Zwitserloot |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-09-30 | [issue #278]: Assigned final fields and @AllArgsConstructor | peichhorn |
2011-08-17 | Make Extract Method work without affecting the rendering of the java file. | Roel Spilker |
2011-08-16 | Improve Extract method refactoring: you can extract method for code that also... | Roel Spilker |
2011-08-16 | Trivial | Roel Spilker |
2011-08-15 | Merge branch 'delombok_java7' | Reinier Zwitserloot |
2011-08-15 | Optimized the 'val' search; previously a fairly lengthy import list check was... | Reinier Zwitserloot |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type in... | Roel Spilker |
2011-08-12 | Make extract method work with @Cleanup and @Synchronized | Roel Spilker |
2011-08-08 | trivial | Roel Spilker |
2011-08-06 | fixed Issue 248: | peichhorn |
2011-08-01 | Fixed issue 164. Oh yes. Party time! | Reinier Zwitserloot |
2011-07-25 | Works around issue 217. it's not a proper fix but better than 0.10.0-RC1. | Reinier Zwitserloot |
2011-07-18 | Upgraded the issue 164 reporter to replace what we had. I think we'll roll th... | Roel Spilker |
2011-07-18 | back-in-time debugging added. Of course now 164 isn't triggering anymore :/ | Reinier Zwitserloot |
2011-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ... | Roel Spilker |
2011-06-20 | whoops, a very minor nit in synchronized which also caused a test to fail fixed. | Reinier Zwitserloot |
2011-06-20 | Minor tweaks to documentation updates (javadocs, website). | Reinier Zwitserloot |
2011-06-20 | fixed @Synchronized. | Reinier Zwitserloot |
2011-06-20 | Added ability for annotation handlers to be invoked in the diet parse phase e... | Reinier Zwitserloot |
2011-06-20 | Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces... | Reinier Zwitserloot |
2011-06-20 | as lombok never runs as AP anymore in ecj, the 'show some more info for bug 1... | Reinier Zwitserloot |
2011-06-13 | Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because... | Reinier Zwitserloot |
2011-06-02 | Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch... | Reinier Zwitserloot |
2011-06-02 | Trivial fixes. | Reinier Zwitserloot |
2011-05-30 | The EclipseAST was incomplete when it came to ConstructorCalls. This lead to ... | peichhorn |
2011-05-30 | Whoops, we broke @Delegate with the last update. Now the CAS check on handled... | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | 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-03 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2011-05-03 | Eclipse 3.7 updated some internal AST classes, causing: | Roel Spilker |
2011-04-01 | Now logging a warning with diagnostic info so that the next time | Reinier Zwitserloot |
2011-04-01 | Added ability to log warnings in eclipse error log. | Reinier Zwitserloot |
2011-03-18 | Rewritten @Cleanup's new null analysis prevention to not use | Reinier Zwitserloot |
2011-02-14 | Added annotation for handleconstructor: issue 172 | grootjans |
2011-02-07 | Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF... | Reinier Zwitserloot |
2011-01-02 | Added debug feature (disabled in this commit) to print types of nodes printed... | Reinier Zwitserloot |
2010-12-31 | Starting eclipse with an open file containing an enum with @Getter on it woul... | Reinier Zwitserloot |
2010-12-31 | Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA... | Reinier Zwitserloot |
2010-12-31 | Presence of i.e. getABC() stops lombok from generating getAbc, but lombok wil... | Reinier Zwitserloot |
2010-12-31 | calls to canEqual and equals are now fored to go to the version that has 1 Ob... | Reinier Zwitserloot |
2010-12-28 | @ToString, @Getter, and @XArgsConstructor now work on, and are legal on, enum... | Reinier Zwitserloot |