aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/ConstructorsWithBuilderDefaults.java
AgeCommit message (Collapse)Author
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
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.
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is ↵Reinier Zwitserloot
now called `$value` in order to convey that you shouldnt manually mess with it.
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.