aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-06Use a ClassLiteralAccess instead of a NameReferenceRoel Spilker
2010-11-06Create Clinit if you create a static field and it doesn't yet existRoel Spilker
2010-11-06Code cleanupRoel Spilker
2010-11-06Add support for multiple logging frameworks in EclipseRoel Spilker
2010-11-06Reorder parametersRoel Spilker
2010-11-06Use an annotation instead of implementations of interfacesRoel Spilker
2010-11-06Fixed typoRoel Spilker
2010-11-06Added support for Log4J, Commons and JUL in the javac handlerRoel Spilker
2010-11-06Fixed typo in unit testRoel Spilker
2010-11-03Intial support for @Log, for now only slf4jRoel Spilker
2010-11-03Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2010-11-03val in java, including tests and javac resolution utilities.Reinier Zwitserloot
2010-11-03big changes to delombok to prep for resolution, when sourcepath and classpath...Reinier Zwitserloot
2010-11-03Some small framework updates to accomodate resolution.Reinier Zwitserloot
2010-11-02Issue 154: Add null-check to @CleanupRoel Spilker
2010-11-02Removed trailing tabRoel Spilker
2010-10-31Added after-delombok test files for Loggergrootjans
2010-10-04The previous commit (fix for ZIP closed errors) actually breaks lombok on sys...Reinier Zwitserloot
2010-10-01Setter now supports 'onMethod=@Annotations' and 'onParam=@Annotations' for ja...Reinier Zwitserloot
2010-10-01Fix for "ZIP file closed" errors caused by the postprocessor trying to load m...Reinier Zwitserloot
2010-09-30bugfix for the sneakyThrows remover: In rare cases would erroneously delete a...Reinier Zwitserloot
2010-09-30trivial: javadoc fixes, renamed 'className' to 'fileName'for postprocessorReinier Zwitserloot
2010-08-15Documented the addition of the post-process stuff, which fixes issue 144.Reinier Zwitserloot
2010-08-15Documented the ClassFileMetaData utility.Reinier Zwitserloot
2010-08-15Merge branch 'postProcess'Reinier Zwitserloot
2010-08-15Update to force reading of test sources as UTF-8, which they are.Reinier Zwitserloot
2010-08-15Added name of compilation unit to error/warnings generated by postProcess.Roel Spilker
2010-08-15Updated buildscript to include tests and eclipse .project generation for the ...Roel Spilker
2010-08-15Added error/warning to the printed messages.Roel Spilker
2010-08-14Changelog for fix to issue 140Reinier Zwitserloot
2010-08-14delombok added type parameters to constructors that mirror the type's own typ...Reinier Zwitserloot
2010-08-13The "// Generated by delombok at ...." line at the top of delombok-produced s...Reinier Zwitserloot
2010-08-08Post-compilation works in both Eclipse and ecjRoel Spilker
2010-08-07Fixed some bugs in reading the constant pool and added testsRoel Spilker
2010-08-05Created utility class to casually inspect class files on the usage of classes...Roel Spilker
2010-08-05Moved wrapOutputStream to PostCompilerRoel Spilker
2010-08-05Remove the double-athrowRoel Spilker
2010-08-03Post Compiler now works, including the sneaky throws remover. Also added a lo...Roel Spilker
2010-08-03Hey, the sneaky throws remover works, at least when run separately.Roel Spilker
2010-08-03Added initial support for post-compilation byte code transformationsRoel Spilker
2010-07-30typofixed the link to issue 133 in the changelog.Reinier Zwitserloot
2010-07-28trivial: minor stylistic updateReinier Zwitserloot
2010-07-28Updated changelog to note issue 136 has been fixed.Reinier Zwitserloot
2010-07-28Fix for issue #136: @Getter and @Setter now work on static fields again.Reinier Zwitserloot
2010-07-28Added test case for issue #136: @Getter or @Setter on a static field fails to...Reinier Zwitserloot
2010-07-25post release version increase.Reinier Zwitserloot
2010-07-25bugfix in the maven target, which still listed the old test/delombok/src dir ...Reinier Zwitserloot
2010-07-250.9.3 release prepReinier Zwitserloot
2010-07-25Updated credits page with RJ, ivy, and split up people we'd like to thank and...Reinier Zwitserloot
2010-07-25Updated README. Fixes issue #135Reinier Zwitserloot