Age | Commit message (Expand) | Author |
2012-04-03 | Philipp Eichhorn's patch to use marker annotations instead of boolean-returni... | Reinier Zwitserloot |
2012-03-27 | Merge branch 'master' into accessors | Reinier Zwitserloot |
2012-03-27 | Fixes issue 326: In NetBeans, the generated default constructor was compiled ... | Roel Spilker |
2012-03-26 | In delombok mode, @Accessors is now eliminated from your source files. | 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-03-05 | Issue 348: @Delegate should also generate @Deprecated when the interface meth... | Roel Spilker |
2012-02-27 | Consistent use of JavacResolution.typeToJCTree instead of TreeMaker.Types - f... | Sander Koning |
2012-02-25 | Handle deprecated by ordinary usage. | Taiki Sugawara |
2012-02-22 | support delegate with deprecated comment. | Taiki Sugawara |
2012-02-15 | 'val' is no longer legal in basic for loops now. Fixes issue #346 | Reinier Zwitserloot |
2012-02-14 | Bumped copyright years on recently (in 2012) changed sources. | Reinier Zwitserloot |
2012-02-14 | No more autobox/type coercion issues with @Getter(lazy=true) and primitive ty... | Reinier Zwitserloot |
2012-02-14 | 'val' now works for member types whose outers have generics. (issue #343) | Reinier Zwitserloot |
2012-01-24 | Fix for issue 328: @Delegate on a field for which we also generate a getter w... | Roel Spilker |
2012-01-19 | [Issue 275] Allow @Delegate on no-argument methods | peichhorn |
2012-01-09 | trivial refactor | Reinier Zwitserloot |
2011-12-19 | Merge branch 'typeLibrary' | Reinier Zwitserloot |
2011-12-15 | Generated nodes are now cached using a fully-weak Map. | Robbert Jan Grootjans |
2011-12-13 | Refactored the type resolver, and made the 'find locally named classes that s... | Reinier Zwitserloot |
2011-11-13 | Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en... | peichhorn |
2011-11-07 | Changed copyright notices | Roel Spilker |
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-16 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2011-08-16 | This fixes 'val' not working in javac7. The LogDisabler used to simply suppre... | Reinier Zwitserloot |
2011-08-16 | Renamed Javac.getCTCint to getCtcInt | Roel Spilker |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type in... | Roel Spilker |
2011-07-30 | fixed Issue 243: | peichhorn |
2011-07-30 | fixed Issue 244: | peichhorn |
2011-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ... | Roel Spilker |
2011-06-20 | Minor tweaks to documentation updates (javadocs, website). | Reinier Zwitserloot |
2011-06-20 | Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces... | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | Reinier Zwitserloot |
2011-05-30 | HandleDelegate did not remove the annotation @Delegate from javac's AST, so H... | peichhorn |
2011-05-13 | Updated copyright on javac HandleDelegate | Reinier Zwitserloot |
2011-05-13 | @Delegate in javac on the new types/excludes model without autoexclusion now ... | Reinier Zwitserloot |
2011-03-18 | Rewritten @Cleanup's new null analysis prevention to not use | Reinier Zwitserloot |
2011-02-14 | Added annotation for handleconstructor: issue 172 | grootjans |
2011-02-07 | Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF... | Reinier Zwitserloot |
2011-01-24 | In javac, @XArgsConstructor on enums was not forcing the generated constructo... | Philipp Eichhorn |
2010-12-31 | Presence of i.e. getABC() stops lombok from generating getAbc, but lombok wil... | Reinier Zwitserloot |
2010-12-31 | calls 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-24 | Added detection of type var naming conflicts to eclipse's @Delegate support. | Reinier Zwitserloot |
2010-12-22 | val x = foo; is now desugared into "@val type x = foo;" (the @val is added), ... | Reinier Zwitserloot |