diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-07-16 22:04:39 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-07-16 22:04:39 +0200 |
commit | e6421509987c01e06b7c79ef406cc01ff174ae81 (patch) | |
tree | fd86dd5dcdc258c3927b778dc23e01d3ea652e62 /test/transform/resource/messages-idempotent/SynchronizedNameStaticToInstanceRef.java.messages | |
parent | 2502862f896d11b9e386df34f6891918ed443409 (diff) | |
download | lombok-e6421509987c01e06b7c79ef406cc01ff174ae81.tar.gz lombok-e6421509987c01e06b7c79ef406cc01ff174ae81.tar.bz2 lombok-e6421509987c01e06b7c79ef406cc01ff174ae81.zip |
Updated tests to reflect changes to delombok (delombok now kills super(), because attrib adds them even in places where that's wrong).
Also split up the SynchronizedName test into separate cases for each expected failure mode.
Diffstat (limited to 'test/transform/resource/messages-idempotent/SynchronizedNameStaticToInstanceRef.java.messages')
-rw-r--r-- | test/transform/resource/messages-idempotent/SynchronizedNameStaticToInstanceRef.java.messages | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/messages-idempotent/SynchronizedNameStaticToInstanceRef.java.messages b/test/transform/resource/messages-idempotent/SynchronizedNameStaticToInstanceRef.java.messages new file mode 100644 index 00000000..c34e29f6 --- /dev/null +++ b/test/transform/resource/messages-idempotent/SynchronizedNameStaticToInstanceRef.java.messages @@ -0,0 +1 @@ +5:66 ERROR non-static variable read cannot be referenced from a static context |