diff options
author | Roel Spilker <r.spilker@gmail.com> | 2015-11-17 00:03:33 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2015-11-17 00:04:39 +0100 |
commit | 9eb70cb3e2043b5262e686b4a80da36e5aa88d81 (patch) | |
tree | b2b9d741169e47785eec216c28f34fdaa5b3b1a4 /test/transform/resource/messages-ecj | |
parent | 8db179346171d47230b88cdd509954391fb49d1c (diff) | |
download | lombok-9eb70cb3e2043b5262e686b4a80da36e5aa88d81.tar.gz lombok-9eb70cb3e2043b5262e686b4a80da36e5aa88d81.tar.bz2 lombok-9eb70cb3e2043b5262e686b4a80da36e5aa88d81.zip |
add the capability to the testing framework to verify that delombok actually also handles the changed flag correctly
Diffstat (limited to 'test/transform/resource/messages-ecj')
-rw-r--r-- | test/transform/resource/messages-ecj/ValErrors.java.messages | 4 | ||||
-rw-r--r-- | test/transform/resource/messages-ecj/ValInBasicFor.java.messages | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/transform/resource/messages-ecj/ValErrors.java.messages b/test/transform/resource/messages-ecj/ValErrors.java.messages index 6d53ddd6..c4c76901 100644 --- a/test/transform/resource/messages-ecj/ValErrors.java.messages +++ b/test/transform/resource/messages-ecj/ValErrors.java.messages @@ -1,2 +1,2 @@ -5 d cannot be resolved to a variable -9 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... }) +6 d cannot be resolved to a variable +10 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... }) diff --git a/test/transform/resource/messages-ecj/ValInBasicFor.java.messages b/test/transform/resource/messages-ecj/ValInBasicFor.java.messages index c75e20f2..b32eabe4 100644 --- a/test/transform/resource/messages-ecj/ValInBasicFor.java.messages +++ b/test/transform/resource/messages-ecj/ValInBasicFor.java.messages @@ -1,2 +1,2 @@ -6 'val' is not allowed in old-style for loops -6 Type mismatch: cannot convert from int to val +7 'val' is not allowed in old-style for loops +7 Type mismatch: cannot convert from int to val |