Age | Commit message (Expand) | Author |
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 | A few upgrades for the printers used with @lombok.core.PrintAST. | Reinier Zwitserloot |
2018-07-29 | code impl of FieldNameConstants rewrite + test updates for it | Reinier Zwitserloot |
2018-07-25 | Added key ‘dangerousconfig.lombok.disable’. | 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-07 | Also generify AnnotationProcessor logic | mszabo-wikia |
2018-06-07 | Generify logic to obtain JavacFiler and JavacProcessingEnvironment | mszabo-wikia |
2018-06-06 | Fix #1716: Update for Gradle incremental compilation API change in Gradle 4.8... | mszabo-wikia |
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 | Merge pull request #1680 from pbi-qfs/gradleIncremental | 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-05-03 | Allow gradle incremental compiling with lombok in annotation processor path | Pascal Bihler |
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-17 | fix #1657: EmptyLombokFileObject: file:// URI must not contain authority part. | Takuya Murakami |
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 |
2018-04-10 | Merge pull request #886 from balta3/annotationarrays | Reinier Zwitserloot |
2018-04-05 | build class names not configurable any more; removed toBuilder | Jan Rieke |