aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/BuilderSingularNoAutosingularize.java
AgeCommit message (Collapse)Author
2015-03-30A capital/lowercase letter messup in a test file means people on case ↵Reinier Zwitserloot
sensitive file systems had problems running tests. Fixed it by renaming the whole file, as I know renames on case INsensitive file systems to fix capitalization usually doesn’t work well either.
2015-02-10updates tests to reflect that fields in builders now get gen/suppress ↵Reinier Zwitserloot
annotations.
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.
2015-01-26optimized the creation for singular lists/collections.Reinier Zwitserloot
2015-01-20added the lombok.singular.auto config option.Reinier Zwitserloot