aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/ConstructorsWithBuilderDefaults2.java
AgeCommit message (Collapse)Author
2018-07-03gave the tests for issue #1397 (generated constructors take ↵Reinier Zwitserloot
`@Builder.Default` into account) an update.
2018-07-03[issue #1347] When lombok generates constructors, it should call the ↵Reinier Zwitserloot
`@Builder.Default` static method instead of initializing to null/0/false. This does that, for ecj.