Age | Commit message (Expand) | Author |
2018-09-11 | Add configuration key, handle whereever NULLABLE is handled, support Eclipse. | Werner Dietl |
2018-09-11 | Copy all field annotations to the corresponding builder parameter. | Werner Dietl |
2018-09-04 | [issue #1851] Lombok needs to generate type-use annotations when copying over... | Reinier Zwitserloot |
2018-09-04 | [wip] Random fixes to various tests that are failing, especially against Java7. | Reinier Zwitserloot |
2018-08-28 | [fixes #1836] superbuilder didn’t play ball with field prefixes, at least i... | Reinier Zwitserloot |
2018-08-27 | SuperBuilder now with generics on self() method | Jan Rieke |
2018-08-27 | Merge branch 'superBuilderNonNull' of https://github.com/janrieke/lombok into... | Roel Spilker |
2018-08-27 | @SuperBuilder adapts @Builder.Default behavior from @Builder as #1347 is | Jan Rieke |
2018-08-22 | Merge branch 'master' into master | Philippe Charles |
2018-08-21 | [fixes #1812] `@Singular` marked collections which nevertheless somehow ended... | Reinier Zwitserloot |
2018-08-16 | only assign value once so that final fields work (javac) | Jan Rieke |
2018-08-16 | do null checks after assignment so that default==null is covered | Jan Rieke |
2018-08-16 | @SuperBuilder adapts @Builder.Default behavior from @Builder as #1347 is | Jan Rieke |
2018-07-29 | Printing missing gradle integration would print for any non-javac, non-gradle... | Reinier Zwitserloot |
2018-07-29 | code impl of FieldNameConstants rewrite + test updates for it | Reinier Zwitserloot |
2018-07-25 | [fixes issue #1759] We removed the ‘flag usage’ check on builder instead ... | Reinier Zwitserloot |
2018-07-11 | Fix NetBeans 8.x compile-on-save issue. | Philippe Charles |
2018-07-03 | [issue #1347] When lombok generates constructors, it should call the `@Builde... | Reinier Zwitserloot |
2018-07-03 | [issue #1347] When lombok generates constructors, it should call the `@Builde... | Reinier Zwitserloot |
2018-06-13 | Merge branch 'janrieke-superBuilder' | Reinier Zwitserloot |
2018-06-13 | [SuperBuilder] code review, style update, making it JDK1.6 compatible, docume... | Reinier Zwitserloot |
2018-06-04 | Make `extraPrivate` opt-in instead of opt-out. Fixes #1708 | Roel Spilker |
2018-06-04 | FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be... | Reinier Zwitserloot |
2018-06-04 | Do not generate a private no-args constructor if: | Roel Spilker |
2018-06-04 | Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok... | Reinier Zwitserloot |
2018-06-04 | SuperBuilder support for abstract classes | Jan Rieke |
2018-06-01 | reverted unnecessary import reordering | Jan Rieke |
2018-06-01 | support @Builder.Default | Jan Rieke |
2018-06-01 | handle experimental flag usage | Jan Rieke |
2018-05-31 | javac: delete @SuperBuilder when processing it | Jan Rieke |
2018-05-30 | no custom builders allowed, so there cannot be a toString() method | Jan Rieke |
2018-05-30 | code formatting, reordering, rename etc. | Jan Rieke |
2018-05-28 | Generate default no-args constructor | Roel Spilker |
2018-05-15 | [new-style include/exclude] added new-style include/exclude support to Equals... | Reinier Zwitserloot |
2018-05-14 | [annotation based ToString] hey.. we have annotation based ToString now, wher... | Reinier Zwitserloot |
2018-05-11 | ecj: setter methods now return self() | Jan Rieke |
2018-04-27 | fixed generation problem caused by reusing expressions | Jan Rieke |
2018-04-23 | Allow onMethod and onParam in @Getter and @Setter if it is put on a type | Roel Spilker |
2018-04-23 | [bugfix] onMethod_ in javac was broken; javac would throw an IllegalArgumentE... | Reinier Zwitserloot |
2018-04-17 | [Fixes #1656] Lombok would silently do the wrong thing when using references ... | Reinier Zwitserloot |
2018-04-16 | let @SuperBuilder's toString() call super.toString() | Jan Rieke |
2018-04-16 | avoid name clashes with generics on the annotated class | Jan Rieke |
2018-04-15 | use superclass generics for abstract builder class' extends clause | Jan Rieke |
2018-04-15 | consider generics on the annotated class and potential superclass | Jan Rieke |
2018-04-14 | revert changes to HandleBuilder (everything is in HandleSuperBuilder) | Jan Rieke |
2018-04-14 | adjusted expected result of test case | Jan Rieke |
2018-04-14 | include superclass when referring to parent builder | Jan Rieke |
2018-04-10 | correct return type and statement for @Singular | Jan Rieke |
2018-04-10 | @Override for overridden methods | Jan Rieke |
2018-04-10 | apply generics on builder extends clause; fixed builder name generation | Jan Rieke |