Age | Commit message (Expand) | Author |
2010-11-06 | Code cleanup | Roel Spilker |
2010-11-06 | Add support for multiple logging frameworks in Eclipse | Roel Spilker |
2010-11-03 | Intial support for @Log, for now only slf4j | Roel Spilker |
2010-11-02 | Issue 154: Add null-check to @Cleanup | Roel Spilker |
2010-07-28 | trivial: minor stylistic update | Reinier Zwitserloot |
2010-07-28 | Fix for issue #136: @Getter and @Setter now work on static fields again. | Reinier Zwitserloot |
2010-07-25 | Added changelog entry for #133: Outer.Inner instead of just Inner in toString(). | Reinier Zwitserloot |
2010-07-25 | Issue 133: @ToString on an inner class should print Outer.Inner instead of Inner | Roel Spilker |
2010-07-25 | Do not generate @ConstructorProperties for method-local classes | Roel Spilker |
2010-07-25 | Bugfix: in JavacNode intintializers were not structurally significant | Roel Spilker |
2010-07-22 | toString(), equals(), and hashCode() now use getX() instead of x if either it... | Reinier Zwitserloot |
2010-07-22 | Updated copyright statements and version release name. | 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-20 | import lombok.*; wasn't working in eclipse. It is now. | 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 |
2010-07-16 | Updated to helios. A few new warnings popped up; handled those. | Reinier Zwitserloot |
2010-07-12 | Changed build system to ivy. | Reinier Zwitserloot |
2009-12-30 | Sanity check on running patch scripts for eclipse - if its already been done ... | Reinier Zwitserloot |
2009-12-30 | Added copyright notices. | Reinier Zwitserloot |
2009-12-30 | Command line compiling with ecj at source 1.6 now works! | Reinier Zwitserloot |
2009-12-30 | Merge branch 'master' into ecj | Reinier Zwitserloot |
2009-12-29 | Fix for issue #93: Naming your class GetFoo prevents lombok from making a get... | Reinier Zwitserloot |
2009-12-23 | work in progress on ecj support. | Reinier Zwitserloot |
2009-12-23 | prep for this class working better for ecj. | Reinier Zwitserloot |
2009-12-23 | HandlerLibrary now uses the proper context. | Reinier Zwitserloot |
2009-12-23 | Abstracted out stuff that only works in a full eclipse and not in ECJ. | Reinier Zwitserloot |
2009-12-21 | Fixes issue #84: @Data and many other annotations couldn't deal with wildcard... | 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-29 | Fixed premature removal of imports | Roel Spilker |
2009-11-28 | Moved TransformationsUtil to a new package. | Reinier Zwitserloot |
2009-11-27 | Added change tracking so that 1 AST instance can tell you if any processor ch... | Roel Spilker |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |