Age | Commit message (Expand) | Author |
2010-07-25 | Do not generate @ConstructorProperties for method-local classes | Roel Spilker |
2010-07-22 | toString(), equals(), and hashCode() now use getX() instead of x if either it... | Reinier Zwitserloot |
2010-07-22 | eclipse toString() now uses .getX() instead of .x. | Reinier Zwitserloot |
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-20 | @Getter int x, y; used to only apply to 'x', now it applies to both x and y. | Reinier Zwitserloot |
2010-07-19 | Added support for @ConstructorProperties generation for generated constructors. | Reinier Zwitserloot |
2010-07-19 | [TRIVIAL] in case of bugs and we drop to toModifier() for AccessLevel.NONE, w... | Reinier Zwitserloot |
2010-07-19 | Added support for @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsCo... | Reinier Zwitserloot |
2010-07-18 | All generated fields and methods now get a @SuppressWarnings("all"). | Reinier Zwitserloot |
2010-07-18 | All field accesses done by generated lombok methods are now qualified with 't... | Reinier Zwitserloot |
2010-07-17 | Implements issue #129: @Getter and @Setter are now legal on entire types. | Reinier Zwitserloot |
2009-12-29 | Fix for issue #93: Naming your class GetFoo prevents lombok from making a get... | Reinier Zwitserloot |
2009-12-04 | Fix for issue #75: If 'setURL' exists, then lombok will no longer make a 'set... | Reinier Zwitserloot |
2009-12-04 | Prep work for fixing issue #75. | Reinier Zwitserloot |
2009-12-02 | Changed the order of the generated methods in for @Data | Roel Spilker |
2009-11-28 | Moved TransformationsUtil to a new package. | Reinier Zwitserloot |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |