Skip to content

Commit

Permalink
Update ecj message line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawi01 committed Oct 14, 2024
1 parent 2f047c0 commit 62abaa7
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
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.
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
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.
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"
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
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
4 changes: 2 additions & 2 deletions test/transform/resource/messages-ecj/ValLambda.java.messages
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
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
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
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5 variable initializer is 'null'
6 variable initializer is 'null'
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.

0 comments on commit 62abaa7

Please sign in to comment.