aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok/ValErrors.java.messages
AgeCommit message (Collapse)Author
2013-08-19Only look at the line number for errors and warnings.Roel Spilker
2012-10-25The testrunner now uses a different mechanism to verify correctness of ↵Reinier Zwitserloot
produced errors and warnings (i.e. we intentionally compile code with errors in them to verify that the appropriate error or warning message is emitted when lombok is active during a compilation run of either javac or ecj) - instead of string comparisons, it's a little more complex. This to enable testing of both javac6 and javac7, even if they produce (slightly) different error output. Updated all message files in the 'expected output' directories to represent this change.
2010-11-29lombok.val import now gets removed. Only adding lombok.val flags the ↵Roel Spilker
compilation unit as changed.
2010-11-10All tests pass! - The test framework has been updated a bit to fit with the ↵Reinier Zwitserloot
new way delombok works.
2010-11-03val in java, including tests and javac resolution utilities.Reinier Zwitserloot