aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers
AgeCommit message (Expand)Author
2018-09-11Add configuration key, handle whereever NULLABLE is handled, support Eclipse.Werner Dietl
2018-09-11Copy 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-27SuperBuilder now with generics on self() methodJan Rieke
2018-08-27Merge branch 'superBuilderNonNull' of https://github.com/janrieke/lombok into...Roel Spilker
2018-08-27@SuperBuilder adapts @Builder.Default behavior from @Builder as #1347 isJan Rieke
2018-08-22Merge branch 'master' into masterPhilippe Charles
2018-08-21[fixes #1812] `@Singular` marked collections which nevertheless somehow ended...Reinier Zwitserloot
2018-08-16only assign value once so that final fields work (javac)Jan Rieke
2018-08-16do null checks after assignment so that default==null is coveredJan Rieke
2018-08-16@SuperBuilder adapts @Builder.Default behavior from @Builder as #1347 isJan Rieke
2018-07-29Printing missing gradle integration would print for any non-javac, non-gradle...Reinier Zwitserloot
2018-07-29code impl of FieldNameConstants rewrite + test updates for itReinier Zwitserloot
2018-07-25[fixes issue #1759] We removed the ‘flag usage’ check on builder instead ...Reinier Zwitserloot
2018-07-11Fix 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-13Merge branch 'janrieke-superBuilder'Reinier Zwitserloot
2018-06-13[SuperBuilder] code review, style update, making it JDK1.6 compatible, docume...Reinier Zwitserloot
2018-06-04Make `extraPrivate` opt-in instead of opt-out. Fixes #1708Roel Spilker
2018-06-04FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be...Reinier Zwitserloot
2018-06-04Do not generate a private no-args constructor if:Roel Spilker
2018-06-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok...Reinier Zwitserloot
2018-06-04SuperBuilder support for abstract classesJan Rieke
2018-06-01reverted unnecessary import reorderingJan Rieke
2018-06-01support @Builder.DefaultJan Rieke
2018-06-01handle experimental flag usageJan Rieke
2018-05-31javac: delete @SuperBuilder when processing itJan Rieke
2018-05-30no custom builders allowed, so there cannot be a toString() methodJan Rieke
2018-05-30code formatting, reordering, rename etc.Jan Rieke
2018-05-28Generate default no-args constructorRoel 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-11ecj: setter methods now return self()Jan Rieke
2018-04-27fixed generation problem caused by reusing expressionsJan Rieke
2018-04-23Allow onMethod and onParam in @Getter and @Setter if it is put on a typeRoel 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-16let @SuperBuilder's toString() call super.toString()Jan Rieke
2018-04-16avoid name clashes with generics on the annotated classJan Rieke
2018-04-15use superclass generics for abstract builder class' extends clauseJan Rieke
2018-04-15consider generics on the annotated class and potential superclassJan Rieke
2018-04-14revert changes to HandleBuilder (everything is in HandleSuperBuilder)Jan Rieke
2018-04-14adjusted expected result of test caseJan Rieke
2018-04-14include superclass when referring to parent builderJan Rieke
2018-04-10correct return type and statement for @SingularJan Rieke
2018-04-10@Override for overridden methodsJan Rieke
2018-04-10apply generics on builder extends clause; fixed builder name generationJan Rieke