diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-07-16 23:18:58 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-07-16 23:18:58 +0200 |
commit | a382c21d464c22658e8c2eea7d7d75c2a6747527 (patch) | |
tree | 66d1210faac4877a0d6a3452e641feeacdca4f0a /test/transform/resource/messages-ecj/ConflictingStaticConstructorNames.java.messages | |
parent | fe4985e2127e5fc54a0a1ae3c2c4fef17789f8bd (diff) | |
download | lombok-a382c21d464c22658e8c2eea7d7d75c2a6747527.tar.gz lombok-a382c21d464c22658e8c2eea7d7d75c2a6747527.tar.bz2 lombok-a382c21d464c22658e8c2eea7d7d75c2a6747527.zip |
fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstructor is present means it gets ignored, but until now lombok didn't warn you about this.
Diffstat (limited to 'test/transform/resource/messages-ecj/ConflictingStaticConstructorNames.java.messages')
-rw-r--r-- | test/transform/resource/messages-ecj/ConflictingStaticConstructorNames.java.messages | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/messages-ecj/ConflictingStaticConstructorNames.java.messages b/test/transform/resource/messages-ecj/ConflictingStaticConstructorNames.java.messages new file mode 100644 index 00000000..ecbf4a61 --- /dev/null +++ b/test/transform/resource/messages-ecj/ConflictingStaticConstructorNames.java.messages @@ -0,0 +1 @@ +1 warning Ignoring static constructor name: explicit @XxxArgsConstructor annotation present; its `staticName` parameter will be used. |