Skip to content

Commit 4aa58fb

Browse files
committed
Update ecj message line numbers
1 parent 02a89cf commit 4aa58fb

12 files changed

+23
-23
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4 Use of @Delegate is flagged according to lombok configuration.
1+
5 Use of @Delegate is flagged according to lombok configuration.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1 The type Delegate is deprecated
2-
6 The type Delegate is deprecated
1+
2 The type Delegate is deprecated
2+
7 The type Delegate is deprecated
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
6 @Delegate is legal only on instance fields or no-argument instance methods.
2-
10 @Delegate is legal only on instance fields or no-argument instance methods.
1+
7 @Delegate is legal only on instance fields or no-argument instance methods.
2+
11 @Delegate is legal only on instance fields or no-argument instance methods.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4 @Delegate does not support recursion (delegating to a type that itself has @Delegate members). Member "inner" is @Delegate in type "DelegateRecursionCenter"
1+
5 @Delegate does not support recursion (delegating to a type that itself has @Delegate members). Member "inner" is @Delegate in type "DelegateRecursionCenter"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17 The serializable class does not declare a static final serialVersionUID field of type long
1+
18 The serializable class does not declare a static final serialVersionUID field of type long
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
5 NonExistingClass cannot be resolved to a type
21
6 NonExistingClass cannot be resolved to a type
3-
7 The method nonExisitingMethod(Integer) is undefined for the type ValInvalidParameter
4-
8 nonExistingObject cannot be resolved
5-
9 The method nonExistingMethod() is undefined for the type Integer
6-
10 NonExistingClass cannot be resolved to a type
7-
11 The method b2(int, int) in the type ValInvalidParameter is not applicable for the arguments (int)
8-
12 The method a(String) is ambiguous for the type ValInvalidParameter
9-
13 The method a(String) is ambiguous for the type ValInvalidParameter
2+
7 NonExistingClass cannot be resolved to a type
3+
8 The method nonExisitingMethod(Integer) is undefined for the type ValInvalidParameter
4+
9 nonExistingObject cannot be resolved
5+
10 The method nonExistingMethod() is undefined for the type Integer
6+
11 NonExistingClass cannot be resolved to a type
7+
12 The method b2(int, int) in the type ValInvalidParameter is not applicable for the arguments (int)
8+
13 The method a(String) is ambiguous for the type ValInvalidParameter
9+
14 The method a(String) is ambiguous for the type ValInvalidParameter
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
24 Function is a raw type. References to generic type Function<T,R> should be parameterized
2-
25 Function is a raw type. References to generic type Function<T,R> should be parameterized
1+
25 Function is a raw type. References to generic type Function<T,R> should be parameterized
2+
26 Function is a raw type. References to generic type Function<T,R> should be parameterized
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13 List is a raw type. References to generic type List<E> should be parameterized
1+
14 List is a raw type. References to generic type List<E> should be parameterized
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6 'var' is not allowed in old-style for loops if there is more than 1 initializer
1+
7 'var' is not allowed in old-style for loops if there is more than 1 initializer
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
1 The type var is deprecated
2-
7 The type var is deprecated
1+
2 The type var is deprecated
32
8 The type var is deprecated
3+
9 The type var is deprecated
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5 variable initializer is 'null'
1+
6 variable initializer is 'null'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6 Use of var is flagged according to lombok configuration.
1+
7 Use of var is flagged according to lombok configuration.

0 commit comments

Comments
 (0)