Age | Commit message (Expand) | Author |
2012-04-29 | Issue 366: don't call the getter twice, fixed for Eclipse. | Roel Spilker |
2012-03-26 | Updated findMethod with paramcount. | Reinier Zwitserloot |
2012-01-18 | 1) rollback of rollback fixRetrieveRightBraceOrSemiColonPosition | Jappe van der Hel |
2011-11-29 | Added missing setGeneratedBy on TypeReference (prevented a rename of class wi... | jvanderhel |
2011-11-12 | patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method... | jvanderhel |
2011-11-07 | Changed copyright notices | Roel Spilker |
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-08-06 | fixed Issue 248: | peichhorn |
2011-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ... | Roel Spilker |
2011-06-20 | Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces... | Reinier Zwitserloot |
2011-06-02 | Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch... | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | Reinier Zwitserloot |
2011-05-03 | Eclipse 3.7 updated some internal AST classes, causing: | Roel Spilker |
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 |
2010-11-11 | @Getter(lazy=true) support for javac | Roel Spilker |
2010-11-09 | EqualsAndHashCode no longer worked right when working on a class with 0 filed... | Reinier Zwitserloot |
2010-11-09 | Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress | Roel Spilker |
2010-11-08 | Added support for canEqual in ecj | Roel Spilker |
2010-07-22 | Added tests for ecj, fixed a few minor bugs that came out of that. | Reinier Zwitserloot |
2010-07-21 | Added using .getX() instead of using .x in equals, hashCode, and toString. Al... | Reinier Zwitserloot |
2010-07-21 | Refactor: for using this.getX() instead of this.x in generated toString(), eq... | Reinier Zwitserloot |
2010-07-18 | All field accesses done by generated lombok methods are now qualified with 't... | Reinier Zwitserloot |
2009-12-02 | Changed the order of the generated methods in for @Data | Roel Spilker |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |