diff options
Diffstat (limited to 'test/transform/resource/messages-delombok')
4 files changed, 57 insertions, 0 deletions
diff --git a/test/transform/resource/messages-delombok/GetterOnMethod.java.messages b/test/transform/resource/messages-delombok/GetterOnMethod.java.messages new file mode 100644 index 00000000..d437cb05 --- /dev/null +++ b/test/transform/resource/messages-delombok/GetterOnMethod.java.messages @@ -0,0 +1,17 @@ +3:34 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Getter.AnyAnnotation +4:44 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Getter.AnyAnnotation +6:26 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Getter.AnyAnnotation +11:26 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Getter.AnyAnnotation +14:44 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Getter.AnyAnnotation +6:1 ERROR 'onMethod' is not supported for @Getter on a type. +11:1 ERROR 'onMethod' is not supported for @Getter on a type. diff --git a/test/transform/resource/messages-delombok/SetterOnMethod.java.messages b/test/transform/resource/messages-delombok/SetterOnMethod.java.messages new file mode 100644 index 00000000..2df11f97 --- /dev/null +++ b/test/transform/resource/messages-delombok/SetterOnMethod.java.messages @@ -0,0 +1,17 @@ +3:34 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +4:44 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +6:26 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +11:26 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +14:44 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +6:1 ERROR 'onMethod' is not supported for @Setter on a type. +11:1 ERROR 'onMethod' is not supported for @Setter on a type. diff --git a/test/transform/resource/messages-delombok/SetterOnParam.java.messages b/test/transform/resource/messages-delombok/SetterOnParam.java.messages new file mode 100644 index 00000000..a18f1b83 --- /dev/null +++ b/test/transform/resource/messages-delombok/SetterOnParam.java.messages @@ -0,0 +1,17 @@ +3:33 ERROR incompatible types +found : java.lang.SuppressWarnings +required: lombok.Setter.AnyAnnotation +4:43 ERROR incompatible types +found : java.lang.SuppressWarnings +required: lombok.Setter.AnyAnnotation +6:25 ERROR incompatible types +found : java.lang.SuppressWarnings +required: lombok.Setter.AnyAnnotation +11:25 ERROR incompatible types +found : java.lang.SuppressWarnings +required: lombok.Setter.AnyAnnotation +14:43 ERROR incompatible types +found : java.lang.SuppressWarnings +required: lombok.Setter.AnyAnnotation +6:1 ERROR 'onParam' is not supported for @Setter on a type. +11:1 ERROR 'onParam' is not supported for @Setter on a type. diff --git a/test/transform/resource/messages-delombok/SetterOnParamAndOnMethod.java.messages b/test/transform/resource/messages-delombok/SetterOnParamAndOnMethod.java.messages new file mode 100644 index 00000000..b247b624 --- /dev/null +++ b/test/transform/resource/messages-delombok/SetterOnParamAndOnMethod.java.messages @@ -0,0 +1,6 @@ +2:34 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +2:54 ERROR incompatible types +found : java.lang.SuppressWarnings +required: lombok.Setter.AnyAnnotation
\ No newline at end of file |