aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-15Added .markdown.html to gitignore. I wrote a tool that produces these from .m...Roel Spilker
2011-02-15Should be a fix for issue #177: NoClassDefFoundErrors for JavacProcessingEnvi...Roel Spilker
2011-02-14Added a number of test for AllArgsConstuctor, RequiredArgsConstructor, NoArgs...grootjans
2011-02-14Added annotation for handleconstructor: issue 172grootjans
2011-02-07Added test to confirm behaviour of @RequiredArgsConstructor, @ToString, and @...Reinier Zwitserloot
2011-02-07Updated changelog for @Delegate and 'val'grootjans
2011-02-07Added documentation for @Delegate. This fixes issue 189grootjans
2011-02-07trivial change: Removed bug 181 from the changelog. It's too trivial to put o...Reinier Zwitserloot
2011-02-07Removed a debug print.Reinier Zwitserloot
2011-02-07Updated changelog to reflect fix of issue #148 (getter/setter with booleans w...Reinier Zwitserloot
2011-02-07Testcases updated with new behaviour of @Getter/@Setter on booleans.Reinier Zwitserloot
2011-02-07Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF...Reinier Zwitserloot
2011-02-07Removed planned extension 'make @SneakyThrows not runtime dependent on lombok...Reinier Zwitserloot
2011-01-31Issue 182: Cleanup documentation should include null-checkRoel Spilker
2011-01-31Calling setCharset with null will use the system default charset (issue 181)Roel Spilker
2011-01-31Changed internal call for resolution to method support in javac7grootjans
2011-01-24NPE fixReinier Zwitserloot
2011-01-24In javac, @XArgsConstructor on enums was not forcing the generated constructo...Philipp Eichhorn
2011-01-17trivial update to the build script to get rid of a warning while building testsReinier Zwitserloot
2011-01-17Some of the tests weren't succeeding (and haven't for a while now) since fixi...Reinier Zwitserloot
2011-01-16updated the eclipse ecj mirrors as the belgium mirror was discontinuedgrootjans
2011-01-10Merge branch 'master' of git@github.com:rzwitserloot/lombokRoel Spilker
2011-01-10In javac7 the BaseFileObject and JavacFileManager have been moved fromRoel Spilker
2011-01-08Making delombok compatible with post-resolution transformers meant delombok w...Reinier Zwitserloot
2011-01-02Should fix issue #175, where annotations mysteriously appear to be copied to ...Reinier Zwitserloot
2011-01-02Added debug feature (disabled in this commit) to print types of nodes printed...Reinier Zwitserloot
2010-12-31Using annotation processors with lombok sometimes results in a 'Not Supported...Reinier Zwitserloot
2010-12-31Starting eclipse with an open file containing an enum with @Getter on it woul...Reinier Zwitserloot
2010-12-31Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA...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-28Second time's the charm - fix for generating LombokizedEclipse.launch in wind...Reinier Zwitserloot
2010-12-28Using @Delegate to add a varargs method now works in eclipse (the varargs nat...Reinier Zwitserloot
2010-12-24Added detection of type var naming conflicts to eclipse's @Delegate support.Reinier Zwitserloot
2010-12-22val x = foo; is now desugared into "@val type x = foo;" (the @val is added), ...Reinier Zwitserloot
2010-12-22Generating LombokizedEclipse.launch was broken on non-macs.Reinier Zwitserloot
2010-12-22After 2 weeks of debugging, finally figured out val in eclipse using lombok.v...Reinier Zwitserloot
2010-12-22@Delegate in eclipse works when delegating parameterized types now, and will ...Reinier Zwitserloot
2010-12-18Moved all the Compile time constants from the Javac handlers and supporting c...grootjans
2010-12-01Parameter names are now 'arg0', 'arg1', etc, unless the delegated type is sou...Reinier Zwitserloot
2010-12-01@Deprecated is now copied across for eclipse's @DelegateReinier Zwitserloot
2010-12-01@Delegate in eclipse now uses more of the standard infrastructure to inject m...Reinier Zwitserloot
2010-11-29lombok.val import now gets removed. Only adding lombok.val flags the compilat...Roel Spilker
2010-11-29some more work on why delombok isn't tracking changes due to val alone.Reinier Zwitserloot
2010-11-29Use includeantruntime="false" for safety and to avoid warnings under Ant 1.8.0+.Jesse Glick
2010-11-29Make compilable under JDK 7's javac (thus also removing an error mark in NetB...Jesse Glick
2010-11-29@ToString usage example had a typo in it (used 'excludes' instead of the corr...Reinier Zwitserloot
2010-11-29'val' now only works if its a reference to lombok.val on javac.Reinier Zwitserloot
2010-11-29Added 'val' as a type which the 'val' fake keyword must resolve to before val...Reinier Zwitserloot