Age | Commit message (Expand) | Author |
2012-06-18 | Fix for issue 376 for Eclipse | Roel Spilker |
2012-04-23 | Replaced the 'try some reflection and if that fails, oh well' code with catch... | Reinier Zwitserloot |
2012-04-21 | Now EclipseHandlerUtil.injectFields(..) also adds a <cinit> method | peichhorn |
2012-03-27 | fixes for 'ant website' build target. Also fixing some errors in javadoc. | Reinier Zwitserloot |
2012-03-26 | Finished work on @Accessors | Reinier Zwitserloot |
2012-03-26 | Merge branch 'acc2' into accessors | Reinier Zwitserloot |
2012-03-26 | Updated findMethod with paramcount. | Reinier Zwitserloot |
2012-03-22 | Bug fixes for updates to getter/setter stuff based on @Accessors. | Reinier Zwitserloot |
2012-03-21 | Implementation of @Accessors. | Reinier Zwitserloot |
2012-03-19 | Fix for issue 342: @Deprecated annotation not propagated to generated getter... | Roel Spilker |
2012-02-14 | Bumped 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-13 | Refactored the type resolver, and made the 'find locally named classes that s... | Reinier Zwitserloot |
2011-11-22 | Added some more statementEnds to avoid errors in eclipse log | jvanderhel |
2011-11-13 | Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en... | peichhorn |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-11-07 | Instead of using the java 1.6 Arrays.copyOf method, we use System.arraycopy. | Robbert Jan Grootjans |
2011-11-07 | Fixed issue 295: Using log in static initializers | Robbert Jan Grootjans |
2011-10-25 | Fixed issue 289: non-static inner classes whose outer class has generics can'... | Reinier Zwitserloot |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-08-08 | trivial | Roel Spilker |
2011-08-06 | fixed Issue 248: | peichhorn |
2011-08-01 | Fixed issue 164. Oh yes. Party time! | Reinier Zwitserloot |
2011-07-18 | Upgraded the issue 164 reporter to replace what we had. I think we'll roll th... | Roel Spilker |
2011-07-18 | back-in-time debugging added. Of course now 164 isn't triggering anymore :/ | Reinier Zwitserloot |
2011-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ... | Roel Spilker |
2011-06-20 | as lombok never runs as AP anymore in ecj, the 'show some more info for bug 1... | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | Reinier Zwitserloot |
2011-05-30 | Removed the ability of lombok to run as ecj annotation processor, because | Reinier Zwitserloot |
2011-05-03 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2011-05-03 | Eclipse 3.7 updated some internal AST classes, causing: | Roel Spilker |
2011-04-01 | Now logging a warning with diagnostic info so that the next time | Reinier Zwitserloot |
2010-12-31 | Starting eclipse with an open file containing an enum with @Getter on it woul... | Reinier Zwitserloot |
2010-12-31 | Presence 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-11 | Merge branch 'master' into delegate | Reinier Zwitserloot |
2010-11-11 | Mostly fruitless work on making delegate work in eclipse. | Reinier Zwitserloot |
2010-11-11 | @Getter(lazy=true) support for javac | Roel Spilker |
2010-11-10 | Merge branch 'master' into annoGetSet | Roel Spilker |
2010-11-10 | From now on it is possible to specify annotations to be placed on the method | Roel Spilker |
2010-11-09 | Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress | Roel Spilker |
2010-11-07 | Solved issue 155: "Eclipse constructor generation not in class body" http://c... | Roel Spilker |
2010-11-06 | Create Clinit if you create a static field and it doesn't yet exist | Roel Spilker |
2010-11-03 | Intial support for @Log, for now only slf4j | 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-22 | toString(), equals(), and hashCode() now use getX() instead of x if either it... | 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-19 | [TRIVIAL] in case of bugs and we drop to toModifier() for AccessLevel.NONE, w... | Reinier Zwitserloot |