aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-25Do not generate @ConstructorProperties for method-local classesRoel Spilker
2010-07-25Bugfix: in JavacNode intintializers were not structurally significantRoel Spilker
2010-07-25Fixed a bug in the mac os X installer's "Choose Location..." dialog which _on...Reinier Zwitserloot
2010-07-25Added version detection for netbeans. Installing into netbeans now does:Reinier Zwitserloot
2010-07-24Uninstalling lombok from netbeans was broken in the previous installer update.Reinier Zwitserloot
2010-07-24When the installer errors, for example because it's trying to remove itself, ...Reinier Zwitserloot
2010-07-22[TRIVIAL] Typofix in changelog.Reinier Zwitserloot
2010-07-22toString(), equals(), and hashCode() now use getX() instead of x if either it...Reinier Zwitserloot
2010-07-22Updated copyright statements and version release name.Reinier Zwitserloot
2010-07-22eclipse toString() now uses .getX() instead of .x.Reinier Zwitserloot
2010-07-22Compatibility update for PrettyCommentsPrinter, which should now work better ...Reinier Zwitserloot
2010-07-22Added more tests, one of which tests usage of .getX() in toString, equals, an...Reinier Zwitserloot
2010-07-22Added tests for ecj, fixed a few minor bugs that came out of that.Reinier Zwitserloot
2010-07-21refactored the tests to prepare running ecj as well as delombok.Reinier Zwitserloot
2010-07-21delombok on most javacs would quit with a NoSuchFieldError if it contains <?>...Reinier Zwitserloot
2010-07-21Added using .getX() instead of using .x in equals, hashCode, and toString. Al...Reinier Zwitserloot
2010-07-21Refactor: for using this.getX() instead of this.x in generated toString(), eq...Reinier Zwitserloot
2010-07-21Added some 'live debugging' - patches to improve error reporting for bugs tha...Reinier Zwitserloot
2010-07-20Added checks for warnings in test casesRoel Spilker
2010-07-20Added support for checking compiler messages (errors & warnings)Roel Spilker
2010-07-20Added support for setting up an alternative diagnostics listenerRoel Spilker
2010-07-20Added tests for @Getter and @Setter on a class[BRoel Spilker
2010-07-20Small updates to website docs after feedback from RJ and Roel.Reinier Zwitserloot
2010-07-20Updated credits to list Petr Jiricka and Cobertura, also updated copyright ye...Reinier Zwitserloot
2010-07-20bugfix: The previous fix to stop removal of lombok annotations unless delombo...Reinier Zwitserloot
2010-07-20Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2010-07-20@Getter int x, y; used to only apply to 'x', now it applies to both x and y.Reinier Zwitserloot
2010-07-20Added references to other constructor annotations in the javadocRoel Spilker
2010-07-20Moved DeleteLombokAnnotations to the proper package and source dir.Reinier Zwitserloot
2010-07-20import lombok.*; wasn't working in eclipse. It is now.Reinier Zwitserloot
2010-07-20Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, @AllArg...Reinier Zwitserloot
2010-07-20Added copyright header to DelombokApp.javaReinier Zwitserloot
2010-07-20import lombok.AccessLevel is now also removed during delomboking.Reinier Zwitserloot
2010-07-20Whoops, the junit dependency descriptor was misnamed.Reinier Zwitserloot
2010-07-20Made more consistentRoel Spilker
2010-07-20Published the test targetRoel Spilker
2010-07-20Updated the tests to reflect recent modifications: use 'this' where possible ...Roel Spilker
2010-07-20Changed the order of unpacking libs to be before compiling in the build scrip...Roel Spilker
2010-07-20With the new features, some of the delombok based unit tests no longer work.Reinier Zwitserloot
2010-07-20Whoops, 2 dependency descriptors were missing. Added them.Reinier Zwitserloot
2010-07-20Fixed some broken dependency descriptorsRoel Spilker
2010-07-19Added support for @ConstructorProperties generation for generated constructors.Reinier Zwitserloot
2010-07-19[TRIVIAL] in case of bugs and we drop to toModifier() for AccessLevel.NONE, w...Reinier Zwitserloot
2010-07-19Added javadoc to the annotation parameters for the @Constructor annotations,Reinier Zwitserloot
2010-07-19Added support for @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsCo...Reinier Zwitserloot
2010-07-19Added support for @AllArgsConstructor, @NoArgsConstructor, and @RequiredArgsC...Reinier Zwitserloot
2010-07-19Added (and left intentionally undocumented) an option to force the installer ...Reinier Zwitserloot
2010-07-18All generated fields and methods now get a @SuppressWarnings("all").Reinier Zwitserloot
2010-07-18Updated changelog for fixing issue #48Reinier Zwitserloot
2010-07-18All field accesses done by generated lombok methods are now qualified with 't...Reinier Zwitserloot