Skip to content

Console Output

Skipping 6,006 KB.. Full Log
----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X1 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test013b:1041->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test013b - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X2 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X2 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X2 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X2 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test013c:1060->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test013c - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X3 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X3 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X3 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X3 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test013d:1079->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test013d - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X4 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X4 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X4 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X4 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test015d:1255->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test015d - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X extends Y implements I { }\n
08:50:37 	               ^\n
08:50:37 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X extends Y implements I { }\n
08:50:37 	               ^\n
08:50:37 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test015e:1278->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test015e - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X extends Y implements I { }\n
08:50:37 	               ^\n
08:50:37 Name clash: The method foo(A<String>[]) of type Y has the same erasure as foo(A[]) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A[] a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A[] a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X extends Y implements I { }\n
08:50:37 	               ^\n
08:50:37 Name clash: The method foo(A<String>[]) of type Y has the same erasure as foo(A[]) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A[] a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A[] a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test025e:1713->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test025e: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test025f:1747->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test025f: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test037c:2616->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test037c - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I { }\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I { }\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test037e:2662->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test037e - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I { }\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(T) of type Y has the same erasure as foo(T) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I { }\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(T) of type Y has the same erasure as foo(T) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->test041:2861->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test041: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@5c43a71e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test041a:2883->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test041a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@5c43a71e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test043:2994->AbstractRegressionTest.runNegativeTest:3534->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test043: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification@78aa61a8 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test043_1:3015->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test043_1 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	abstract class E<A, B> extends C<A> implements I<B> {}\n
08:50:37 	               ^\n
08:50:37 Name clash: The method id(A) of type C<A> has the same erasure as id(B) of type I<B> but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	abstract class E<A, B> extends C<A> implements I<B> {}\n
08:50:37 	               ^\n
08:50:37 Name clash: The method id(A) of type C<A> has the same erasure as id(B) of type I<B> but does not override it\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->test070:5854->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test070: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test094:7231->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test094: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@157c7ac2 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test145:9263->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test145 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
08:50:37 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
08:50:37                                                   ^\n
08:50:37   first method:  setValue(String) in BaseInterface\n
08:50:37   second method: setValue(Object) in Base\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
08:50:37 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
08:50:37                                                   ^\n
08:50:37   first method:  setValue(String) in BaseInterface\n
08:50:37   second method: setValue(Object) in Base\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->test166:10020->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test166 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	class X extends A implements I<String> {}\n
08:50:37 	      ^\n
08:50:37 Name clash: The method foo(Object) of type A has the same erasure as foo(T) of type I<T> but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	class X extends A implements I<String> {}\n
08:50:37 	      ^\n
08:50:37 Name clash: The method foo(Object) of type A has the same erasure as foo(T) of type I<T> but does not override it\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->test169:10107->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test169: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test169a:10139->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test169a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test175:10288->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test175: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test188:10971->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test188: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test201:11429->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test201 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 A.java:4: error: types J<CAP#1> and K<T3> are incompatible;\n
08:50:37 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
08:50:37             ^\n
08:50:37   both define get(), but with unrelated return types\n
08:50:37   where T3 is a type-variable:\n
08:50:37     T3 extends K<T3>,J<? extends I> declared in interface A\n
08:50:37   where CAP#1 is a fresh type-variable:\n
08:50:37     CAP#1 extends I from capture of ? extends I\n
08:50:37 A.java:5: error: types K<T4> and J<CAP#1> are incompatible;\n
08:50:37 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
08:50:37             ^\n
08:50:37   both define get(), but with unrelated return types\n
08:50:37   where T4 is a type-variable:\n
08:50:37     T4 extends J<? extends I>,K<T4> declared in interface B\n
08:50:37   where CAP#1 is a fresh type-variable:\n
08:50:37     CAP#1 extends I from capture of ? extends I\n
08:50:37 2 errors\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[A.java:4: error: types J<CAP#1> and K<T3> are incompatible;\n
08:50:37 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
08:50:37             ^\n
08:50:37   both define get(), but with unrelated return types\n
08:50:37   where T3 is a type-variable:\n
08:50:37     T3 extends K<T3>,J<? extends I> declared in interface A\n
08:50:37   where CAP#1 is a fresh type-variable:\n
08:50:37     CAP#1 extends I from capture of ? extends I\n
08:50:37 A.java:5: error: types K<T4> and J<CAP#1> are incompatible;\n
08:50:37 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
08:50:37             ^\n
08:50:37   both define get(), but with unrelated return types\n
08:50:37   where T4 is a type-variable:\n
08:50:37     T4 extends J<? extends I>,K<T4> declared in interface B\n
08:50:37   where CAP#1 is a fresh type-variable:\n
08:50:37     CAP#1 extends I from capture of ? extends I\n
08:50:37 2 errors\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->test204:11483->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test204 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
08:50:37 public List<V> put(final K arg0, final List<V> arg1) {\n
08:50:37                ^\n
08:50:37   first method:  put(K,List<V>) in Map\n
08:50:37   second method: put(K,V) in OverrideBug\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in class OverrideBug\n
08:50:37     V extends Object declared in class OverrideBug\n
08:50:37 OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List<V>) in Map have the same erasure, yet neither overrides the other\n
08:50:37 public List<V> put(final K arg0, final V arg1) {\n
08:50:37                ^\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in class OverrideBug\n
08:50:37     V extends Object declared in class OverrideBug\n
08:50:37 2 errors\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
08:50:37 public List<V> put(final K arg0, final List<V> arg1) {\n
08:50:37                ^\n
08:50:37   first method:  put(K,List<V>) in Map\n
08:50:37   second method: put(K,V) in OverrideBug\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in class OverrideBug\n
08:50:37     V extends Object declared in class OverrideBug\n
08:50:37 OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List<V>) in Map have the same erasure, yet neither overrides the other\n
08:50:37 public List<V> put(final K arg0, final V arg1) {\n
08:50:37                ^\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in class OverrideBug\n
08:50:37     V extends Object declared in class OverrideBug\n
08:50:37 2 errors\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->test330435:12264->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test330435 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	String[] a = A.asList(args).toArray(new String[0]);\n
08:50:37 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type mismatch: cannot convert from Object[] to String[]\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	String[] a = A.asList(args).toArray(new String[0]);\n
08:50:37 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type mismatch: cannot convert from Object[] to String[]\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->test330445:12216->AbstractRegressionTest.runConformTest:1906->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test330445 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
08:50:37         Y.foo(new Properties());\n
08:50:37               ^\n
08:50:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
08:50:37         Y.foo(new Properties());\n
08:50:37               ^\n
08:50:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->test331446:12374->AbstractRegressionTest.runConformTest:1906->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test331446 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:50:37 		Comparator comparator = new Comparator() {\n
08:50:37 		^\n
08:50:37   missing type arguments for generic class Comparator<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in interface Comparator\n
08:50:37 X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:50:37 		Comparator comparator = new Comparator() {\n
08:50:37 		                            ^\n
08:50:37   missing type arguments for generic class Comparator<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in interface Comparator\n
08:50:37 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                          ^\n
08:50:37   missing type arguments for generic class ArrayList<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in class ArrayList\n
08:50:37 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                                           ^\n
08:50:37   missing type arguments for generic class ArrayList<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in class ArrayList\n
08:50:37 X.java:12: error: reference to assertEquals is ambiguous\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		    ^\n
08:50:37   both method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>) in Test and method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2) in Test match\n
08:50:37   where T#1,T#2 are type-variables:\n
08:50:37     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
08:50:37     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
08:50:37 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                 ^\n
08:50:37   required: String,Comparator<T>,List<T>,List<T>\n
08:50:37   found: String,Comparator,ArrayList,ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                          ^\n
08:50:37   required: Comparator<T>\n
08:50:37   found:    Comparator\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                      ^\n
08:50:37   required: List<T>\n
08:50:37   found:    ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                                       ^\n
08:50:37   required: List<T>\n
08:50:37   found:    ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 1 error\n
08:50:37 8 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:50:37 		Comparator comparator = new Comparator() {\n
08:50:37 		^\n
08:50:37   missing type arguments for generic class Comparator<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in interface Comparator\n
08:50:37 X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:50:37 		Comparator comparator = new Comparator() {\n
08:50:37 		                            ^\n
08:50:37   missing type arguments for generic class Comparator<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in interface Comparator\n
08:50:37 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                          ^\n
08:50:37   missing type arguments for generic class ArrayList<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in class ArrayList\n
08:50:37 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                                           ^\n
08:50:37   missing type arguments for generic class ArrayList<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in class ArrayList\n
08:50:37 X.java:12: error: reference to assertEquals is ambiguous\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		    ^\n
08:50:37   both method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>) in Test and method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2) in Test match\n
08:50:37   where T#1,T#2 are type-variables:\n
08:50:37     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
08:50:37     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
08:50:37 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                 ^\n
08:50:37   required: String,Comparator<T>,List<T>,List<T>\n
08:50:37   found: String,Comparator,ArrayList,ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                          ^\n
08:50:37   required: Comparator<T>\n
08:50:37   found:    Comparator\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                      ^\n
08:50:37   required: List<T>\n
08:50:37   found:    ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                                       ^\n
08:50:37   required: List<T>\n
08:50:37   found:    ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 1 error\n
08:50:37 8 warnings\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->testBug536978_comment2:14394->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug536978_comment2 - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in SimpleDemo.java (at line 22)\n
08:50:37 	protected SimpleResult test(AbstractResult request) {\n
08:50:37 	          ^^^^^^^^^^^^\n
08:50:37 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
08:50:37     protected SimpleResult test(AbstractResult request) {\n
08:50:37                            ^\n
08:50:37   return type requires unchecked conversion from SimpleResult to Response#2\n
08:50:37   where Request,Response#1,Response#2 are type-variables:\n
08:50:37     Request extends AbstractResult declared in class AbstractDemo\n
08:50:37     Response#1 extends AbstractResult declared in class AbstractDemo\n
08:50:37     Response#2 extends AbstractResult declared in class SimpleDemo\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in SimpleDemo.java (at line 22)\n
08:50:37 	protected SimpleResult test(AbstractResult request) {\n
08:50:37 	          ^^^^^^^^^^^^\n
08:50:37 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
08:50:37 ----------]\n
08:50:37 > but was:<[SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
08:50:37     protected SimpleResult test(AbstractResult request) {\n
08:50:37                            ^\n
08:50:37   return type requires unchecked conversion from SimpleResult to Response#2\n
08:50:37   where Request,Response#1,Response#2 are type-variables:\n
08:50:37     Request extends AbstractResult declared in class AbstractDemo\n
08:50:37     Response#1 extends AbstractResult declared in class AbstractDemo\n
08:50:37     Response#2 extends AbstractResult declared in class SimpleDemo\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->testBug536978_comment5:14440->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2513->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug536978_comment5 - Eclipse/Javac standard output mismatch.
08:50:37 ----------- Expected ------------
08:50:37 class Result1 cannot be cast to class OtherResult (Result1 and OtherResult are in unnamed module of loader
08:50:37 ------------ but was ------------
08:50:37 class Result1 cannot be cast to class OtherResult (Result1 and OtherResult are in unnamed module of loader 'app')
08:50:37 --------- Difference is ----------
08:50:37  expected:<...med module of loader[]> but was:<...med module of loader[ 'app')]>
08:50:37   ModuleAttributeTests>TestCase.runTest:957->testBug519330:231->getModuleAttribute:61->AbstractRegressionTest.runConformTest:1720->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug519330 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
08:50:37 ]>
08:50:37   ModuleCompilationTests>TestCase.runTest:957->test015:1083->runNegativeModuleTest:224->runNegativeModuleTest:274->AbstractRegressionTest.handleMismatch:2529 test015 Javac failure did not match "cannot be resolved"
08:50:37   ModuleCompilationTests>TestCase.runTest:957->test024:1603->runNegativeModuleTest:207->runNegativeModuleTest:215->runNegativeModuleTest:224->runNegativeModuleTest:274->AbstractRegressionTest.handleMismatch:2529 test024 Javac failure did not match "not allowed"
08:50:37   ModuleCompilationTests>TestCase.runTest:957->testPackageConflict4:2579->runNegativeModuleTest:207->runNegativeModuleTest:215->runNegativeModuleTest:224->runNegativeModuleTest:274->AbstractRegressionTest.handleMismatch:2529 testPackageConflict4 Javac failure did not match "package conflict"
08:50:37   ModuleCompilationTests>TestCase.runTest:957->testPackageConflict6:2781->runNegativeModuleTest:207->runNegativeModuleTest:215->runNegativeModuleTest:224->runNegativeModuleTest:274->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testPackageConflict6 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
08:50:37 	public class X extends pm.C1 { \n
08:50:37 	                       ^^\n
08:50:37 The package pm is accessible from more than one module: mod.x, mod.y\n
08:50:37 ----------\n
08:50:37 1 problem (1 error)\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
08:50:37 	public class X extends pm.C1 { \n
08:50:37 	                       ^^\n
08:50:37 The package pm is accessible from more than one module: mod.x, mod.y\n
08:50:37 ----------\n
08:50:37 1 problem (1 error)\n
08:50:37 ]>
08:50:37   NegativeTypeAnnotationTest>TestCase.runTest:957->test415308b2:3627->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test415308b2 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 16)\n
08:50:37 	@Illegal Y.YY.Z[] z = null;\n
08:50:37 	^^^^^^^^\n
08:50:37 Type annotations are not allowed on type names used to access static members\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 16)\n
08:50:37 	@Illegal Y.YY.Z[] z = null;\n
08:50:37 	^^^^^^^^\n
08:50:37 Type annotations are not allowed on type names used to access static members\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   NegativeTypeAnnotationTest>TestCase.runTest:957->test415308f2:3836->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test415308f2 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 13)\n
08:50:37 	public @Illegal Y.Z[] foo() { return null;}\n
08:50:37 	       ^^^^^^^^\n
08:50:37 Type annotations are not allowed on type names used to access static members\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 13)\n
08:50:37 	public @Illegal Y.Z[] foo() { return null;}\n
08:50:37 	       ^^^^^^^^\n
08:50:37 Type annotations are not allowed on type names used to access static members\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   NullAnnotationTest>TestCase.runTest:957->testBug452780:7990->AbstractNullAnnotationTest.runConformTestWithLibs:181->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug452780 - Javac found warning(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
08:50:37 		List<@NonNull T> res = Arrays.asList(ts);\n
08:50:37 		                                     ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
08:50:37 		List<@NonNull T> res = Arrays.asList(ts);\n
08:50:37 		                                     ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   NullAnnotationTest>TestCase.runTest:957->testBug462790:8199->AbstractNullAnnotationTest.runWarningTestWithLibs:213->AbstractNullAnnotationTest.runWarningTestWithLibs:218->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug462790: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   NullAnnotationTest>TestCase.runTest:957->testBug530970_default_bin:9696->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug530970_default_bin - Javac found warning(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
08:50:37 	Number field = new Long(13);\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
08:50:37 	Number field = new Long(13);\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   NullAnnotationTest>TestCase.runTest:957->testBug530970_field_bin:9625->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug530970_field_bin - Javac found warning(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
08:50:37 	Number field = new Double(1.1);\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
08:50:37 	Number field = new Double(1.1);\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   NullAnnotationTest>TestCase.runTest:957->testBug530970_return_bin:9554->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug530970_return_bin - Javac found warning(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:50:37 		return new Integer(13);\n
08:50:37 		       ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:50:37 		return new Integer(13);\n
08:50:37 		       ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   NullAnnotationTest>TestCase.runTest:957->testBug542707_001:10373->AbstractNullAnnotationTest.runNegativeTestWithLibs:175->AbstractNullAnnotationTest.runNegativeTestWithLibs:153->AbstractNullAnnotationTest.runNegativeTestWithLibs:164->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug542707_001: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   NullAnnotationTest>TestCase.runTest:957->testBug542707_002:10427->AbstractNullAnnotationTest.runNegativeTestWithLibs:175->AbstractNullAnnotationTest.runNegativeTestWithLibs:153->AbstractNullAnnotationTest.runNegativeTestWithLibs:164->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug542707_002: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   NullAnnotationTest>TestCase.runTest:957->test_default_nullness_002_custom:2355->AbstractRegressionTest.access$0:3124->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test_default_nullness_002_custom - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in Y.java (at line 5)\n
08:50:37 	@Nullable Object getObject(Object o) {\n
08:50:37 	^^^^^^^^^^^^^^^^\n
08:50:37 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
08:50:37 ----------\n
08:50:37 2. ERROR in Y.java (at line 5)\n
08:50:37 	@Nullable Object getObject(Object o) {\n
08:50:37 	                           ^^^^^^\n
08:50:37 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in Y.java (at line 5)\n
08:50:37 	@Nullable Object getObject(Object o) {\n
08:50:37 	^^^^^^^^^^^^^^^^\n
08:50:37 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
08:50:37 ----------\n
08:50:37 2. ERROR in Y.java (at line 5)\n
08:50:37 	@Nullable Object getObject(Object o) {\n
08:50:37 	                           ^^^^^^\n
08:50:37 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   NullAnnotationTest>TestCase.runTest:957->test_nullable_field_17:5451->AbstractNullAnnotationTest.runNegativeTestWithLibs:175->AbstractNullAnnotationTest.runNegativeTestWithLibs:153->AbstractNullAnnotationTest.runNegativeTestWithLibs:164->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test_nullable_field_17 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. INFO in X.java (at line 5)\n
08:50:37 	return this.o.toString();\n
08:50:37 	            ^\n
08:50:37 Potential null pointer access: this expression has a '@Nullable' type\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. INFO in X.java (at line 5)\n
08:50:37 	return this.o.toString();\n
08:50:37 	            ^\n
08:50:37 Potential null pointer access: this expression has a '@Nullable' type\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   NullTypeAnnotationTest>TestCase.runTest:957->testBug446442_4:7472->AbstractNullAnnotationTest.runConformTestWithLibs:181->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug446442_4 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 Test.java:8: error: types Foo<T,N> and Foo<T,N> are incompatible;\n
08:50:37 interface Baz extends Foo<Integer, Integer> {}\n
08:50:37 ^\n
08:50:37   interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
08:50:37   where T,N are type-variables:\n
08:50:37     T extends Object declared in interface Foo\n
08:50:37     N extends Number declared in interface Foo\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[Test.java:8: error: types Foo<T,N> and Foo<T,N> are incompatible;\n
08:50:37 interface Baz extends Foo<Integer, Integer> {}\n
08:50:37 ^\n
08:50:37   interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
08:50:37   where T,N are type-variables:\n
08:50:37     T extends Object declared in interface Foo\n
08:50:37     N extends Number declared in interface Foo\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   ProblemConstructorTest>TestCase.runTest:957->test004:151->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test004 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public int unusedMethod() { return this.state; }\n
08:50:37 	           ^^^^^^^^^^^^^^\n
08:50:37 The method unusedMethod() from the type X.M is never used locally\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	public M (int state) { this.state = state;} \n
08:50:37 	       ^^^^^^^^^^^^^\n
08:50:37 The constructor X.M(int) is never used locally\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	public int unusedField = 0;\n
08:50:37 	           ^^^^^^^^^^^\n
08:50:37 The value of the field X.M.unusedField is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	public class N {}\n
08:50:37 	             ^\n
08:50:37 The type X.M.N is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public int unusedMethod() { return this.state; }\n
08:50:37 	           ^^^^^^^^^^^^^^\n
08:50:37 The method unusedMethod() from the type X.M is never used locally\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	public M (int state) { this.state = state;} \n
08:50:37 	       ^^^^^^^^^^^^^\n
08:50:37 The constructor X.M(int) is never used locally\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	public int unusedField = 0;\n
08:50:37 	           ^^^^^^^^^^^\n
08:50:37 The value of the field X.M.unusedField is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	public class N {}\n
08:50:37 	             ^\n
08:50:37 The type X.M.N is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemConstructorTest>TestCase.runTest:957->test006:256->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test006 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in A.java (at line 8)\n
08:50:37 	public B () { super(""); }\n
08:50:37 	       ^^^^\n
08:50:37 The constructor A.B() is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in A.java (at line 8)\n
08:50:37 	public B () { super(""); }\n
08:50:37 	       ^^^^\n
08:50:37 The constructor A.B() is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemConstructorTest>TestCase.runTest:957->test009:316->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test009 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in A.java (at line 7)\n
08:50:37 	public B () { super(""); }\n
08:50:37 	       ^^^^\n
08:50:37 The constructor C.B() is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in A.java (at line 7)\n
08:50:37 	public B () { super(""); }\n
08:50:37 	       ^^^^\n
08:50:37 The constructor C.B() is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemConstructorTest>TestCase.runTest:957->test408038a:344->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test408038a - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public Y() {}\n
08:50:37 	       ^^^\n
08:50:37 The constructor X.Y() is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public Y() {}\n
08:50:37 	       ^^^\n
08:50:37 The constructor X.Y() is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemConstructorTest>TestCase.runTest:957->test408038b:376->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test408038b - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public Y() {}\n
08:50:37 	       ^^^\n
08:50:37 The constructor X.Y() is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public Y() {}\n
08:50:37 	       ^^^\n
08:50:37 The constructor X.Y() is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemConstructorTest>TestCase.runTest:957->test408038c:408->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test408038c - Javac found warning(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
08:50:37 	private static class Y implements Externalizable {\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
08:50:37 	private static class Y implements Externalizable {\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   ProblemConstructorTest>TestCase.runTest:957->test408038e:492->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test408038e - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private X(int x) {i = x;}\n
08:50:37 	        ^^^^^^^^\n
08:50:37 The constructor X(int) is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private X(int x) {i = x;}\n
08:50:37 	        ^^^^^^^^\n
08:50:37 The constructor X(int) is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemTypeAndMethodTest>TestCase.runTest:957->test108:5750->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test108 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:50:37 	@SuppressWarnings("synthetic-access")\n
08:50:37 	                  ^^^^^^^^^^^^^^^^^^\n
08:50:37 Unnecessary @SuppressWarnings("synthetic-access")\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:50:37 	@SuppressWarnings("synthetic-access")\n
08:50:37 	                  ^^^^^^^^^^^^^^^^^^\n
08:50:37 Unnecessary @SuppressWarnings("synthetic-access")\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemTypeAndMethodTest>TestCase.runTest:957->test111:6015->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test111 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:50:37 	@SuppressWarnings("synthetic-access")\n
08:50:37 	                  ^^^^^^^^^^^^^^^^^^\n
08:50:37 Unnecessary @SuppressWarnings("synthetic-access")\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:50:37 	@SuppressWarnings("synthetic-access")\n
08:50:37 	                  ^^^^^^^^^^^^^^^^^^\n
08:50:37 Unnecessary @SuppressWarnings("synthetic-access")\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemTypeAndMethodTest>TestCase.runTest:957->test376550_11:8181->AbstractRegressionTest.access$0:3124->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test376550_11 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	return new ArrayList<Object>() {\n
08:50:37 	           ^^^^^^^^^^^^^^^^^^^\n
08:50:37 The serializable class  does not declare a static final serialVersionUID field of type long\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	return new ArrayList<Object>() {\n
08:50:37 	           ^^^^^^^^^^^^^^^^^^^\n
08:50:37 The serializable class  does not declare a static final serialVersionUID field of type long\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0041:1578->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0041 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	System.out.println(1.0 == 1.0);\n
08:50:37 	                   ^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	System.out.println(1.0f == 1.0f);\n
08:50:37 	                   ^^^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	System.out.println(1.0 == 1.0);\n
08:50:37 	                   ^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	System.out.println(1.0f == 1.0f);\n
08:50:37 	                   ^^^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0044:1657->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0044 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	nvx = nvx;\n
08:50:37 	^^^^^^^^^\n
08:50:37 The assignment to variable nvx has no effect\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	nvx = nvx;\n
08:50:37 	^^^^^^^^^\n
08:50:37 The assignment to variable nvx has no effect\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0045:1678->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0045 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	volatile int x = this.x;\n
08:50:37 	             ^^^^^^^^^^\n
08:50:37 The assignment to variable x has no effect\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 3)\n
08:50:37 	int nvx = this.nvx;\n
08:50:37 	    ^^^^^^^^^^^^^^\n
08:50:37 The assignment to variable nvx has no effect\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	volatile int x = this.x;\n
08:50:37 	             ^^^^^^^^^^\n
08:50:37 The assignment to variable x has no effect\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 3)\n
08:50:37 	int nvx = this.nvx;\n
08:50:37 	    ^^^^^^^^^^^^^^\n
08:50:37 The assignment to variable nvx has no effect\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0046:1706->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 6)\n
08:50:37 	int k = 2;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 6)\n
08:50:37 	int k = 2;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0046_field:1746->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046_field - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0046_field_in_private_type:1865->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046_field_in_private_type - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public boolean b=false;\n
08:50:37 	               ^\n
08:50:37 The value of the field X.Y.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	protected int k = 2;\n
08:50:37 	              ^\n
08:50:37 The value of the field X.Y.k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public boolean b=false;\n
08:50:37 	               ^\n
08:50:37 The value of the field X.Y.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	protected int k = 2;\n
08:50:37 	              ^\n
08:50:37 The value of the field X.Y.k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0046_field_qualified:1825->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046_field_qualified - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0046_field_this_qualified:1785->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046_field_this_qualified - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0047:1908->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0047 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	void foo(int param1, int param2, Integer param3) {\n
08:50:37 	             ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                         ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	void foo(int param1, int param2, Integer param3) {\n
08:50:37 	             ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                         ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0048:1954->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0048 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, int param2) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, int param2) {\n
08:50:37 	                                ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 10)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, int param2) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, int param2) {\n
08:50:37 	                                ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 10)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0049:2019->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0049 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, Integer param3) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 15)\n
08:50:37 	public void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 15)\n
08:50:37 	public void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                                ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, Integer param3) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 15)\n
08:50:37 	public void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 15)\n
08:50:37 	public void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                                ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0050:2075->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0050 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (false) {\n
08:50:37         	boolean b=false;\n
08:50:37         	b|=true;\n
08:50:37 		 }\n
08:50:37 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	int k = 2;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (false) {\n
08:50:37         	boolean b=false;\n
08:50:37         	b|=true;\n
08:50:37 		 }\n
08:50:37 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	int k = 2;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0051:2117->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0051 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	X(int abc) {\n
08:50:37 	      ^^^\n
08:50:37 The value of the parameter abc is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	X(int abc) {\n
08:50:37 	      ^^^\n
08:50:37 The value of the parameter abc is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0055:2287->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0055 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in test1\E.java (at line 4)\n
08:50:37 	int a= 10;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable a is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in test1\E.java (at line 4)\n
08:50:37 	int a= 10;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable a is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0059:2399->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0059 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (a != null){\n
08:50:37         	int j = 3;\n
08:50:37         	j++;\n
08:50:37     	}\n
08:50:37 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	int j = 3;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable j is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (a != null){\n
08:50:37         	int j = 3;\n
08:50:37         	j++;\n
08:50:37     	}\n
08:50:37 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	int j = 3;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable j is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0060:2435->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0060 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->test0063:2630->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0063 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->testBug410218a:2714->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218a - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 8)\n
08:50:37 	if (set.contains("ONE")) // bad\n
08:50:37 	                 ^^^^^\n
08:50:37 Unlikely argument type String for contains(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	set.remove("ONE"); // bad\n
08:50:37 	           ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 10)\n
08:50:37 	if (set.contains(1)) // bad\n
08:50:37 	                 ^\n
08:50:37 Unlikely argument type int for contains(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 11)\n
08:50:37 	set.remove(1); // bad (tries to remove "Integer 1")\n
08:50:37 	           ^\n
08:50:37 Unlikely argument type int for remove(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 8)\n
08:50:37 	if (set.contains("ONE")) // bad\n
08:50:37 	                 ^^^^^\n
08:50:37 Unlikely argument type String for contains(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	set.remove("ONE"); // bad\n
08:50:37 	           ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 10)\n
08:50:37 	if (set.contains(1)) // bad\n
08:50:37 	                 ^\n
08:50:37 Unlikely argument type int for contains(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 11)\n
08:50:37 	set.remove(1); // bad (tries to remove "Integer 1")\n
08:50:37 	           ^\n
08:50:37 Unlikely argument type int for remove(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->testBug410218b:2764->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218b - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (hss.contains(ts)) // bad\n
08:50:37 	                 ^^\n
08:50:37 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	hss.remove(ts); // bad\n
08:50:37 	           ^^\n
08:50:37 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (hss.contains(ts)) // bad\n
08:50:37 	                 ^^\n
08:50:37 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	hss.remove(ts); // bad\n
08:50:37 	           ^^\n
08:50:37 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->testBug410218b2:2797->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218b2 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (hss.contains(ts)) // bad\n
08:50:37 	                 ^^\n
08:50:37 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	hss.remove(ts); // bad\n
08:50:37 	           ^^\n
08:50:37 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
08:50:37 	                 ^^^^^^^^^^\n
08:50:37 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
08:50:37 	           ^^^^^^^^^^\n
08:50:37 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (hss.contains(ts)) // bad\n
08:50:37 	                 ^^\n
08:50:37 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	hss.remove(ts); // bad\n
08:50:37 	           ^^\n
08:50:37 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
08:50:37 	                 ^^^^^^^^^^\n
08:50:37 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
08:50:37 	           ^^^^^^^^^^\n
08:50:37 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->testBug410218c:2841->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218c - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (m.containsKey("ONE")) // bad\n
08:50:37 	                  ^^^^^\n
08:50:37 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	m.remove("ONE"); // bad\n
08:50:37 	         ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	if (m.containsValue("ONE")) // bad\n
08:50:37 	                    ^^^^^\n
08:50:37 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	m.remove("ONE"); // bad\n
08:50:37 	         ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 5. WARNING in X.java (at line 14)\n
08:50:37 	return m.get("ONE"); // bad\n
08:50:37 	             ^^^^^\n
08:50:37 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (m.containsKey("ONE")) // bad\n
08:50:37 	                  ^^^^^\n
08:50:37 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	m.remove("ONE"); // bad\n
08:50:37 	         ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	if (m.containsValue("ONE")) // bad\n
08:50:37 	                    ^^^^^\n
08:50:37 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	m.remove("ONE"); // bad\n
08:50:37 	         ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 5. WARNING in X.java (at line 14)\n
08:50:37 	return m.get("ONE"); // bad\n
08:50:37 	             ^^^^^\n
08:50:37 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->testBug410218d:2895->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218d - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	numbers.removeAll(stringSet); // bad\n
08:50:37 	                  ^^^^^^^^^\n
08:50:37 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	numbers.removeAll(stringSet); // bad\n
08:50:37 	                  ^^^^^^^^^\n
08:50:37 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->testBug410218e:2927->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218e - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	return ints.indexOf("ONE"); // bad\n
08:50:37 	                    ^^^^^\n
08:50:37 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	return ints.indexOf("ONE"); // bad\n
08:50:37 	                    ^^^^^\n
08:50:37 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->testBug410218f:2961->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218f - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in test\TestUnlikely.java (at line 30)\n
08:50:37 	c.remove(o); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 2. WARNING in test\TestUnlikely.java (at line 37)\n
08:50:37 	c.remove(i); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 3. WARNING in test\TestUnlikely.java (at line 39)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 4. WARNING in test\TestUnlikely.java (at line 40)\n
08:50:37 	c.remove(nf); // warning: castable, but not supertype\n
08:50:37 	         ^^\n
08:50:37 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 5. WARNING in test\TestUnlikely.java (at line 46)\n
08:50:37 	c.remove(o); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 6. WARNING in test\TestUnlikely.java (at line 48)\n
08:50:37 	c.remove(nf); // warning: impossible\n
08:50:37 	         ^^\n
08:50:37 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 7. WARNING in test\TestUnlikely.java (at line 49)\n
08:50:37 	c.remove(s); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 8. WARNING in test\TestUnlikely.java (at line 54)\n
08:50:37 	c.remove(o); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 9. WARNING in test\TestUnlikely.java (at line 55)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 10. WARNING in test\TestUnlikely.java (at line 63)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
08:50:37 ----------\n
08:50:37 11. WARNING in test\TestUnlikely.java (at line 70)\n
08:50:37 	map.containsKey(value); // warning\n
08:50:37 	                ^^^^^\n
08:50:37 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
08:50:37 ----------\n
08:50:37 12. WARNING in test\TestUnlikely.java (at line 71)\n
08:50:37 	map.containsValue(key); // warning\n
08:50:37 	                  ^^^\n
08:50:37 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
08:50:37 ----------\n
08:50:37 13. WARNING in test\TestUnlikely.java (at line 95)\n
08:50:37 	if (c.contains(iterator.next())) { // warning\n
08:50:37 	               ^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type U for contains(Object) on a Collection<T>\n
08:50:37 ----------\n
08:50:37 14. WARNING in test\TestUnlikely.java (at line 105)\n
08:50:37 	c.removeAll(other); // warning\n
08:50:37 	            ^^^^^\n
08:50:37 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 15. WARNING in test\TestUnlikely.java (at line 111)\n
08:50:37 	Predicate<OtherInterface> p2 = c::contains; // warning\n
08:50:37 	                               ^^^^^^^^^^^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 16. WARNING in test\TestUnlikely.java (at line 112)\n
08:50:37 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
08:50:37 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 17. INFO in test\TestUnlikely.java (at line 120)\n
08:50:37 	s.equals(i); // info\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 18. INFO in test\TestUnlikely.java (at line 121)\n
08:50:37 	i.equals(s); // info\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 19. INFO in test\TestUnlikely.java (at line 125)\n
08:50:37 	Predicate<String> p1 = i::equals; // info\n
08:50:37 	                       ^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 20. INFO in test\TestUnlikely.java (at line 128)\n
08:50:37 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
08:50:37 	                                   ^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 21. INFO in test\TestUnlikely.java (at line 131)\n
08:50:37 	Objects.equals(s, i); // info\n
08:50:37 	                  ^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 22. INFO in test\TestUnlikely.java (at line 132)\n
08:50:37 	Objects.equals(i, s); // info\n
08:50:37 	                  ^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 23. INFO in test\TestUnlikely.java (at line 136)\n
08:50:37 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
08:50:37 	                                   ^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in test\TestUnlikely.java (at line 30)\n
08:50:37 	c.remove(o); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 2. WARNING in test\TestUnlikely.java (at line 37)\n
08:50:37 	c.remove(i); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 3. WARNING in test\TestUnlikely.java (at line 39)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 4. WARNING in test\TestUnlikely.java (at line 40)\n
08:50:37 	c.remove(nf); // warning: castable, but not supertype\n
08:50:37 	         ^^\n
08:50:37 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 5. WARNING in test\TestUnlikely.java (at line 46)\n
08:50:37 	c.remove(o); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 6. WARNING in test\TestUnlikely.java (at line 48)\n
08:50:37 	c.remove(nf); // warning: impossible\n
08:50:37 	         ^^\n
08:50:37 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 7. WARNING in test\TestUnlikely.java (at line 49)\n
08:50:37 	c.remove(s); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 8. WARNING in test\TestUnlikely.java (at line 54)\n
08:50:37 	c.remove(o); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 9. WARNING in test\TestUnlikely.java (at line 55)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 10. WARNING in test\TestUnlikely.java (at line 63)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
08:50:37 ----------\n
08:50:37 11. WARNING in test\TestUnlikely.java (at line 70)\n
08:50:37 	map.containsKey(value); // warning\n
08:50:37 	                ^^^^^\n
08:50:37 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
08:50:37 ----------\n
08:50:37 12. WARNING in test\TestUnlikely.java (at line 71)\n
08:50:37 	map.containsValue(key); // warning\n
08:50:37 	                  ^^^\n
08:50:37 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
08:50:37 ----------\n
08:50:37 13. WARNING in test\TestUnlikely.java (at line 95)\n
08:50:37 	if (c.contains(iterator.next())) { // warning\n
08:50:37 	               ^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type U for contains(Object) on a Collection<T>\n
08:50:37 ----------\n
08:50:37 14. WARNING in test\TestUnlikely.java (at line 105)\n
08:50:37 	c.removeAll(other); // warning\n
08:50:37 	            ^^^^^\n
08:50:37 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 15. WARNING in test\TestUnlikely.java (at line 111)\n
08:50:37 	Predicate<OtherInterface> p2 = c::contains; // warning\n
08:50:37 	                               ^^^^^^^^^^^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 16. WARNING in test\TestUnlikely.java (at line 112)\n
08:50:37 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
08:50:37 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 17. INFO in test\TestUnlikely.java (at line 120)\n
08:50:37 	s.equals(i); // info\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 18. INFO in test\TestUnlikely.java (at line 121)\n
08:50:37 	i.equals(s); // info\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 19. INFO in test\TestUnlikely.java (at line 125)\n
08:50:37 	Predicate<String> p1 = i::equals; // info\n
08:50:37 	                       ^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 20. INFO in test\TestUnlikely.java (at line 128)\n
08:50:37 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
08:50:37 	                                   ^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 21. INFO in test\TestUnlikely.java (at line 131)\n
08:50:37 	Objects.equals(s, i); // info\n
08:50:37 	                  ^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 22. INFO in test\TestUnlikely.java (at line 132)\n
08:50:37 	Objects.equals(i, s); // info\n
08:50:37 	                  ^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 23. INFO in test\TestUnlikely.java (at line 136)\n
08:50:37 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
08:50:37 	                                   ^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProgrammingProblemsTest>TestCase.runTest:957->testBug514956c:3268->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug514956c - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in Unlikely.java (at line 6)\n
08:50:37 	return i1.equals((I1)this);\n
08:50:37 	                 ^^^^^^^^\n
08:50:37 Unnecessary cast from Unlikely to I1\n
08:50:37 ----------\n
08:50:37 2. ERROR in Unlikely.java (at line 9)\n
08:50:37 	return i1.equals((I3)i2);\n
08:50:37 	                 ^^^^^^\n
08:50:37 Unnecessary cast from I2 to I3\n
08:50:37 ----------\n
08:50:37 3. WARNING in Unlikely.java (at line 9)\n
08:50:37 	return i1.equals((I3)i2);\n
08:50:37 	                 ^^^^^^\n
08:50:37 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in Unlikely.java (at line 6)\n
08:50:37 	return i1.equals((I1)this);\n
08:50:37 	                 ^^^^^^^^\n
08:50:37 Unnecessary cast from Unlikely to I1\n
08:50:37 ----------\n
08:50:37 2. ERROR in Unlikely.java (at line 9)\n
08:50:37 	return i1.equals((I3)i2);\n
08:50:37 	                 ^^^^^^\n
08:50:37 Unnecessary cast from I2 to I3\n
08:50:37 ----------\n
08:50:37 3. WARNING in Unlikely.java (at line 9)\n
08:50:37 	return i1.equals((I3)i2);\n
08:50:37 	                 ^^^^^^\n
08:50:37 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   RuntimeTests>TestCase.runTest:957->test0600_reflection:148->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test0600_reflection: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$3@15324f25 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   ScannerTest>TestCase.runTest:957->test045:961->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test045 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 _X.java:5: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0001;\n
08:50:37 		       ^\n
08:50:37 _X.java:6: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0002;\n
08:50:37 		       ^\n
08:50:37 _X.java:7: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0003;\n
08:50:37 		       ^\n
08:50:37 _X.java:8: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0004;\n
08:50:37 		       ^\n
08:50:37 _X.java:9: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0005;\n
08:50:37 		       ^\n
08:50:37 _X.java:10: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0006;\n
08:50:37 		       ^\n
08:50:37 _X.java:11: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0007;\n
08:50:37 		       ^\n
08:50:37 _X.java:12: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0008;\n
08:50:37 		       ^\n
08:50:37 _X.java:13: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u000e;\n
08:50:37 		       ^\n
08:50:37 _X.java:14: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u000f;\n
08:50:37 		       ^\n
08:50:37 _X.java:15: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0010;\n
08:50:37 		       ^\n
08:50:37 _X.java:16: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0011;\n
08:50:37 		       ^\n
08:50:37 _X.java:17: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0012;\n
08:50:37 		       ^\n
08:50:37 _X.java:18: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0013;\n
08:50:37 		       ^\n
08:50:37 _X.java:19: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0014;\n
08:50:37 		       ^\n
08:50:37 _X.java:20: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0015;\n
08:50:37 		       ^\n
08:50:37 _X.java:21: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0016;\n
08:50:37 		       ^\n
08:50:37 _X.java:22: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0017;\n
08:50:37 		       ^\n
08:50:37 _X.java:23: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0018;\n
08:50:37 		       ^\n
08:50:37 _X.java:24: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0019;\n
08:50:37 		       ^\n
08:50:37 _X.java:25: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u001a;\n
08:50:37 		       ^\n
08:50:37 _X.java:26: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u001b;\n
08:50:37 		       ^\n
08:50:37 _X.java:27: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u007f;\n
08:50:37 		       ^\n
08:50:37 23 errors\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[_X.java:5: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0001;\n
08:50:37 		       ^\n
08:50:37 _X.java:6: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0002;\n
08:50:37 		       ^\n
08:50:37 _X.java:7: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0003;\n
08:50:37 		       ^\n
08:50:37 _X.java:8: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0004;\n
08:50:37 		       ^\n
08:50:37 _X.java:9: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0005;\n
08:50:37 		       ^\n
08:50:37 _X.java:10: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0006;\n
08:50:37 		       ^\n
08:50:37 _X.java:11: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0007;\n
08:50:37 		       ^\n
08:50:37 _X.java:12: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0008;\n
08:50:37 		       ^\n
08:50:37 _X.java:13: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u000e;\n
08:50:37 		       ^\n
08:50:37 _X.java:14: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u000f;\n
08:50:37 		       ^\n
08:50:37 _X.java:15: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0010;\n
08:50:37 		       ^\n
08:50:37 _X.java:16: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0011;\n
08:50:37 		       ^\n
08:50:37 _X.java:17: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0012;\n
08:50:37 		       ^\n
08:50:37 _X.java:18: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0013;\n
08:50:37 		       ^\n
08:50:37 _X.java:19: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0014;\n
08:50:37 		       ^\n
08:50:37 _X.java:20: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0015;\n
08:50:37 		       ^\n
08:50:37 _X.java:21: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0016;\n
08:50:37 		       ^\n
08:50:37 _X.java:22: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0017;\n
08:50:37 		       ^\n
08:50:37 _X.java:23: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0018;\n
08:50:37 		       ^\n
08:50:37 _X.java:24: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0019;\n
08:50:37 		       ^\n
08:50:37 _X.java:25: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u001a;\n
08:50:37 		       ^\n
08:50:37 _X.java:26: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u001b;\n
08:50:37 		       ^\n
08:50:37 _X.java:27: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u007f;\n
08:50:37 		       ^\n
08:50:37 23 errors\n
08:50:37 ]>
08:50:37   SerialVersionUIDTests>TestCase.runTest:957->test011:220->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test011 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialVersionUID = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X.serialVersionUID is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialVersionUID = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X.serialVersionUID is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   SerialVersionUIDTests>TestCase.runTest:957->test012:243->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test012 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialVersionUID = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X<T>.serialVersionUID is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialVersionUID = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X<T>.serialVersionUID is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   SerialVersionUIDTests>TestCase.runTest:957->test013:266->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test013 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialPersistentFields = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X<T>.serialPersistentFields is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialPersistentFields = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X<T>.serialPersistentFields is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   SerialVersionUIDTests>TestCase.runTest:957->test014:288->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test014 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialPersistentFields = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X.serialPersistentFields is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialPersistentFields = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X.serialPersistentFields is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   SerialVersionUIDTests>TestCase.runTest:957->test015:311->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test015 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	private int i;\n
08:50:37 	            ^\n
08:50:37 The value of the field X<T>.i is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	private int i;\n
08:50:37 	            ^\n
08:50:37 The value of the field X<T>.i is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   SerialVersionUIDTests>TestCase.runTest:957->test016:336->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test016 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	private int i;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.i is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	private int i;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.i is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   StaticImportTest>TestCase.runTest:957->test074:2538->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test074 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 test/Outer.java:4: error: cannot find symbol\n
08:50:37     int i = VALUE;\n
08:50:37             ^\n
08:50:37   symbol:   variable VALUE\n
08:50:37   location: class Outer\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[test/Outer.java:4: error: cannot find symbol\n
08:50:37     int i = VALUE;\n
08:50:37             ^\n
08:50:37   symbol:   variable VALUE\n
08:50:37   location: class Outer\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   StaticImportTest>TestCase.runTest:957->test078:2648->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test078 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in A\A.java (at line 3)\n
08:50:37 	import B.B.C1;\n
08:50:37 	       ^^^^^^\n
08:50:37 The import B.B.C1 collides with another import statement\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in A\A.java (at line 3)\n
08:50:37 	import B.B.C1;\n
08:50:37 	       ^^^^^^\n
08:50:37 The import B.B.C1 collides with another import statement\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   StaticImportTest>TestCase.runTest:957->test079:2682->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test079 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in A\A.java (at line 2)\n
08:50:37 	import static B.B.C1;\n
08:50:37 	              ^^^^^^\n
08:50:37 The import B.B.C1 is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in A\A.java (at line 2)\n
08:50:37 	import static B.B.C1;\n
08:50:37 	              ^^^^^^\n
08:50:37 The import B.B.C1 is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   StaticImportTest>TestCase.runTest:957->testBug520874d:3361->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug520874d - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p\X.java (at line 2)\n
08:50:37 	import static p.A.B.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p.A.B.Inner is never used\n
08:50:37 ----------\n
08:50:37 2. WARNING in p\X.java (at line 3)\n
08:50:37 	import p.Bar.Inner;\n
08:50:37 	       ^^^^^^^^^^^\n
08:50:37 The import p.Bar.Inner is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p\X.java (at line 2)\n
08:50:37 	import static p.A.B.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p.A.B.Inner is never used\n
08:50:37 ----------\n
08:50:37 2. WARNING in p\X.java (at line 3)\n
08:50:37 	import p.Bar.Inner;\n
08:50:37 	       ^^^^^^^^^^^\n
08:50:37 The import p.Bar.Inner is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   StaticImportTest>TestCase.runTest:957->testBug520874e:3393->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug520874e - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p\X.java (at line 2)\n
08:50:37 	import static p.A.B.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p.A.B.Inner is never used\n
08:50:37 ----------\n
08:50:37 2. WARNING in p\X.java (at line 3)\n
08:50:37 	import p.Bar.*;\n
08:50:37 	       ^^^^^\n
08:50:37 The import p.Bar is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p\X.java (at line 2)\n
08:50:37 	import static p.A.B.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p.A.B.Inner is never used\n
08:50:37 ----------\n
08:50:37 2. WARNING in p\X.java (at line 3)\n
08:50:37 	import p.Bar.*;\n
08:50:37 	       ^^^^^\n
08:50:37 The import p.Bar is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   SwitchTest>TestCase.runTest:957->test014:610->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test014 - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 18)\n
08:50:37 	case 6://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://OK\n
08:50:37 			^\n
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 3://OK\n
08:50:37 			^\n
08:50:37 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 4://OK\n
08:50:37 			^\n
08:50:37 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 6://WRONG\n
08:50:37 			^\n
08:50:37 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 7://OK\n
08:50:37 			^\n
08:50:37 5 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 18)\n
08:50:37 	case 6://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://OK\n
08:50:37 			^\n
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 3://OK\n
08:50:37 			^\n
08:50:37 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 4://OK\n
08:50:37 			^\n
08:50:37 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 6://WRONG\n
08:50:37 			^\n
08:50:37 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 7://OK\n
08:50:37 			^\n
08:50:37 5 warnings]\n
08:50:37 >
08:50:37   SwitchTest>TestCase.runTest:957->test015:653->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test015 - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 18)\n
08:50:37 	case 6://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://OK\n
08:50:37 			^\n
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 3://OK\n
08:50:37 			^\n
08:50:37 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 4://OK\n
08:50:37 			^\n
08:50:37 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 6://WRONG\n
08:50:37 			^\n
08:50:37 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 7://OK\n
08:50:37 			^\n
08:50:37 5 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 18)\n
08:50:37 	case 6://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://OK\n
08:50:37 			^\n
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 3://OK\n
08:50:37 			^\n
08:50:37 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 4://OK\n
08:50:37 			^\n
08:50:37 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 6://WRONG\n
08:50:37 			^\n
08:50:37 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 7://OK\n
08:50:37 			^\n
08:50:37 5 warnings]\n
08:50:37 >
08:50:37   SwitchTest>TestCase.runTest:957->test016:696->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test016 - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 8)\n
08:50:37 	case 2://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://WRONG\n
08:50:37 			^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 8)\n
08:50:37 	case 2://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://WRONG\n
08:50:37 			^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   SwitchTest>TestCase.runTest:957->test017:725->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test017 - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	default :\n
08:50:37 	^^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			default :\n
08:50:37 			^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	default :\n
08:50:37 	^^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			default :\n
08:50:37 			^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   SwitchTest>TestCase.runTest:957->test387146a:2572->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test387146a - Javac found warning(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 		case 2:\n
08:50:37 		^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 		case 2:\n
08:50:37 		^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   SwitchTest>TestCase.runTest:957->test387146b:2601->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test387146b - Javac found warning(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 		case 2:\n
08:50:37 		^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 		case 2:\n
08:50:37 		^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   SwitchTest>TestCase.runTest:957->test410892_4:2782->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test410892_4 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   SwitchTest>TestCase.runTest:957->test410892_5:2817->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test410892_5 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   SwitchTest>TestCase.runTest:957->test410892_6:2853->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test410892_6 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   SwitchTest>TestCase.runTest:957->testBug374605:2144->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug374605 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p\X.java (at line 4)\n
08:50:37 	switch (i) {\n
08:50:37 	        ^\n
08:50:37 The switch statement should have a default case\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p\X.java (at line 4)\n
08:50:37 	switch (i) {\n
08:50:37 	        ^\n
08:50:37 The switch statement should have a default case\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   TypeAnnotationTest>TestCase.runTest:957->test066_codeblocks_methodReference:3294->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test066_codeblocks_methodReference - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 An exception has occurred in the compiler (12). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.\n
08:50:37 java.lang.AssertionError\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1029)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:307)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:306)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:648)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1338)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2541)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2532)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4934)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2529)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3014)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3015)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3037)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2911)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:2949)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1892)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1885)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:453)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1551)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1731)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1800)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1774)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3375)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3541)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2967)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3209)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2270)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:708)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1187)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:756)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1307)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1111)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4884)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4775)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4704)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4649)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1341)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[An exception has occurred in the compiler (12). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.\n
08:50:37 java.lang.AssertionError\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1029)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:307)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:306)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:648)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1338)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2541)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2532)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4934)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2529)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3014)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3015)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3037)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2911)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:2949)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1892)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1885)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:453)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1551)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1731)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1800)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1774)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3375)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3541)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2967)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3209)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2270)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:708)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1187)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:756)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1307)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1111)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4884)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4775)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4704)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4649)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1341)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
08:50:37 ]>
08:50:37   Unicode11Test>TestCase.runTest:957->test2:45->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test2 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	public int a\u0560; // new unicode character in unicode 11.0 \n
08:50:37 	            ^^^^^^\n
08:50:37 Syntax error on token "Invalid Character", delete this token\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	public int a\u0560; // new unicode character in unicode 11.0 \n
08:50:37 	            ^^^^^^\n
08:50:37 Syntax error on token "Invalid Character", delete this token\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   Unicode18Test>TestCase.runTest:957->test426214_4:106->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test426214_4 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	int a\u061C = 0; // new unicode character in 6.3.0 \n
08:50:37 	     ^^^^^^\n
08:50:37 Syntax error on token "Invalid Character", delete this token\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	int a\u061C = 0; // new unicode character in 6.3.0 \n
08:50:37 	     ^^^^^^\n
08:50:37 Syntax error on token "Invalid Character", delete this token\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37 
08:50:37 Tests run: 12992, Failures: 235, Errors: 0, Skipped: 0
08:50:37 
08:50:38 [INFO] ------------------------------------------------------------------------
08:50:38 [INFO] Reactor Summary:
08:50:38 [INFO] 
08:50:38 [INFO] org.eclipse.jdt.core 3.21.100-SNAPSHOT ............. SUCCESS [01:34 min]
08:50:38 [INFO] org.eclipse.jdt.core.tests.compiler 3.12.1200-SNAPSHOT FAILURE [  02:45 h]
08:50:38 [INFO] ------------------------------------------------------------------------
08:50:38 [INFO] BUILD FAILURE
08:50:38 [INFO] ------------------------------------------------------------------------
08:50:38 [INFO] Total time:  02:48 h
08:50:38 [INFO] Finished at: 2020-03-14T12:50:38Z
08:50:38 [INFO] ------------------------------------------------------------------------
08:50:38 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.6.0:test (default-test) on project org.eclipse.jdt.core.tests.compiler: There are test failures.
08:50:38 [ERROR] 
08:50:38 [ERROR] Please refer to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/target/surefire-reports for the individual test results.
08:50:38 [ERROR] -> [Help 1]
08:50:38 [ERROR] 
08:50:38 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
08:50:38 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
08:50:38 [ERROR] 
08:50:38 [ERROR] For more information about the errors and possible solutions, please read the following articles:
08:50:38 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
08:50:38 [ERROR] 
08:50:38 [ERROR] After correcting the problems, you can resume the build with the command
08:50:38 [ERROR]   mvn <args> -rf :org.eclipse.jdt.core.tests.compiler
08:50:39 Build step 'Invoke top-level Maven targets' marked build as failure
08:50:40 Recording test results
08:50:43 Archiving artifacts
08:50:43 Sending e-mails to: stephan.herrmann@berlin.de
08:50:43 Finished: FAILURE