Age | Commit message (Expand) | Author |
2013-07-16 | * Fixed issues with @FieldDefaults and @Value (you can NOT override | Reinier Zwitserloot |
2013-07-08 | Fixed value's snippet integration (it hadn't been updated yet now that Value ... | Reinier Zwitserloot |
2013-07-08 | gave up on adding support for moving javadoc to getter/setter in eclipse. Ecl... | Reinier Zwitserloot |
2013-07-08 | Support for javadoc copying in Getter/Setter generation for javac, as well as... | Reinier Zwitserloot |
2013-06-25 | Value has been promoted to the main package. | Reinier Zwitserloot |
2013-06-18 | Added a ClassDef wrapper, because its signature changed between javac1.6 and ... | Reinier Zwitserloot |
2013-06-16 | Most of the javac implementation for HandleBuilder, plus | Reinier Zwitserloot |
2013-06-16 | Added injectType methods to Eclipse/JavacHandlerUtil, which we'll need to inj... | Reinier Zwitserloot |
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot |
2013-03-26 | Massive performance improvements, and a few potentially breaking changes for ... | Roel Spilker |
2013-03-12 | In delombok, we mark the AST as changed if we remove an annotation; this fixe... | Reinier Zwitserloot |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2012-11-17 | Added all documentation for the onX feature and updated changelog. | Reinier Zwitserloot |
2012-11-12 | [refactor] Cleaned up static imports (always use *), and refactored out getCt... | Reinier Zwitserloot |
2012-08-06 | Added @Value and @FieldDefaults implementations for javac and ecj, the annota... | Reinier Zwitserloot |
2012-08-06 | Merge branch 'master' into wither | Reinier Zwitserloot |
2012-07-18 | Lombok not longer removes the feature annotations and the import declarations... | Philipp Eichhorn |
2012-07-17 | Fix for issue 396: Static constructors generated for classes with type parame... | Reinier Zwitserloot |
2012-07-16 | Added setting position of generated nodes in javac's @Synchronized as a 'pilo... | Reinier Zwitserloot |
2012-07-12 | Wither support + tests (javac only; ecj tests are currently set to ignore). | Reinier Zwitserloot |
2012-07-11 | Fielding a request to make some stuff public. The things made public are alre... | Reinier Zwitserloot |
2012-07-11 | Made lombok more stable in netbeans based on some smart observations by Jan L... | Jan Lahoda |
2012-05-22 | Javac implementation of @ExtensionMethod. | Robbert Jan Grootjans |
2012-03-27 | Merge branch 'master' into accessors | Reinier Zwitserloot |
2012-03-27 | Fixes issue 326: In NetBeans, the generated default constructor was compiled ... | Roel Spilker |
2012-03-26 | Finished work on @Accessors | Reinier Zwitserloot |
2012-03-26 | Merge branch 'acc2' into accessors | Reinier Zwitserloot |
2012-03-26 | Updated findMethod with paramcount. | Reinier Zwitserloot |
2012-03-22 | Bug fixes for updates to getter/setter stuff based on @Accessors. | Reinier Zwitserloot |
2012-03-21 | Implementation of @Accessors. | Reinier Zwitserloot |
2012-03-19 | Fix for issue 342: @Deprecated annotation not propagated to generated getter... | Roel Spilker |
2011-12-19 | Merge branch 'typeLibrary' | Reinier Zwitserloot |
2011-12-15 | Generated nodes are now cached using a fully-weak Map. | Robbert Jan Grootjans |
2011-12-13 | Refactored the type resolver, and made the 'find locally named classes that s... | Reinier Zwitserloot |
2011-11-13 | Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en... | peichhorn |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-08-16 | Renamed Javac.getCTCint to getCtcInt | Roel Spilker |
2011-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ... | Roel Spilker |
2011-06-20 | Minor tweaks to documentation updates (javadocs, website). | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | Reinier Zwitserloot |
2011-02-07 | Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF... | Reinier Zwitserloot |
2010-12-31 | Presence of i.e. getABC() stops lombok from generating getAbc, but lombok wil... | Reinier Zwitserloot |
2010-12-18 | Moved all the Compile time constants from the Javac handlers and supporting c... | grootjans |
2010-11-18 | In javac, use ListBuffer to append | Roel Spilker |
2010-11-11 | @Getter(lazy=true) support for javac | Roel Spilker |
2010-11-10 | From now on it is possible to specify annotations to be placed on the method | 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-07-28 | Fix for issue #136: @Getter and @Setter now work on static fields again. | Reinier Zwitserloot |