Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-04 | fixing 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 on | Roel Spilker | |
2017-01-06 | add `@lombok.Generated` to generated classes, methods and fields | Roel Spilker | |
2015-01-30 | [i623] added eclipse code for generating @javax.annotation.Generated, and ↵ | Reinier Zwitserloot | |
refactored java impl to reduce DRY violations. -f pretty now includes skipping generation of this annotation, and updated ALL the test cases. | |||
2014-05-08 | All tests now succeed on all platforms again; | Reinier Zwitserloot | |
'optional' expected messages added. expanded some tests. Added a check if the bootclasspath supports a certain version, i.e. don't try to run a JDK7-only test if AutoClosable isn't available. | |||
2012-08-13 | test for using 'val' on an expression that involved lombok-generated code. | Reinier Zwitserloot | |