aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before
AgeCommit message (Expand)Author
2018-10-29Merge branch 'wildcardsSingularFix' of git://github.com/janrieke/lombok into ...Reinier Zwitserloot
2018-10-29Merge pull request #1871 from janrieke/customizableSuperBuilderReinier Zwitserloot
2018-10-15add tests to ensure onlyExplicitlyIncluded means nothing if no fields are ann...Roel Spilker
2018-10-15Don't initialize already initialized final fields. Fixes #1829.Roel Spilker
2018-10-15[fixes #1324] toBuilder with @Singular marked collections that are null no lo...Reinier Zwitserloot
2018-10-12fixed toBuilder on Singular fields with wildcards (javac)Jan Rieke
2018-10-08Merge branch 'superToBuilder' of git://github.com/janrieke/lombok into janrie...Reinier Zwitserloot
2018-10-02[tests] all tests involving ‘var’ should not be run on j10+.Reinier Zwitserloot
2018-09-24SuperBuilder: allow customization of selected methodsJan Rieke
2018-09-24Merge remote-tracking branch 'upstream/master' into superToBuilderJan Rieke
2018-09-18Finishing work on making lombok do sensible things with TYPE_USE annotations ...Reinier Zwitserloot
2018-09-16SuperBuilder toBuilder: test with genericsJan Rieke
2018-09-16SuperBuilder toBuilder: moved static helper method to builder implJan Rieke
2018-09-12Merge remote-tracking branch 'upstream/master' into superToBuilderJan Rieke
2018-09-11adjusted toBuilder tests to cover private variables (impl not yet done)Jan Rieke
2018-09-11SuperBuilder: fixed ObtainViaJan Rieke
2018-09-11Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ...Reinier Zwitserloot
2018-09-11code review and fixes for the ‘copyable annotations’ setting concept.Reinier Zwitserloot
2018-09-11Test cases for remaining features.Werner Dietl
2018-09-11Fix whitespace.Werner Dietl
2018-09-11First attempt at adding Getter test cases.Werner Dietl
2018-09-09SuperBuilder toBuilder; test casesJan Rieke
2018-09-04[issue #1851] Lombok needs to generate type-use annotations when copying over...Reinier Zwitserloot
2018-08-28[fixes #1836] superbuilder didn’t play ball with field prefixes, at least i...Reinier Zwitserloot
2018-08-27Merge branch 'superBuilderNonNull' of https://github.com/janrieke/lombok into...Roel Spilker
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-07-29code impl of FieldNameConstants rewrite + test updates for itReinier Zwitserloot
2018-07-03gave the tests for issue #1397 (generated constructors take `@Builder.Default...Reinier Zwitserloot
2018-07-03[issue #1347] When lombok generates constructors, it should call the `@Builde...Reinier Zwitserloot
2018-06-18Transient fields should by default be excluded from equals and hashCode. Fixe...Roel Spilker
2018-06-13Merge branch 'janrieke-superBuilder'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-01support @Builder.DefaultJan Rieke
2018-05-31second generics test caseJan Rieke
2018-05-30test case for custom builder methodJan 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-04-27fixed javac tests (toString calls super now)Jan Rieke
2018-04-23Allow onMethod and onParam in @Getter and @Setter if it is put on a typeRoel Spilker
2018-04-23[bugfix] generics on inner classes whose outer type has generics, when the ou...Reinier Zwitserloot
2018-04-17[Fixes #1656] Lombok would silently do the wrong thing when using references ...Reinier Zwitserloot
2018-04-15added SuperBuilder with generics test caseJan Rieke
2018-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot