Age | Commit message (Expand) | Author |
2010-10-01 | Fix for "ZIP file closed" errors caused by the postprocessor trying to load m... | Reinier Zwitserloot |
2010-09-30 | bugfix for the sneakyThrows remover: In rare cases would erroneously delete a... | Reinier Zwitserloot |
2010-09-30 | trivial: javadoc fixes, renamed 'className' to 'fileName'for postprocessor | Reinier Zwitserloot |
2010-08-15 | Documented the addition of the post-process stuff, which fixes issue 144. | Reinier Zwitserloot |
2010-08-15 | Documented the ClassFileMetaData utility. | Reinier Zwitserloot |
2010-08-15 | Merge branch 'postProcess' | Reinier Zwitserloot |
2010-08-15 | Added error/warning to the printed messages. | Roel Spilker |
2010-08-14 | delombok added type parameters to constructors that mirror the type's own typ... | Reinier Zwitserloot |
2010-08-07 | Fixed some bugs in reading the constant pool and added tests | Roel Spilker |
2010-08-05 | Created utility class to casually inspect class files on the usage of classes... | Roel Spilker |
2010-08-05 | Moved wrapOutputStream to PostCompiler | Roel Spilker |
2010-08-05 | Remove the double-athrow | Roel Spilker |
2010-08-03 | Post Compiler now works, including the sneaky throws remover. Also added a lo... | Roel Spilker |
2010-08-03 | Hey, the sneaky throws remover works, at least when run separately. | Roel Spilker |
2010-08-03 | Added initial support for post-compilation byte code transformations | Roel Spilker |
2010-07-28 | trivial: minor stylistic update | Reinier Zwitserloot |
2010-07-28 | Fix for issue #136: @Getter and @Setter now work on static fields again. | Reinier Zwitserloot |
2010-07-25 | post release version increase. | Reinier Zwitserloot |
2010-07-25 | 0.9.3 release prep | Reinier Zwitserloot |
2010-07-25 | Added changelog entry for #133: Outer.Inner instead of just Inner in toString(). | Reinier Zwitserloot |
2010-07-25 | Issue 133: @ToString on an inner class should print Outer.Inner instead of Inner | Roel Spilker |
2010-07-25 | Do not generate @ConstructorProperties for method-local classes | Roel Spilker |
2010-07-25 | Bugfix: in JavacNode intintializers were not structurally significant | Roel Spilker |
2010-07-22 | toString(), equals(), and hashCode() now use getX() instead of x if either it... | Reinier Zwitserloot |
2010-07-22 | Updated copyright statements and version release name. | Reinier Zwitserloot |
2010-07-22 | eclipse toString() now uses .getX() instead of .x. | Reinier Zwitserloot |
2010-07-22 | Added tests for ecj, fixed a few minor bugs that came out of that. | Reinier Zwitserloot |
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-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 | 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-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 | 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 |