Age | Commit message (Expand) | Author |
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 |
2010-07-22 | toString(), equals(), and hashCode() now use getX() instead of x if either it... | 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 | import lombok.AccessLevel is now also removed during delomboking. | Reinier Zwitserloot |
2010-07-19 | [TRIVIAL] in case of bugs and we drop to toModifier() for AccessLevel.NONE, w... | Reinier Zwitserloot |
2010-07-18 | All generated fields and methods now get a @SuppressWarnings("all"). | Reinier Zwitserloot |
2010-07-17 | In our efforts to eliminate annotations for delombok, we also eliminated all ... | Reinier Zwitserloot |
2009-12-04 | Prep work for fixing issue #75. | Reinier Zwitserloot |
2009-11-28 | Moved TransformationsUtil to a new package. | Reinier Zwitserloot |
2009-11-27 | Pretty crucial bugfix that stopped all lombok annotations on types from worki... | Reinier Zwitserloot |
2009-11-27 | Thorough work on inserting comments in the proper place for delombok; should ... | Roel Spilker |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |