aboutsummaryrefslogtreecommitdiff
path: root/test/lombok/resource
AgeCommit message (Collapse)Author
2009-12-01Moved test resource files to a better matching locationRoel Spilker
2009-11-30Finally got the printing of comments right. Also added a test to see if the ↵unknown
delomboking a file is an idempotent operation
2009-11-29More tests for SynchronizedRoel Spilker
2009-11-29Fixed the test code for SynchronizedRoel Spilker
2009-11-29Updated tests for Getter, Setter and Cleanup. Added SynchronizedRoel Spilker
2009-11-29Improved comment placement (newlines, whitespace)Roel Spilker
2009-11-29Can now mark test files as IgnoredRoel Spilker
2009-11-29Added tests for Setter, Cleanup and NonNullRoel Spilker
2009-11-28Added more Getter-testsRoel Spilker
2009-11-28New testsRoel Spilker
2009-11-27Thorough work on inserting comments in the proper place for delombok; should ↵Roel Spilker
now work fine with GWT native methods! NON-NLS-1 is still theoretically problematic, but that'll be a fix for another day. Also added ability to recognize that nothing has changed, which will copy the original file instead of reparsing it.
2009-11-27delombok now calls lombok. wahey!Reinier Zwitserloot