Age | Commit message (Expand) | Author |
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-21 | [fixes #1812] `@Singular` marked collections which nevertheless somehow ended... | Reinier Zwitserloot |
2018-08-20 | [fixes #1759] ‘flag usage’ check on builder for eclipse | Jan Rieke |
2018-08-16 | do null checks after assignment so that default==null is covered; only | Jan Rieke |
2018-08-16 | @SuperBuilder adapts @Builder.Default behavior from @Builder as #1347 is | Jan Rieke |
2018-07-29 | code impl of FieldNameConstants rewrite + test updates for it | 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 | support @Builder.Default | Jan Rieke |
2018-06-01 | handle experimental flag usage | Jan Rieke |
2018-05-31 | ecj: generate default constructor for builder classes | Jan Rieke |
2018-05-31 | Revert "ecj: SuperBuilderBasic test passes (removed superconstructor calls)" | Jan Rieke |
2018-05-31 | second generics test case | Jan Rieke |
2018-05-31 | ecj: reordering of methods | Jan Rieke |
2018-05-30 | fixed compiler errors in ant | Jan Rieke |
2018-05-30 | ecj: fixed compiler errors after revert of HandleBuilder | Jan Rieke |
2018-05-30 | ecj: revert changes to HandleBuilder (everything in HandleSuperBuilder) | Jan Rieke |
2018-05-30 | ecj: no empty <> if there are no type params | Jan Rieke |
2018-05-30 | ecj: type parameters for methods and constructor param | Jan Rieke |
2018-05-30 | ecj: copy type parameters to builder class | Jan Rieke |
2018-05-28 | Generate default no-args constructor | Roel Spilker |
2018-05-17 | ecj: SuperBuilderBasic test passes (removed superconstructor calls) | Jan Rieke |
2018-05-17 | ecj: remaining type args for non-generic class builders | Jan Rieke |
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-14 | ecj: method body for self(); type args for BuilderImpl extends clause | Jan Rieke |
2018-05-11 | ecj: setter methods now return self() | Jan Rieke |
2018-05-11 | ecj: type params for constructor, abstract builder class, self method | Jan Rieke |
2018-05-06 | ecj: builder generics [WIP] | 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] generics on inner classes whose outer type has generics, when the ou... | Reinier Zwitserloot |
2018-04-21 | first try for Eclipse handler [WIP] | Jan Rieke |
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-04-04 | Merge branch 'FieldNameConstants' of https://github.com/cheelio/lombok into c... | Reinier Zwitserloot |
2018-03-28 | [builderParentClass] Code to handle builder on enums removed; that doesn’t ... | Reinier Zwitserloot |
2018-03-28 | Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-master | Reinier Zwitserloot |
2018-03-27 | [trivial] some memoryload improvements by not making a new instance but using... | Reinier Zwitserloot |
2018-03-27 | Merge pull request #1583 from jramosf/master | Reinier Zwitserloot |
2018-03-20 | [issue #1615] fixes a bug where equals and hashcode would mess up if both the... | Reinier Zwitserloot |
2018-03-19 | Fresh builds wouldn’t work anymore due to a weird addition in ecj9. | Reinier Zwitserloot |
2018-02-16 | #1579: recycle handlers to avoid excessive garbage collection | Javier Ramos |