aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-03-05Issue 348: @Delegate should also generate @Deprecated when the interface meth...Roel Spilker
2012-02-27Consistent use of JavacResolution.typeToJCTree instead of TreeMaker.Types - f...Sander Koning
2012-02-25Handle deprecated by ordinary usage.Taiki Sugawara
2012-02-24Add deprecated comment support for eclipse.Taiki Sugawara
2012-02-22support delegate with deprecated comment.Taiki Sugawara
2012-02-15'val' is no longer legal in basic for loops now. Fixes issue #346Reinier Zwitserloot
2012-02-14Update to error messages of @Log annotations.Reinier Zwitserloot
2012-02-14Bumped copyright years on recently (in 2012) changed sources.Reinier Zwitserloot
2012-02-14No 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-02-13Smart ATHROW reducer removed because that can at least in theory go wrong, an...Reinier Zwitserloot
2012-02-11whitespace onlyReinier Zwitserloot
2012-01-31Updated copyright notice in command line tool help, made debug tool=true suba...Reinier Zwitserloot
2012-01-30Added a tool to display the constant pool for a list of class filesRoel Spilker
2012-01-30Made LombokApp an abstract class and added isDebugTool.Roel Spilker
2012-01-30Merge branch 'master' of github.com:rzwitserloot/lombokRoel Spilker
2012-01-24Fix for issue 328: @Delegate on a field for which we also generate a getter w...Roel Spilker
2012-01-23Added null-check to prevent errors in eclipse when working on incomplete filesRoel Spilker
2012-01-23Fixed bug in reading long and double valuesRoel Spilker
2012-01-23Post-release version bump to 0.10.9Roel Spilker
2012-01-19prerelease bump to 0.10.8Reinier Zwitserloot
2012-01-19Merge branch 'Issue_325' of https://github.com/jvanderhel/lombok into jappeReinier Zwitserloot
2012-01-19@Delegate is no longer legal on static entities (previously no immediate erro...Reinier Zwitserloot
2012-01-19Removed unused imports from PatchFixesReinier Zwitserloot
2012-01-19[Issue 275] Allow @Delegate on no-argument methodspeichhorn
2012-01-181) rollback of rollback fixRetrieveRightBraceOrSemiColonPositionJappe van der Hel
2012-01-16Issue 325: revert old behaviour of fixRetrieveRightBrace...Sander Koning
2012-01-16Merge pull request #27 from jvanderhel/Issue_316_Rename_with_multiple_types_IISander Koning
2012-01-16Code reviewSander Koning
2012-01-101) We now honor the "public" and "abstract" modifier settingsJappe van der Hel
2012-01-10removeGeneratedMethods was broken, causing the rename to failJappe van der Hel
2012-01-10"QualifiedName"'s are now also marked as generated during ASTConverter phase ...Jappe van der Hel
2012-01-10Merge remote-tracking branch 'origin/master'Roel Spilker
2012-01-09Updated to ASM4 final.Reinier Zwitserloot
2012-01-09Oops, used the wrong ArgumentRoel Spilker
2012-01-09The line about lombok added to the about dialog wasn't working for all eclips...Roel Spilker
2012-01-09Lombok now adds a line about itself to the Eclipse about dialog via patching....Reinier Zwitserloot
2012-01-09Merge branch 'jvanderhel-Issue_86_Extract_Interface'Roel Spilker
2012-01-09Code reviewRoel Spilker
2012-01-09trivial refactorReinier Zwitserloot
2012-01-09MergeRoel Spilker
2012-01-09Updated copyright yearsRoel Spilker
2012-01-03Found some earlier fixes, commented them and put them together in the patchEx...Jappe van der Hel
2012-01-03extract interface now also works on inner types and side types (annotated wit...Jappe van der Hel
2012-01-03Extract interface now works when @Data is present.Jappe van der Hel
2012-01-02trivialReinier Zwitserloot
2012-01-02Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2012-01-02Fixed issue #320: since 0.10.6, lombok didn't work anymore in ecj (ClassNotFo...Reinier Zwitserloot
2011-12-21Extract interface now works when @Data is present.Jappe van der Hel
2011-12-20Fix for Issue 265, Sort members now works when class has @Data and @Log annot...Jappe van der Hel