Age | Commit message (Expand) | Author |
2018-09-11 | code review and fixes for the ‘copyable annotations’ setting concept. | Reinier Zwitserloot |
2018-09-11 | Handle null annotation array correctly. | Werner Dietl |
2018-09-11 | Copy annotations in Eclipse HandleBuilder. | Werner Dietl |
2018-09-11 | Add configuration key, handle whereever NULLABLE is handled, support Eclipse. | Werner Dietl |
2018-09-10 | toBuilder() with singular should force the typeargs on the Collections.emptyL... | Reinier Zwitserloot |
2018-09-04 | [issue #1851] Lombok needs to generate type-use annotations when copying over... | Reinier Zwitserloot |
2018-09-04 | [debugging] Improved the ecj AST printer | 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-21 | [fixes #1812] `@Singular` marked collections which nevertheless somehow ended... | Reinier Zwitserloot |
2018-08-21 | bugfix for the new ‘find the next priority’ system committed earlier; it ... | Reinier Zwitserloot |
2018-08-20 | use delared ast Type instead of generic one saves a lot of "checkcasts" in th... | Roland Praml |
2018-08-20 | [fixes #1759] ‘flag usage’ check on builder for eclipse | Jan Rieke |
2018-08-20 | Do not use reflection to check if annotation is present | Roland Praml |
2018-08-20 | reduced calls of traverse invocations | Roland Praml |
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 | 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-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 |