forked from projectlombok/lombok
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
test/transform/resource/messages-ecj/DelegateFlagUsage.java.messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4 Use of @Delegate is flagged according to lombok configuration. | ||
5 Use of @Delegate is flagged according to lombok configuration. |
4 changes: 2 additions & 2 deletions
4
test/transform/resource/messages-ecj/DelegateOnGetter.java.messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1 The type Delegate is deprecated | ||
6 The type Delegate is deprecated | ||
2 The type Delegate is deprecated | ||
7 The type Delegate is deprecated |
4 changes: 2 additions & 2 deletions
4
test/transform/resource/messages-ecj/DelegateOnStatic.java.messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
6 @Delegate is legal only on instance fields or no-argument instance methods. | ||
10 @Delegate is legal only on instance fields or no-argument instance methods. | ||
7 @Delegate is legal only on instance fields or no-argument instance methods. | ||
11 @Delegate is legal only on instance fields or no-argument instance methods. |
2 changes: 1 addition & 1 deletion
2
test/transform/resource/messages-ecj/DelegateRecursion.java.messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4 @Delegate does not support recursion (delegating to a type that itself has @Delegate members). Member "inner" is @Delegate in type "DelegateRecursionCenter" | ||
5 @Delegate does not support recursion (delegating to a type that itself has @Delegate members). Member "inner" is @Delegate in type "DelegateRecursionCenter" |
2 changes: 1 addition & 1 deletion
2
test/transform/resource/messages-ecj/ValAnonymousSubclassWithGenerics.java.messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
17 The serializable class does not declare a static final serialVersionUID field of type long | ||
18 The serializable class does not declare a static final serialVersionUID field of type long |
16 changes: 8 additions & 8 deletions
16
test/transform/resource/messages-ecj/ValInvalidParameter.java.messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
5 NonExistingClass cannot be resolved to a type | ||
6 NonExistingClass cannot be resolved to a type | ||
7 The method nonExisitingMethod(Integer) is undefined for the type ValInvalidParameter | ||
8 nonExistingObject cannot be resolved | ||
9 The method nonExistingMethod() is undefined for the type Integer | ||
10 NonExistingClass cannot be resolved to a type | ||
11 The method b2(int, int) in the type ValInvalidParameter is not applicable for the arguments (int) | ||
12 The method a(String) is ambiguous for the type ValInvalidParameter | ||
13 The method a(String) is ambiguous for the type ValInvalidParameter | ||
7 NonExistingClass cannot be resolved to a type | ||
8 The method nonExisitingMethod(Integer) is undefined for the type ValInvalidParameter | ||
9 nonExistingObject cannot be resolved | ||
10 The method nonExistingMethod() is undefined for the type Integer | ||
11 NonExistingClass cannot be resolved to a type | ||
12 The method b2(int, int) in the type ValInvalidParameter is not applicable for the arguments (int) | ||
13 The method a(String) is ambiguous for the type ValInvalidParameter | ||
14 The method a(String) is ambiguous for the type ValInvalidParameter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
24 Function is a raw type. References to generic type Function<T,R> should be parameterized | ||
25 Function is a raw type. References to generic type Function<T,R> should be parameterized | ||
25 Function is a raw type. References to generic type Function<T,R> should be parameterized | ||
26 Function is a raw type. References to generic type Function<T,R> should be parameterized |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
13 List is a raw type. References to generic type List<E> should be parameterized | ||
14 List is a raw type. References to generic type List<E> should be parameterized |
2 changes: 1 addition & 1 deletion
2
test/transform/resource/messages-ecj/VarInForOldMulti.java.messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6 'var' is not allowed in old-style for loops if there is more than 1 initializer | ||
7 'var' is not allowed in old-style for loops if there is more than 1 initializer |
4 changes: 2 additions & 2 deletions
4
test/transform/resource/messages-ecj/VarModifier.java.messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
1 The type var is deprecated | ||
7 The type var is deprecated | ||
2 The type var is deprecated | ||
8 The type var is deprecated | ||
9 The type var is deprecated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5 variable initializer is 'null' | ||
6 variable initializer is 'null' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6 Use of var is flagged according to lombok configuration. | ||
7 Use of var is flagged according to lombok configuration. |