diff options
Diffstat (limited to 'test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages')
-rw-r--r-- | test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages b/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages new file mode 100644 index 00000000..4f7e3df8 --- /dev/null +++ b/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages @@ -0,0 +1,6 @@ +2:9 ERROR 'lazy' requires the field to be private and final. +6:9 ERROR 'lazy' requires the field to be private and final. +10:9 ERROR 'lazy' requires the field to be private and final. +14:9 WARNING 'lazy' does not work with AccessLevel.NONE. +17:1 ERROR 'lazy' is not supported for @Getter on a type. +22:9 ERROR 'lazy' requires field initialization.
\ No newline at end of file |