aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java
AgeCommit message (Expand)Author
2012-06-18Fix for issue 376 for EclipseRoel Spilker
2012-04-23Replaced the 'try some reflection and if that fails, oh well' code with catch...Reinier Zwitserloot
2012-04-21Now EclipseHandlerUtil.injectFields(..) also adds a <cinit> methodpeichhorn
2012-03-27fixes for 'ant website' build target. Also fixing some errors in javadoc.Reinier Zwitserloot
2012-03-26Finished work on @AccessorsReinier Zwitserloot
2012-03-26Merge branch 'acc2' into accessorsReinier Zwitserloot
2012-03-26Updated findMethod with paramcount.Reinier Zwitserloot
2012-03-22Bug fixes for updates to getter/setter stuff based on @Accessors.Reinier Zwitserloot
2012-03-21Implementation of @Accessors.Reinier Zwitserloot
2012-03-19Fix for issue 342: @Deprecated annotation not propagated to generated getter...Roel Spilker
2012-02-14Bumped copyright years on recently (in 2012) changed sources.Reinier Zwitserloot
2012-02-14'val' now works for member types whose outers have generics. (issue #343)Reinier Zwitserloot
2011-12-13Refactored the type resolver, and made the 'find locally named classes that s...Reinier Zwitserloot
2011-11-22Added some more statementEnds to avoid errors in eclipse logjvanderhel
2011-11-13Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en...peichhorn
2011-11-07Changed copyright noticesRoel Spilker
2011-11-07Instead of using the java 1.6 Arrays.copyOf method, we use System.arraycopy.Robbert Jan Grootjans
2011-11-07Fixed issue 295: Using log in static initializersRobbert Jan Grootjans
2011-10-25Fixed issue 289: non-static inner classes whose outer class has generics can'...Reinier Zwitserloot
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-08-08trivialRoel Spilker
2011-08-06fixed Issue 248:peichhorn
2011-08-01Fixed issue 164. Oh yes. Party time!Reinier Zwitserloot
2011-07-18Upgraded the issue 164 reporter to replace what we had. I think we'll roll th...Roel Spilker
2011-07-18back-in-time debugging added. Of course now 164 isn't triggering anymore :/Reinier Zwitserloot
2011-07-18Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...Roel Spilker
2011-06-20as lombok never runs as AP anymore in ecj, the 'show some more info for bug 1...Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2011-05-30Removed the ability of lombok to run as ecj annotation processor, becauseReinier Zwitserloot
2011-05-03Merge branch 'master' of git@github.com:rzwitserloot/lombokRoel Spilker
2011-05-03Eclipse 3.7 updated some internal AST classes, causing:Roel Spilker
2011-04-01Now logging a warning with diagnostic info so that the next timeReinier 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-28@ToString, @Getter, and @XArgsConstructor now work on, and are legal on, enum...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) support for javacRoel Spilker
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-09Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppressRoel Spilker
2010-11-07Solved issue 155: "Eclipse constructor generation not in class body" http://c...Roel Spilker
2010-11-06Create Clinit if you create a static field and it doesn't yet existRoel Spilker
2010-11-03Intial support for @Log, for now only slf4jRoel 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-22toString(), equals(), and hashCode() now use getX() instead of x if either it...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-19[TRIVIAL] in case of bugs and we drop to toModifier() for AccessLevel.NONE, w...Reinier Zwitserloot