aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers
AgeCommit message (Expand)Author
2011-03-18Rewritten @Cleanup's new null analysis prevention to not useReinier Zwitserloot
2011-02-14Added annotation for handleconstructor: issue 172grootjans
2011-02-07Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF...Reinier Zwitserloot
2010-12-31Starting eclipse with an open file containing an enum with @Getter on it woul...Reinier Zwitserloot
2010-12-31Presence of i.e. getABC() stops lombok from generating getAbc, but lombok wil...Reinier Zwitserloot
2010-12-31calls 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-12-22After 2 weeks of debugging, finally figured out val in eclipse using lombok.v...Reinier Zwitserloot
2010-11-22- Renamed the diverse @Log annotations to give them distinct namesRoel Spilker
2010-11-18Fixed @AllArgsConstructor screwing up with final fields that have been initia...Reinier Zwitserloot
2010-11-11Merge branch 'master' into delegateReinier Zwitserloot
2010-11-11Mostly fruitless work on making delegate work in eclipse.Reinier Zwitserloot
2010-11-11@Getter(lazy=true) now also works in EclipseRoel Spilker
2010-11-11Merge branch 'master' into lazyinitRoel Spilker
2010-11-11@Getter(lazy=true) support for javacRoel Spilker
2010-11-10Merge branch 'fixDelombok'Reinier Zwitserloot
2010-11-10Merge branch 'master' into annoGetSetRoel Spilker
2010-11-10From now on it is possible to specify annotations to be placed on the methodRoel Spilker
2010-11-09EqualsAndHashCode no longer worked right when working on a class with 0 filed...Reinier Zwitserloot
2010-11-09EqualsAndHashCode no longer worked right when working on a class with 0 filed...Reinier Zwitserloot
2010-11-09Merge branch 'master' into javaChickenAndEggReinier Zwitserloot
2010-11-09Experiment to try and make java 'self referential' by deleting the Enter and ...Reinier Zwitserloot
2010-11-09Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppressRoel Spilker
2010-11-08'val' now also works in foreach loops, on both javac and ecj / eclipse.Reinier Zwitserloot
2010-11-08Added support for canEqual in ecjRoel Spilker
2010-11-07Merge branch 'eclipseReso'Reinier Zwitserloot
2010-11-07'val' support for eclipse.Reinier Zwitserloot
2010-11-07Solved issue 155: "Eclipse constructor generation not in class body" http://c...Roel Spilker
2010-11-07Use the actual annotation value to process the @Log annotations instead of th...Roel Spilker
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-11-06Have j.u.l. be invoked with TargetType.class.getName() instead of "TargetType"Roel Spilker
2010-11-06Use a ClassLiteralAccess instead of a NameReferenceRoel Spilker
2010-11-06Create Clinit if you create a static field and it doesn't yet existRoel Spilker
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-22toString(), equals(), and hashCode() now use getX() instead of x if either it...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-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