aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse
AgeCommit message (Expand)Author
2010-11-06Code cleanupRoel Spilker
2010-11-06Add support for multiple logging frameworks in EclipseRoel Spilker
2010-11-03Intial support for @Log, for now only slf4jRoel Spilker
2010-11-02Issue 154: Add null-check to @CleanupRoel Spilker
2010-07-28trivial: minor stylistic updateReinier Zwitserloot
2010-07-28Fix for issue #136: @Getter and @Setter now work on static fields again.Reinier Zwitserloot
2010-07-25Added changelog entry for #133: Outer.Inner instead of just Inner in toString().Reinier Zwitserloot
2010-07-25Issue 133: @ToString on an inner class should print Outer.Inner instead of InnerRoel Spilker
2010-07-25Do not generate @ConstructorProperties for method-local classesRoel Spilker
2010-07-25Bugfix: in JavacNode intintializers were not structurally significantRoel Spilker
2010-07-22toString(), equals(), and hashCode() now use getX() instead of x if either it...Reinier Zwitserloot
2010-07-22Updated copyright statements and version release name.Reinier Zwitserloot
2010-07-22eclipse toString() now uses .getX() instead of .x.Reinier Zwitserloot
2010-07-22Added tests for ecj, fixed a few minor bugs that came out of that.Reinier Zwitserloot
2010-07-21Added using .getX() instead of using .x in equals, hashCode, and toString. Al...Reinier Zwitserloot
2010-07-21Refactor: 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-20import lombok.*; wasn't working in eclipse. It is now.Reinier Zwitserloot
2010-07-19Added 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-19Added support for @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsCo...Reinier Zwitserloot
2010-07-18All generated fields and methods now get a @SuppressWarnings("all").Reinier Zwitserloot
2010-07-18All field accesses done by generated lombok methods are now qualified with 't...Reinier Zwitserloot
2010-07-17Implements issue #129: @Getter and @Setter are now legal on entire types.Reinier Zwitserloot
2010-07-16Updated to helios. A few new warnings popped up; handled those.Reinier Zwitserloot
2010-07-12Changed build system to ivy.Reinier Zwitserloot
2009-12-30Sanity check on running patch scripts for eclipse - if its already been done ...Reinier Zwitserloot
2009-12-30Added copyright notices.Reinier Zwitserloot
2009-12-30Command line compiling with ecj at source 1.6 now works!Reinier Zwitserloot
2009-12-30Merge branch 'master' into ecjReinier Zwitserloot
2009-12-29Fix for issue #93: Naming your class GetFoo prevents lombok from making a get...Reinier Zwitserloot
2009-12-23work in progress on ecj support.Reinier Zwitserloot
2009-12-23prep for this class working better for ecj.Reinier Zwitserloot
2009-12-23HandlerLibrary now uses the proper context.Reinier Zwitserloot
2009-12-23Abstracted out stuff that only works in a full eclipse and not in ECJ.Reinier Zwitserloot
2009-12-21Fixes issue #84: @Data and many other annotations couldn't deal with wildcard...Reinier Zwitserloot
2009-12-04Fix for issue #75: If 'setURL' exists, then lombok will no longer make a 'set...Reinier Zwitserloot
2009-12-04Prep work for fixing issue #75.Reinier Zwitserloot
2009-12-02Changed the order of the generated methods in for @DataRoel Spilker
2009-11-29Fixed premature removal of importsRoel Spilker
2009-11-28Moved TransformationsUtil to a new package.Reinier Zwitserloot
2009-11-27Added change tracking so that 1 AST instance can tell you if any processor ch...Roel Spilker
2009-11-25Refactored the source folders.Reinier Zwitserloot