Age | Commit message (Expand) | Author |
2010-07-21 | Added using .getX() instead of using .x in equals, hashCode, and toString. Al... | Reinier Zwitserloot |
2010-07-21 | Refactor: for using this.getX() instead of this.x in generated toString(), eq... | Reinier Zwitserloot |
2010-07-21 | Added some 'live debugging' - patches to improve error reporting for bugs tha... | Reinier Zwitserloot |
2010-07-20 | Added support for setting up an alternative diagnostics listener | Roel Spilker |
2010-07-20 | bugfix: The previous fix to stop removal of lombok annotations unless delombo... | Reinier Zwitserloot |
2010-07-20 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier 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-20 | Added references to other constructor annotations in the javadoc | Roel Spilker |
2010-07-20 | Moved DeleteLombokAnnotations to the proper package and source dir. | Reinier Zwitserloot |
2010-07-20 | import lombok.*; wasn't working in eclipse. It is now. | Reinier Zwitserloot |
2010-07-20 | Added copyright header to DelombokApp.java | Reinier Zwitserloot |
2010-07-20 | import lombok.AccessLevel is now also removed during delomboking. | Reinier Zwitserloot |
2010-07-19 | Added 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-19 | Added javadoc to the annotation parameters for the @Constructor annotations, | Reinier Zwitserloot |
2010-07-19 | Added support for @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsCo... | Reinier Zwitserloot |
2010-07-19 | Added support for @AllArgsConstructor, @NoArgsConstructor, and @RequiredArgsC... | Reinier Zwitserloot |
2010-07-19 | Added (and left intentionally undocumented) an option to force the installer ... | Reinier Zwitserloot |
2010-07-18 | All generated fields and methods now get a @SuppressWarnings("all"). | Reinier Zwitserloot |
2010-07-18 | All field accesses done by generated lombok methods are now qualified with 't... | Reinier Zwitserloot |
2010-07-17 | In our efforts to eliminate annotations for delombok, we also eliminated all ... | Reinier Zwitserloot |
2010-07-17 | Bugfix: Annotations on types were being ignored if the type had no members in... | Reinier Zwitserloot |
2010-07-17 | Implements issue #129: @Getter and @Setter are now legal on entire types. | Reinier Zwitserloot |
2010-07-17 | Updated spelling of LICENCE to LICENSE, and updated copyright notice of help ... | Reinier Zwitserloot |
2010-07-16 | previous update to the code due to changes in lombok.patcher introduced a bug... | Reinier Zwitserloot |
2010-07-16 | Updated to helios. A few new warnings popped up; handled those. | Reinier Zwitserloot |
2010-07-14 | Added copying of @CheckForNull from a field to autogenerated getters and sett... | Reinier Zwitserloot |
2010-07-12 | Changed build system to ivy. | Reinier Zwitserloot |
2010-04-24 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-04-24 | Keeping pace with changes to lombok.patcher. | Reinier Zwitserloot |
2010-02-14 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2010-02-14 | Added unicode escape writing to avoid pesky encoding issues. | Roel Spilker |
2010-02-10 | cmdreader no longer needs @Parameterized | Reinier Zwitserloot |
2010-01-11 | Made DelombokApp's error message if tools.jar is in fact missing more useful;... | Reinier Zwitserloot |
2010-01-11 | Made discovery of tools.jar slightly more robust and got rid of the double er... | Reinier Zwitserloot |
2010-01-08 | NonNull state really ought to be documented, so now it is. | Reinier Zwitserloot |
2010-01-07 | Fixing javac's PrettyPrinter's screwup on enum members with bodies or paramet... | Reinier Zwitserloot |
2009-12-30 | Fix for the installer crashing with NPE on line 589. | Reinier Zwitserloot |
2009-12-30 | Sanity check on running patch scripts for eclipse - if its already been done ... | Reinier Zwitserloot |
2009-12-30 | Added copyright notices. | Reinier Zwitserloot |
2009-12-30 | Command line compiling with ecj at source 1.6 now works! | Reinier Zwitserloot |
2009-12-30 | Merge branch 'master' into ecj | Reinier Zwitserloot |
2009-12-29 | EclipsePatcher now only patches needed stuff when in ECJ mode. | Reinier Zwitserloot |
2009-12-29 | Fix for issue #93: Naming your class GetFoo prevents lombok from making a get... | Reinier Zwitserloot |
2009-12-23 | work in progress on ecj support. | Reinier Zwitserloot |
2009-12-23 | prep for this class working better for ecj. | Reinier Zwitserloot |
2009-12-23 | HandlerLibrary now uses the proper context. | Reinier Zwitserloot |
2009-12-23 | generalized the annotation processor that lombok.jar represents into a main c... | Reinier Zwitserloot |
2009-12-23 | Abstracted out stuff that only works in a full eclipse and not in ECJ. | Reinier Zwitserloot |
2009-12-21 | The latest on the master branch is from now on called 'EDGE' and not 'HEAD'. | Reinier Zwitserloot |