aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/BuilderWithToBuilder.java
AgeCommit message (Collapse)Author
2020-01-31[issue #2221] simplified configuration for `@Singular`-generated plural form ↵Reinier Zwitserloot
nullchecks.
2020-01-28[singular][issue #2221] the plural builder method now nullchecks its ↵Reinier Zwitserloot
argument with configurable results.
2020-01-15[fixes #2335] ObtainVia(method=) on more than one arg would crash in javacReinier Zwitserloot
2020-01-07[fixes #2327] mostly trivial: Added this. for field access and unified code ↵Reinier Zwitserloot
gen of build() methods for `@Builder`.
2020-01-06[fixes #2268] make lombok generate qualified types in order to avoid name ↵Reinier Zwitserloot
clashes.
2018-10-29fixing the tests added in the previous commits by janrieke to match ↵Reinier Zwitserloot
alternative take on how to ‘fix’ null-collections and singular/toBuilder.
2018-10-15[fixes #1324] toBuilder with @Singular marked collections that are null no ↵Reinier Zwitserloot
longer throws NPE.
2018-09-04[wip] Random fixes to various tests that are failing, especially against Java7.Reinier Zwitserloot
2018-08-21[fixes #1812] `@Singular` marked collections which nevertheless somehow ↵Reinier Zwitserloot
ended up null would cause an NPE during `toBuilder()` invocations.
2017-12-12support for @Builder on methods with a generified return type. Fixes #1420Roel Spilker
2017-12-04fixing tests to account for generation of javax.annotation.Generated and ↵Reinier Zwitserloot
ConstructorProperties being default-off.
2017-03-23[i1180] generate ConstructorProperties also for (package) private constructorsRoel Spilker
2017-02-09[i1014] Only add lombok.Generated if it is explicitly turned onRoel Spilker
2017-01-06add `@lombok.Generated` to generated classes, methods and fieldsRoel Spilker
2015-11-16[builder] Added clearX() functionality for `@Singular` annotations for ↵Reinier Zwitserloot
javac. Also docs and changelog.
2015-07-20added javac impl of toBuilder along with test file.Reinier Zwitserloot