Age | Commit message (Expand) | Author |
2010-11-06 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-06 | implicit flags in interfaces (all methods become public abstract, etc) are no... | Reinier Zwitserloot |
2010-11-06 | Have j.u.l. be invoked with TargetType.class.getName() instead of "TargetType" | Roel Spilker |
2010-11-06 | Use a ClassLiteralAccess instead of a NameReference | Roel Spilker |
2010-11-06 | Create Clinit if you create a static field and it doesn't yet exist | Roel Spilker |
2010-11-06 | Code cleanup | Roel Spilker |
2010-11-06 | Add support for multiple logging frameworks in Eclipse | Roel Spilker |
2010-11-06 | Reorder parameters | Roel Spilker |
2010-11-06 | Use an annotation instead of implementations of interfaces | Roel Spilker |
2010-11-06 | Fixed typo | Roel Spilker |
2010-11-06 | Added support for Log4J, Commons and JUL in the javac handler | Roel Spilker |
2010-11-03 | Intial support for @Log, for now only slf4j | Roel Spilker |
2010-11-03 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-03 | val in java, including tests and javac resolution utilities. | Reinier Zwitserloot |
2010-11-03 | big changes to delombok to prep for resolution, when sourcepath and classpath... | Reinier Zwitserloot |
2010-11-03 | Some small framework updates to accomodate resolution. | Reinier Zwitserloot |
2010-11-02 | Issue 154: Add null-check to @Cleanup | Roel Spilker |
2010-10-04 | The previous commit (fix for ZIP closed errors) actually breaks lombok on sys... | Reinier Zwitserloot |
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 name of compilation unit to error/warnings generated by postProcess. | Roel Spilker |
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-13 | The "// Generated by delombok at ...." line at the top of delombok-produced s... | Reinier Zwitserloot |
2010-08-08 | Post-compilation works in both Eclipse and ecj | Roel Spilker |
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-25 | Fixed a bug in the mac os X installer's "Choose Location..." dialog which _on... | Reinier Zwitserloot |
2010-07-25 | Added version detection for netbeans. Installing into netbeans now does: | Reinier Zwitserloot |
2010-07-24 | Uninstalling lombok from netbeans was broken in the previous installer update. | Reinier Zwitserloot |
2010-07-24 | When the installer errors, for example because it's trying to remove itself, ... | Reinier Zwitserloot |
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 |