aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/BuilderWithToBuilder.java
AgeCommit message (Collapse)Author
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-18Finishing work on making lombok do sensible things with TYPE_USE annotations ↵Reinier Zwitserloot
and for example their use on the typearg in a collection type which is being `@Singular`-ized.
2018-09-10toBuilder() with singular should force the typeargs on the ↵Reinier Zwitserloot
Collections.emptyList call.
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-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 ecjReinier Zwitserloot
2015-07-17added testcase for ecj version of @Builder(toBuilder=true)Reinier Zwitserloot