Age | Commit message (Expand) | Author |
2015-02-02 | added impl for @UtilityClass. | Reinier Zwitserloot |
2015-01-30 | * Added config key ‘lombok.addGeneratedAnnotation’. | Reinier Zwitserloot |
2015-01-20 | added the lombok.singular.auto config option. | Reinier Zwitserloot |
2014-05-27 | Changed the lombok.nonNull.exceptionType configkey to be an enum, partly to e... | Reinier Zwitserloot |
2014-05-23 | Added confkey to make @NonNull generate a different exception because of the ... | Reinier Zwitserloot |
2014-05-21 | added a test and handler for correctly handling confkey: lombok.delegate.flag... | Reinier Zwitserloot |
2014-05-21 | Added an error if @Delegate is used recursively. | Reinier Zwitserloot |
2014-05-06 | added support for different error messages, where either one will mean the te... | Reinier Zwitserloot |
2014-03-26 | [i660] canEqual is now protected instead of public. | Roel Spilker |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot |
2014-02-20 | Issue 641: @Delegate is incorrectly allowed on static members in javac. Also ... | Roel Spilker |
2014-01-20 | [test] Missing after-X files used to be an implicit 'just ignore the content'... | Reinier Zwitserloot |
2014-01-19 | [configuration] added facilities to override conf file resolution for test ca... | Reinier Zwitserloot |
2013-09-24 | Fixed slight typo issues with the tests due to merging and icelandic on the f... | Reinier Zwitserloot |
2013-09-24 | Merge branch 'master' into jdk8check | Reinier Zwitserloot |
2013-09-20 | Issue 559: NullPointerException when @NonNull is used in abstract method | Sander Koning |
2013-09-09 | Updated unit tests to reflect new double-underscore default for onX. (Because... | Roel Spilker |
2013-08-19 | Only look at the line number for errors and warnings. | Roel Spilker |
2013-08-12 | replaced double underscore as new standard way of writing the dummy annotatio... | Reinier Zwitserloot |
2013-08-11 | Oops: didn't realise the text appeared in multiple places. | Jan Ouwens |
2013-07-16 | * Fixed issues with @FieldDefaults and @Value (you can NOT override | Reinier Zwitserloot |
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot |
2013-05-06 | Fixed issue 513: If equals is present but hashCode isn't, @Data now generates... | Reinier Zwitserloot |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2012-10-25 | The testrunner now uses a different mechanism to verify correctness of produc... | Reinier Zwitserloot |
2012-08-10 | Added tests for @FieldDefaults and @Value. | Reinier Zwitserloot |
2012-08-06 | Merge branch 'master' into wither | Reinier Zwitserloot |
2012-07-16 | fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstru... | Reinier Zwitserloot |
2012-07-16 | Added setting position of generated nodes in javac's @Synchronized as a 'pilo... | Reinier Zwitserloot |
2012-07-16 | Updated tests to reflect changes to delombok (delombok now kills super(), bec... | Reinier Zwitserloot |
2012-07-12 | Wither support + tests (javac only; ecj tests are currently set to ignore). | Reinier Zwitserloot |
2012-03-26 | Added full test suite for @Accessors, as well as the new rules for whether or... | Reinier Zwitserloot |
2012-03-26 | Finished work on @Accessors | Reinier Zwitserloot |
2012-02-15 | Couple more tests for val | Reinier Zwitserloot |
2011-12-19 | Now the type resolver also finds top-level types in a compilation unit that n... | Reinier Zwitserloot |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type in... | Roel Spilker |
2011-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ... | Roel Spilker |
2011-02-14 | Added a number of test for AllArgsConstuctor, RequiredArgsConstructor, NoArgs... | grootjans |
2011-02-07 | Testcases updated with new behaviour of @Getter/@Setter on booleans. | Reinier Zwitserloot |
2010-11-29 | lombok.val import now gets removed. Only adding lombok.val flags the compilat... | Roel Spilker |
2010-11-11 | @Getter(lazy=true) now also works in Eclipse | Roel Spilker |
2010-11-11 | Merge branch 'master' into lazyinit | Roel Spilker |
2010-11-11 | @Getter(lazy=true) support for javac | Roel Spilker |
2010-11-10 | Merge branch 'fixDelombok' | Reinier Zwitserloot |
2010-11-10 | All tests pass! - The test framework has been updated a bit to fit with the n... | Reinier Zwitserloot |
2010-11-10 | From now on it is possible to specify annotations to be placed on the method | Roel Spilker |
2010-11-03 | Intial support for @Log, for now only slf4j | Roel Spilker |
2010-11-03 | val in java, including tests and javac resolution utilities. | Reinier Zwitserloot |
2010-07-22 | Added tests for ecj, fixed a few minor bugs that came out of that. | Reinier Zwitserloot |
2010-07-21 | refactored the tests to prepare running ecj as well as delombok. | Reinier Zwitserloot |