aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/ValueStaticField.java
AgeCommit message (Collapse)Author
2018-11-08[fixes #1628] Lombok now marks the `result` field used in the generated ↵Reinier Zwitserloot
hashCode method as final if it isn’t modified. This doesn’t change its behavior whatsoever, but some linters and especially eclipse save actions (specifically: ‘mark local variables final if possible’) cause issues when they try to mess with generated code. Of course, now any save action with ‘remove useless modifiers’ would cause an issue but those don’t (yet…) exist.
2017-12-04fixing tests to account for generation of javax.annotation.Generated and ↵Reinier Zwitserloot
ConstructorProperties being default-off.
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
2016-12-05Fixes #1254: Value and FieldDefaults should skip static fieldsRoel Spilker
2015-09-24[Closes #928] `@Value` no longer makes uninitialized static fields finalRoel Spilker