aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers
AgeCommit message (Expand)Author
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-15Merge branch 'Issue_263' of https://github.com/jvanderhel/lombok into jvander...Reinier Zwitserloot
2011-11-13Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en...peichhorn
2011-11-12patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method...jvanderhel
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-09-30[issue #278]: Assigned final fields and @AllArgsConstructorpeichhorn
2011-08-17Make Extract Method work without affecting the rendering of the java file.Roel Spilker
2011-08-16Improve Extract method refactoring: you can extract method for code that also...Roel Spilker
2011-08-16TrivialRoel Spilker
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type in...Roel Spilker
2011-08-12Make extract method work with @Cleanup and @SynchronizedRoel Spilker
2011-08-08trivialRoel Spilker
2011-08-06fixed Issue 248:peichhorn
2011-08-01Fixed issue 164. Oh yes. Party time!Reinier Zwitserloot
2011-07-25Works around issue 217. it's not a proper fix but better than 0.10.0-RC1.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-20whoops, a very minor nit in synchronized which also caused a test to fail fixed.Reinier Zwitserloot
2011-06-20fixed @Synchronized.Reinier Zwitserloot
2011-06-20Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...Reinier Zwitserloot
2011-06-20as lombok never runs as AP anymore in ecj, the 'show some more info for bug 1...Reinier Zwitserloot
2011-06-13Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because...Reinier Zwitserloot
2011-06-02Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...Reinier Zwitserloot
2011-06-02Trivial fixes.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
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