Age | Commit message (Expand) | Author |
2018-06-04 | FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be... | Reinier Zwitserloot |
2018-04-23 | Allow onMethod and onParam in @Getter and @Setter if it is put on a type | Roel Spilker |
2018-04-17 | [Fixes #1656] Lombok would silently do the wrong thing when using references ... | Reinier Zwitserloot |
2018-04-05 | [fieldNameConstants] code review, docs, tests, fixup. | Reinier Zwitserloot |
2018-03-20 | tests updated; a few tests were failing because we removed a few things recen... | Reinier Zwitserloot |
2018-02-07 | [var] various upgrades to var: | Reinier Zwitserloot |
2017-05-16 | [i1351] Warning on initialized non-final field in Builder was wrong | Roel Spilker |
2017-03-22 | Added tests to check warnings/errors emitted by Builder.Default support. | Reinier Zwitserloot |
2017-03-20 | Fixing issue #1201: Builder now supports defaults! | Reinier Zwitserloot |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named a... | Reinier Zwitserloot |
2016-12-05 | Fixes #1236: Getter(lazy=true) now emits an error when used on a transient field | Roel Spilker |
2016-11-22 | `var` can now also be configured to emit a warning when used. | Roel Spilker |
2016-11-12 | a initialization of variable like "var o = null;" will throw the compile tim... | Bulgakov Alexander |
2016-03-07 | @Helper is now legal in just about every place method local classes are legal... | Reinier Zwitserloot |
2015-11-17 | add the capability to the testing framework to verify that delombok actually ... | Roel Spilker |
2015-10-05 | [Fixes #807] The NonNull annotation can now be used documentary style on para... | Reinier Zwitserloot |
2015-08-13 | Added new feature: @Helper including both annotations and tests. | Reinier Zwitserloot |
2015-03-30 | A capital/lowercase letter messup in a test file means people on case sensiti... | Reinier Zwitserloot |
2015-02-04 | @UtilityClass handlers now more intelligent about inner types of implicitly s... | Reinier Zwitserloot |
2015-02-02 | added impl for @UtilityClass. | Reinier Zwitserloot |
2015-02-01 | Fixed issues with val in inner classes, and re-enabled a test that caught it ... | Reinier Zwitserloot |
2015-01-30 | * Added config key ‘lombok.addGeneratedAnnotation’. | Reinier Zwitserloot |
2015-01-20 | added the lombok.singular.auto config option. | Reinier Zwitserloot |
2015-01-19 | builder @Singleton now works fully in eclipse as well! feature done! | 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-07-07 | @Getter(lazy=true) now uses a different, more efficient desugaring. Implement... | 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 | fully tested the HandleWither impl for eclipse. | Reinier Zwitserloot |
2012-07-16 | fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstru... | Reinier Zwitserloot |