Skip to content

Console Output

Skipping 6,076 KB.. Full Log
----------\n
03:22:02 13. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                         ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 14. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                                             ^^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   JavadocBugsTest>TestCase.runTest:957->testBug281609a:8592->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug281609a - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* @see PKG\n
03:22:02 	       ^^^\n
03:22:02 Javadoc: PKG cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* @see PKG\n
03:22:02 	       ^^^\n
03:22:02 Javadoc: PKG cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   JavadocBugsTest>TestCase.runTest:957->testBug73352a:3106->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug73352a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   JavadocBugsTest>TestCase.runTest:957->testBug73352c:3238->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug73352c: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   JavadocTestForClass>TestCase.runTest:957->test055:1066->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test055 - Eclipse found error(s) but Javac only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	* <li> {@link Entry} </li>\n
03:22:02 	              ^^^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [rawtypes] found raw type: Map\n
03:22:02 public interface X extends Map {\n
03:22:02                            ^\n
03:22:02   missing type arguments for generic class Map<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Map\n
03:22:02     V extends Object declared in interface Map\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: Entry\n
03:22:02 	Entry e = null;\n
03:22:02 	^\n
03:22:02   missing type arguments for generic class Entry<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Entry\n
03:22:02     V extends Object declared in interface Entry\n
03:22:02 2 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	* <li> {@link Entry} </li>\n
03:22:02 	              ^^^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [rawtypes] found raw type: Map\n
03:22:02 public interface X extends Map {\n
03:22:02                            ^\n
03:22:02   missing type arguments for generic class Map<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Map\n
03:22:02     V extends Object declared in interface Map\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: Entry\n
03:22:02 	Entry e = null;\n
03:22:02 	^\n
03:22:02   missing type arguments for generic class Entry<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Entry\n
03:22:02     V extends Object declared in interface Entry\n
03:22:02 2 warnings]\n
03:22:02 >
03:22:02   JavadocTest_1_5>TestCase.runTest:957->testBug247037a:3885->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug247037a - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* {@inheritDoc}\n
03:22:02 	    ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @since {@inheritDoc}\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 4)\n
03:22:02 	* @blah {@inheritDoc}\n
03:22:02 	          ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* {@inheritDoc}\n
03:22:02 	    ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @since {@inheritDoc}\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 4)\n
03:22:02 	* @blah {@inheritDoc}\n
03:22:02 	          ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   JavadocTest_1_5>TestCase.runTest:957->testBug247037b:3917->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug247037b - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	   ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	            ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	   ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	                ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	   ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	            ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	   ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	                ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   JavadocTest_1_5>TestCase.runTest:957->testBug284333:3958->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug284333 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in foo\bar\package-info.java (at line 2)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\package-info.java (at line 4)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\package-info.java (at line 5)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\package-info.java (at line 7)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 5. ERROR in foo\bar\package-info.java (at line 8)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 6. ERROR in foo\bar\package-info.java (at line 10)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in foo\bar\package-info.java (at line 2)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\package-info.java (at line 4)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\package-info.java (at line 5)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\package-info.java (at line 7)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 5. ERROR in foo\bar\package-info.java (at line 8)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 6. ERROR in foo\bar\package-info.java (at line 10)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   JavadocTest_1_5>TestCase.runTest:957->testBug284333a:4037->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug284333a - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   LookupTest>TestCase.runTest:957->test103:3413->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test103 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 2)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.x is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 4)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.B.x is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in A.java (at line 5)\n
03:22:02 	private C c = new C() {\n
03:22:02 	          ^\n
03:22:02 The value of the field A.B.c is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in A.java (at line 6)\n
03:22:02 	void foo() {\n
03:22:02 	     ^^^^^\n
03:22:02 The method foo() from the type new A.C(){} is never used locally\n
03:22:02 ----------\n
03:22:02 5. WARNING in A.java (at line 7)\n
03:22:02 	x = 3;\n
03:22:02 	^\n
03:22:02 Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 6. WARNING in A.java (at line 12)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.C.x is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 2)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.x is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 4)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.B.x is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in A.java (at line 5)\n
03:22:02 	private C c = new C() {\n
03:22:02 	          ^\n
03:22:02 The value of the field A.B.c is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in A.java (at line 6)\n
03:22:02 	void foo() {\n
03:22:02 	     ^^^^^\n
03:22:02 The method foo() from the type new A.C(){} is never used locally\n
03:22:02 ----------\n
03:22:02 5. WARNING in A.java (at line 7)\n
03:22:02 	x = 3;\n
03:22:02 	^\n
03:22:02 Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 6. WARNING in A.java (at line 12)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.C.x is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   LookupTest>TestCase.runTest:957->test105:3537->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test105 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 2)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.x is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 3)\n
03:22:02 	private C c = new C() {\n
03:22:02 	          ^\n
03:22:02 The value of the field A.c is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in A.java (at line 4)\n
03:22:02 	void foo() {\n
03:22:02 	     ^^^^^\n
03:22:02 The method foo() from the type new A.C(){} is never used locally\n
03:22:02 ----------\n
03:22:02 4. WARNING in A.java (at line 5)\n
03:22:02 	x = 3;\n
03:22:02 	^\n
03:22:02 Write access to enclosing field A.x is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 5. WARNING in A.java (at line 9)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.C.x is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 2)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.x is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 3)\n
03:22:02 	private C c = new C() {\n
03:22:02 	          ^\n
03:22:02 The value of the field A.c is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in A.java (at line 4)\n
03:22:02 	void foo() {\n
03:22:02 	     ^^^^^\n
03:22:02 The method foo() from the type new A.C(){} is never used locally\n
03:22:02 ----------\n
03:22:02 4. WARNING in A.java (at line 5)\n
03:22:02 	x = 3;\n
03:22:02 	^\n
03:22:02 Write access to enclosing field A.x is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 5. WARNING in A.java (at line 9)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.C.x is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   MethodHandleTest>TestCase.runTest:957->test009:279->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test009: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4ac750bc for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   MethodHandleTest>TestCase.runTest:957->test010:315->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test010: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4ac750bc for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@35cfbc24 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@35cfbc24 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@433e1883 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@50a1509e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
03:22:02 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
03:22:02                                                   ^\n
03:22:02   first method:  setValue(String) in BaseInterface\n
03:22:02   second method: setValue(Object) in Base\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
03:22:02 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
03:22:02                                                   ^\n
03:22:02   first method:  setValue(String) in BaseInterface\n
03:22:02   second method: setValue(Object) in Base\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 A.java:4: error: types J<CAP#1> and K<T3> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T3 is a type-variable:\n
03:22:02     T3 extends K<T3>,J<? extends I> declared in interface A\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 A.java:5: error: types K<T4> and J<CAP#1> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T4 is a type-variable:\n
03:22:02     T4 extends J<? extends I>,K<T4> declared in interface B\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 2 errors\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[A.java:4: error: types J<CAP#1> and K<T3> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T3 is a type-variable:\n
03:22:02     T3 extends K<T3>,J<? extends I> declared in interface A\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 A.java:5: error: types K<T4> and J<CAP#1> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T4 is a type-variable:\n
03:22:02     T4 extends J<? extends I>,K<T4> declared in interface B\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 2 errors\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final List<V> arg1) {\n
03:22:02                ^\n
03:22:02   first method:  put(K,List<V>) in Map\n
03:22:02   second method: put(K,V) in OverrideBug\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 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
03:22:02 public List<V> put(final K arg0, final V arg1) {\n
03:22:02                ^\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 2 errors\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final List<V> arg1) {\n
03:22:02                ^\n
03:22:02   first method:  put(K,List<V>) in Map\n
03:22:02   second method: put(K,V) in OverrideBug\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 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
03:22:02 public List<V> put(final K arg0, final V arg1) {\n
03:22:02                ^\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 2 errors\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	String[] a = A.asList(args).toArray(new String[0]);\n
03:22:02 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type mismatch: cannot convert from Object[] to String[]\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	String[] a = A.asList(args).toArray(new String[0]);\n
03:22:02 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type mismatch: cannot convert from Object[] to String[]\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
03:22:02         Y.foo(new Properties());\n
03:22:02               ^\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
03:22:02         Y.foo(new Properties());\n
03:22:02               ^\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		                            ^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                          ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                           ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: error: reference to assertEquals is ambiguous\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		    ^\n
03:22:02   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
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                 ^\n
03:22:02   required: String,Comparator<T>,List<T>,List<T>\n
03:22:02   found: String,Comparator,ArrayList,ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                          ^\n
03:22:02   required: Comparator<T>\n
03:22:02   found:    Comparator\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                       ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 1 error\n
03:22:02 8 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		                            ^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                          ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                           ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: error: reference to assertEquals is ambiguous\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		    ^\n
03:22:02   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
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                 ^\n
03:22:02   required: String,Comparator<T>,List<T>,List<T>\n
03:22:02   found: String,Comparator,ArrayList,ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                          ^\n
03:22:02   required: Comparator<T>\n
03:22:02   found:    Comparator\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                       ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 1 error\n
03:22:02 8 warnings\n
03:22:02 ]>
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in SimpleDemo.java (at line 22)\n
03:22:02 	protected SimpleResult test(AbstractResult request) {\n
03:22:02 	          ^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
03:22:02     protected SimpleResult test(AbstractResult request) {\n
03:22:02                            ^\n
03:22:02   return type requires unchecked conversion from SimpleResult to Response#2\n
03:22:02   where Request,Response#1,Response#2 are type-variables:\n
03:22:02     Request extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#1 extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#2 extends AbstractResult declared in class SimpleDemo\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in SimpleDemo.java (at line 22)\n
03:22:02 	protected SimpleResult test(AbstractResult request) {\n
03:22:02 	          ^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
03:22:02 ----------]\n
03:22:02 > but was:<[SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
03:22:02     protected SimpleResult test(AbstractResult request) {\n
03:22:02                            ^\n
03:22:02   return type requires unchecked conversion from SimpleResult to Response#2\n
03:22:02   where Request,Response#1,Response#2 are type-variables:\n
03:22:02     Request extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#1 extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#2 extends AbstractResult declared in class SimpleDemo\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
03:22:02 ]>
03:22:02   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"
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
03:22:02 	public class X extends pm.C1 { \n
03:22:02 	                       ^^\n
03:22:02 The package pm is accessible from more than one module: mod.x, mod.y\n
03:22:02 ----------\n
03:22:02 1 problem (1 error)\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
03:22:02 	public class X extends pm.C1 { \n
03:22:02 	                       ^^\n
03:22:02 The package pm is accessible from more than one module: mod.x, mod.y\n
03:22:02 ----------\n
03:22:02 1 problem (1 error)\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 16)\n
03:22:02 	@Illegal Y.YY.Z[] z = null;\n
03:22:02 	^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 16)\n
03:22:02 	@Illegal Y.YY.Z[] z = null;\n
03:22:02 	^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 13)\n
03:22:02 	public @Illegal Y.Z[] foo() { return null;}\n
03:22:02 	       ^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 13)\n
03:22:02 	public @Illegal Y.Z[] foo() { return null;}\n
03:22:02 	       ^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
03:22:02 		List<@NonNull T> res = Arrays.asList(ts);\n
03:22:02 		                                     ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
03:22:02 		List<@NonNull T> res = Arrays.asList(ts);\n
03:22:02 		                                     ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
03:22:02 	Number field = new Long(13);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
03:22:02 	Number field = new Long(13);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
03:22:02 	Number field = new Double(1.1);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
03:22:02 	Number field = new Double(1.1);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		return new Integer(13);\n
03:22:02 		       ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		return new Integer(13);\n
03:22:02 		       ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	^^^^^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
03:22:02 ----------\n
03:22:02 2. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	                           ^^^^^^\n
03:22:02 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	^^^^^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
03:22:02 ----------\n
03:22:02 2. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	                           ^^^^^^\n
03:22:02 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. INFO in X.java (at line 5)\n
03:22:02 	return this.o.toString();\n
03:22:02 	            ^\n
03:22:02 Potential null pointer access: this expression has a '@Nullable' type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. INFO in X.java (at line 5)\n
03:22:02 	return this.o.toString();\n
03:22:02 	            ^\n
03:22:02 Potential null pointer access: this expression has a '@Nullable' type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
03:22:02 interface Baz extends Foo<Integer, Integer> {}\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
03:22:02 interface Baz extends Foo<Integer, Integer> {}\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public int unusedMethod() { return this.state; }\n
03:22:02 	           ^^^^^^^^^^^^^^\n
03:22:02 The method unusedMethod() from the type X.M is never used locally\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	public M (int state) { this.state = state;} \n
03:22:02 	       ^^^^^^^^^^^^^\n
03:22:02 The constructor X.M(int) is never used locally\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	public int unusedField = 0;\n
03:22:02 	           ^^^^^^^^^^^\n
03:22:02 The value of the field X.M.unusedField is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	public class N {}\n
03:22:02 	             ^\n
03:22:02 The type X.M.N is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public int unusedMethod() { return this.state; }\n
03:22:02 	           ^^^^^^^^^^^^^^\n
03:22:02 The method unusedMethod() from the type X.M is never used locally\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	public M (int state) { this.state = state;} \n
03:22:02 	       ^^^^^^^^^^^^^\n
03:22:02 The constructor X.M(int) is never used locally\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	public int unusedField = 0;\n
03:22:02 	           ^^^^^^^^^^^\n
03:22:02 The value of the field X.M.unusedField is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	public class N {}\n
03:22:02 	             ^\n
03:22:02 The type X.M.N is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   ProblemConstructorTest>TestCase.runTest:957->test005:223->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test005 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 3)\n
03:22:02 	B.test();\n
03:22:02 	^^^^^^^^\n
03:22:02 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 3)\n
03:22:02 	B.test();\n
03:22:02 	^^^^^^^^\n
03:22:02 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 3)\n
03:22:02 	B.test();\n
03:22:02 	^^^^^^^^\n
03:22:02 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 8)\n
03:22:02 	public B () { super(""); }\n
03:22:02 	       ^^^^\n
03:22:02 The constructor A.B() is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 3)\n
03:22:02 	B.test();\n
03:22:02 	^^^^^^^^\n
03:22:02 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 8)\n
03:22:02 	public B () { super(""); }\n
03:22:02 	       ^^^^\n
03:22:02 The constructor A.B() is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 7)\n
03:22:02 	public B () { super(""); }\n
03:22:02 	       ^^^^\n
03:22:02 The constructor C.B() is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 7)\n
03:22:02 	public B () { super(""); }\n
03:22:02 	       ^^^^\n
03:22:02 The constructor C.B() is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public Y() {}\n
03:22:02 	       ^^^\n
03:22:02 The constructor X.Y() is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public Y() {}\n
03:22:02 	       ^^^\n
03:22:02 The constructor X.Y() is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public Y() {}\n
03:22:02 	       ^^^\n
03:22:02 The constructor X.Y() is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public Y() {}\n
03:22:02 	       ^^^\n
03:22:02 The constructor X.Y() is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
03:22:02 	private static class Y implements Externalizable {\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
03:22:02 	private static class Y implements Externalizable {\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private X(int x) {i = x;}\n
03:22:02 	        ^^^^^^^^\n
03:22:02 The constructor X(int) is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private X(int x) {i = x;}\n
03:22:02 	        ^^^^^^^^\n
03:22:02 The constructor X(int) is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	return new ArrayList<Object>() {\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^\n
03:22:02 The serializable class  does not declare a static final serialVersionUID field of type long\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 7)\n
03:22:02 	{ add(o);}\n
03:22:02 	      ^\n
03:22:02 Read access to enclosing field X.o is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	return new ArrayList<Object>() {\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^\n
03:22:02 The serializable class  does not declare a static final serialVersionUID field of type long\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 7)\n
03:22:02 	{ add(o);}\n
03:22:02 	      ^\n
03:22:02 Read access to enclosing field X.o is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	System.out.println(1.0 == 1.0);\n
03:22:02 	                   ^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	System.out.println(1.0f == 1.0f);\n
03:22:02 	                   ^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	System.out.println(1.0 == 1.0);\n
03:22:02 	                   ^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	System.out.println(1.0f == 1.0f);\n
03:22:02 	                   ^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	nvx = nvx;\n
03:22:02 	^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	nvx = nvx;\n
03:22:02 	^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	volatile int x = this.x;\n
03:22:02 	             ^^^^^^^^^^\n
03:22:02 The assignment to variable x has no effect\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 3)\n
03:22:02 	int nvx = this.nvx;\n
03:22:02 	    ^^^^^^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	volatile int x = this.x;\n
03:22:02 	             ^^^^^^^^^^\n
03:22:02 The assignment to variable x has no effect\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 3)\n
03:22:02 	int nvx = this.nvx;\n
03:22:02 	    ^^^^^^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 6)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 6)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public boolean b=false;\n
03:22:02 	               ^\n
03:22:02 The value of the field X.Y.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	protected int k = 2;\n
03:22:02 	              ^\n
03:22:02 The value of the field X.Y.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public boolean b=false;\n
03:22:02 	               ^\n
03:22:02 The value of the field X.Y.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	protected int k = 2;\n
03:22:02 	              ^\n
03:22:02 The value of the field X.Y.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	             ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                         ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	             ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                         ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 10)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 10)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (false) {\n
03:22:02         	boolean b=false;\n
03:22:02         	b|=true;\n
03:22:02 		 }\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (false) {\n
03:22:02         	boolean b=false;\n
03:22:02         	b|=true;\n
03:22:02 		 }\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	X(int abc) {\n
03:22:02 	      ^^^\n
03:22:02 The value of the parameter abc is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	X(int abc) {\n
03:22:02 	      ^^^\n
03:22:02 The value of the parameter abc is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in test1\E.java (at line 4)\n
03:22:02 	int a= 10;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable a is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in test1\E.java (at line 4)\n
03:22:02 	int a= 10;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable a is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (a != null){\n
03:22:02         	int j = 3;\n
03:22:02         	j++;\n
03:22:02     	}\n
03:22:02 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	int j = 3;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable j is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (a != null){\n
03:22:02         	int j = 3;\n
03:22:02         	j++;\n
03:22:02     	}\n
03:22:02 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	int j = 3;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable j is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	if (set.contains("ONE")) // bad\n
03:22:02 	                 ^^^^^\n
03:22:02 Unlikely argument type String for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	set.remove("ONE"); // bad\n
03:22:02 	           ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 10)\n
03:22:02 	if (set.contains(1)) // bad\n
03:22:02 	                 ^\n
03:22:02 Unlikely argument type int for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 11)\n
03:22:02 	set.remove(1); // bad (tries to remove "Integer 1")\n
03:22:02 	           ^\n
03:22:02 Unlikely argument type int for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	if (set.contains("ONE")) // bad\n
03:22:02 	                 ^^^^^\n
03:22:02 Unlikely argument type String for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	set.remove("ONE"); // bad\n
03:22:02 	           ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 10)\n
03:22:02 	if (set.contains(1)) // bad\n
03:22:02 	                 ^\n
03:22:02 Unlikely argument type int for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 11)\n
03:22:02 	set.remove(1); // bad (tries to remove "Integer 1")\n
03:22:02 	           ^\n
03:22:02 Unlikely argument type int for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
03:22:02 	                 ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
03:22:02 	                 ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (m.containsKey("ONE")) // bad\n
03:22:02 	                  ^^^^^\n
03:22:02 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (m.containsValue("ONE")) // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 5. WARNING in X.java (at line 14)\n
03:22:02 	return m.get("ONE"); // bad\n
03:22:02 	             ^^^^^\n
03:22:02 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (m.containsKey("ONE")) // bad\n
03:22:02 	                  ^^^^^\n
03:22:02 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (m.containsValue("ONE")) // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 5. WARNING in X.java (at line 14)\n
03:22:02 	return m.get("ONE"); // bad\n
03:22:02 	             ^^^^^\n
03:22:02 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	numbers.removeAll(stringSet); // bad\n
03:22:02 	                  ^^^^^^^^^\n
03:22:02 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	numbers.removeAll(stringSet); // bad\n
03:22:02 	                  ^^^^^^^^^\n
03:22:02 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	return ints.indexOf("ONE"); // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	return ints.indexOf("ONE"); // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in test\TestUnlikely.java (at line 30)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 2. WARNING in test\TestUnlikely.java (at line 37)\n
03:22:02 	c.remove(i); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 3. WARNING in test\TestUnlikely.java (at line 39)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 4. WARNING in test\TestUnlikely.java (at line 40)\n
03:22:02 	c.remove(nf); // warning: castable, but not supertype\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 5. WARNING in test\TestUnlikely.java (at line 46)\n
03:22:02 	c.remove(o); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 6. WARNING in test\TestUnlikely.java (at line 48)\n
03:22:02 	c.remove(nf); // warning: impossible\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 7. WARNING in test\TestUnlikely.java (at line 49)\n
03:22:02 	c.remove(s); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 8. WARNING in test\TestUnlikely.java (at line 54)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 9. WARNING in test\TestUnlikely.java (at line 55)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 10. WARNING in test\TestUnlikely.java (at line 63)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
03:22:02 ----------\n
03:22:02 11. WARNING in test\TestUnlikely.java (at line 70)\n
03:22:02 	map.containsKey(value); // warning\n
03:22:02 	                ^^^^^\n
03:22:02 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 12. WARNING in test\TestUnlikely.java (at line 71)\n
03:22:02 	map.containsValue(key); // warning\n
03:22:02 	                  ^^^\n
03:22:02 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 13. WARNING in test\TestUnlikely.java (at line 95)\n
03:22:02 	if (c.contains(iterator.next())) { // warning\n
03:22:02 	               ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type U for contains(Object) on a Collection<T>\n
03:22:02 ----------\n
03:22:02 14. WARNING in test\TestUnlikely.java (at line 105)\n
03:22:02 	c.removeAll(other); // warning\n
03:22:02 	            ^^^^^\n
03:22:02 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 15. WARNING in test\TestUnlikely.java (at line 111)\n
03:22:02 	Predicate<OtherInterface> p2 = c::contains; // warning\n
03:22:02 	                               ^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 16. WARNING in test\TestUnlikely.java (at line 112)\n
03:22:02 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
03:22:02 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 17. INFO in test\TestUnlikely.java (at line 120)\n
03:22:02 	s.equals(i); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 18. INFO in test\TestUnlikely.java (at line 121)\n
03:22:02 	i.equals(s); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 19. INFO in test\TestUnlikely.java (at line 125)\n
03:22:02 	Predicate<String> p1 = i::equals; // info\n
03:22:02 	                       ^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 20. INFO in test\TestUnlikely.java (at line 128)\n
03:22:02 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 21. INFO in test\TestUnlikely.java (at line 131)\n
03:22:02 	Objects.equals(s, i); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 22. INFO in test\TestUnlikely.java (at line 132)\n
03:22:02 	Objects.equals(i, s); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 23. INFO in test\TestUnlikely.java (at line 136)\n
03:22:02 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in test\TestUnlikely.java (at line 30)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 2. WARNING in test\TestUnlikely.java (at line 37)\n
03:22:02 	c.remove(i); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 3. WARNING in test\TestUnlikely.java (at line 39)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 4. WARNING in test\TestUnlikely.java (at line 40)\n
03:22:02 	c.remove(nf); // warning: castable, but not supertype\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 5. WARNING in test\TestUnlikely.java (at line 46)\n
03:22:02 	c.remove(o); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 6. WARNING in test\TestUnlikely.java (at line 48)\n
03:22:02 	c.remove(nf); // warning: impossible\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 7. WARNING in test\TestUnlikely.java (at line 49)\n
03:22:02 	c.remove(s); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 8. WARNING in test\TestUnlikely.java (at line 54)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 9. WARNING in test\TestUnlikely.java (at line 55)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 10. WARNING in test\TestUnlikely.java (at line 63)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
03:22:02 ----------\n
03:22:02 11. WARNING in test\TestUnlikely.java (at line 70)\n
03:22:02 	map.containsKey(value); // warning\n
03:22:02 	                ^^^^^\n
03:22:02 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 12. WARNING in test\TestUnlikely.java (at line 71)\n
03:22:02 	map.containsValue(key); // warning\n
03:22:02 	                  ^^^\n
03:22:02 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 13. WARNING in test\TestUnlikely.java (at line 95)\n
03:22:02 	if (c.contains(iterator.next())) { // warning\n
03:22:02 	               ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type U for contains(Object) on a Collection<T>\n
03:22:02 ----------\n
03:22:02 14. WARNING in test\TestUnlikely.java (at line 105)\n
03:22:02 	c.removeAll(other); // warning\n
03:22:02 	            ^^^^^\n
03:22:02 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 15. WARNING in test\TestUnlikely.java (at line 111)\n
03:22:02 	Predicate<OtherInterface> p2 = c::contains; // warning\n
03:22:02 	                               ^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 16. WARNING in test\TestUnlikely.java (at line 112)\n
03:22:02 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
03:22:02 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 17. INFO in test\TestUnlikely.java (at line 120)\n
03:22:02 	s.equals(i); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 18. INFO in test\TestUnlikely.java (at line 121)\n
03:22:02 	i.equals(s); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 19. INFO in test\TestUnlikely.java (at line 125)\n
03:22:02 	Predicate<String> p1 = i::equals; // info\n
03:22:02 	                       ^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 20. INFO in test\TestUnlikely.java (at line 128)\n
03:22:02 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 21. INFO in test\TestUnlikely.java (at line 131)\n
03:22:02 	Objects.equals(s, i); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 22. INFO in test\TestUnlikely.java (at line 132)\n
03:22:02 	Objects.equals(i, s); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 23. INFO in test\TestUnlikely.java (at line 136)\n
03:22:02 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Unlikely.java (at line 6)\n
03:22:02 	return i1.equals((I1)this);\n
03:22:02 	                 ^^^^^^^^\n
03:22:02 Unnecessary cast from Unlikely to I1\n
03:22:02 ----------\n
03:22:02 2. ERROR in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unnecessary cast from I2 to I3\n
03:22:02 ----------\n
03:22:02 3. WARNING in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Unlikely.java (at line 6)\n
03:22:02 	return i1.equals((I1)this);\n
03:22:02 	                 ^^^^^^^^\n
03:22:02 Unnecessary cast from Unlikely to I1\n
03:22:02 ----------\n
03:22:02 2. ERROR in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unnecessary cast from I2 to I3\n
03:22:02 ----------\n
03:22:02 3. WARNING in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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@7d471800 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 _X.java:5: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0001;\n
03:22:02 		       ^\n
03:22:02 _X.java:6: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0002;\n
03:22:02 		       ^\n
03:22:02 _X.java:7: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0003;\n
03:22:02 		       ^\n
03:22:02 _X.java:8: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0004;\n
03:22:02 		       ^\n
03:22:02 _X.java:9: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0005;\n
03:22:02 		       ^\n
03:22:02 _X.java:10: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0006;\n
03:22:02 		       ^\n
03:22:02 _X.java:11: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0007;\n
03:22:02 		       ^\n
03:22:02 _X.java:12: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0008;\n
03:22:02 		       ^\n
03:22:02 _X.java:13: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u000e;\n
03:22:02 		       ^\n
03:22:02 _X.java:14: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u000f;\n
03:22:02 		       ^\n
03:22:02 _X.java:15: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0010;\n
03:22:02 		       ^\n
03:22:02 _X.java:16: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0011;\n
03:22:02 		       ^\n
03:22:02 _X.java:17: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0012;\n
03:22:02 		       ^\n
03:22:02 _X.java:18: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0013;\n
03:22:02 		       ^\n
03:22:02 _X.java:19: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0014;\n
03:22:02 		       ^\n
03:22:02 _X.java:20: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0015;\n
03:22:02 		       ^\n
03:22:02 _X.java:21: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0016;\n
03:22:02 		       ^\n
03:22:02 _X.java:22: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0017;\n
03:22:02 		       ^\n
03:22:02 _X.java:23: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0018;\n
03:22:02 		       ^\n
03:22:02 _X.java:24: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0019;\n
03:22:02 		       ^\n
03:22:02 _X.java:25: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u001a;\n
03:22:02 		       ^\n
03:22:02 _X.java:26: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u001b;\n
03:22:02 		       ^\n
03:22:02 _X.java:27: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u007f;\n
03:22:02 		       ^\n
03:22:02 23 errors\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[_X.java:5: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0001;\n
03:22:02 		       ^\n
03:22:02 _X.java:6: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0002;\n
03:22:02 		       ^\n
03:22:02 _X.java:7: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0003;\n
03:22:02 		       ^\n
03:22:02 _X.java:8: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0004;\n
03:22:02 		       ^\n
03:22:02 _X.java:9: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0005;\n
03:22:02 		       ^\n
03:22:02 _X.java:10: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0006;\n
03:22:02 		       ^\n
03:22:02 _X.java:11: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0007;\n
03:22:02 		       ^\n
03:22:02 _X.java:12: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0008;\n
03:22:02 		       ^\n
03:22:02 _X.java:13: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u000e;\n
03:22:02 		       ^\n
03:22:02 _X.java:14: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u000f;\n
03:22:02 		       ^\n
03:22:02 _X.java:15: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0010;\n
03:22:02 		       ^\n
03:22:02 _X.java:16: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0011;\n
03:22:02 		       ^\n
03:22:02 _X.java:17: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0012;\n
03:22:02 		       ^\n
03:22:02 _X.java:18: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0013;\n
03:22:02 		       ^\n
03:22:02 _X.java:19: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0014;\n
03:22:02 		       ^\n
03:22:02 _X.java:20: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0015;\n
03:22:02 		       ^\n
03:22:02 _X.java:21: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0016;\n
03:22:02 		       ^\n
03:22:02 _X.java:22: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0017;\n
03:22:02 		       ^\n
03:22:02 _X.java:23: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0018;\n
03:22:02 		       ^\n
03:22:02 _X.java:24: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0019;\n
03:22:02 		       ^\n
03:22:02 _X.java:25: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u001a;\n
03:22:02 		       ^\n
03:22:02 _X.java:26: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u001b;\n
03:22:02 		       ^\n
03:22:02 _X.java:27: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u007f;\n
03:22:02 		       ^\n
03:22:02 23 errors\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X<T>.i is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X<T>.i is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.i is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.i is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 test/Outer.java:4: error: cannot find symbol\n
03:22:02     int i = VALUE;\n
03:22:02             ^\n
03:22:02   symbol:   variable VALUE\n
03:22:02   location: class Outer\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[test/Outer.java:4: error: cannot find symbol\n
03:22:02     int i = VALUE;\n
03:22:02             ^\n
03:22:02   symbol:   variable VALUE\n
03:22:02   location: class Outer\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in A\A.java (at line 3)\n
03:22:02 	import B.B.C1;\n
03:22:02 	       ^^^^^^\n
03:22:02 The import B.B.C1 collides with another import statement\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in A\A.java (at line 3)\n
03:22:02 	import B.B.C1;\n
03:22:02 	       ^^^^^^\n
03:22:02 The import B.B.C1 collides with another import statement\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A\A.java (at line 2)\n
03:22:02 	import static B.B.C1;\n
03:22:02 	              ^^^^^^\n
03:22:02 The import B.B.C1 is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A\A.java (at line 2)\n
03:22:02 	import static B.B.C1;\n
03:22:02 	              ^^^^^^\n
03:22:02 The import B.B.C1 is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.Inner;\n
03:22:02 	       ^^^^^^^^^^^\n
03:22:02 The import p.Bar.Inner is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.Inner;\n
03:22:02 	       ^^^^^^^^^^^\n
03:22:02 The import p.Bar.Inner is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.*;\n
03:22:02 	       ^^^^^\n
03:22:02 The import p.Bar is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.*;\n
03:22:02 	       ^^^^^\n
03:22:02 The import p.Bar is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 18)\n
03:22:02 	case 6://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://OK\n
03:22:02 			^\n
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 3://OK\n
03:22:02 			^\n
03:22:02 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 4://OK\n
03:22:02 			^\n
03:22:02 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 6://WRONG\n
03:22:02 			^\n
03:22:02 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 7://OK\n
03:22:02 			^\n
03:22:02 5 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 18)\n
03:22:02 	case 6://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://OK\n
03:22:02 			^\n
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 3://OK\n
03:22:02 			^\n
03:22:02 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 4://OK\n
03:22:02 			^\n
03:22:02 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 6://WRONG\n
03:22:02 			^\n
03:22:02 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 7://OK\n
03:22:02 			^\n
03:22:02 5 warnings]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 18)\n
03:22:02 	case 6://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://OK\n
03:22:02 			^\n
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 3://OK\n
03:22:02 			^\n
03:22:02 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 4://OK\n
03:22:02 			^\n
03:22:02 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 6://WRONG\n
03:22:02 			^\n
03:22:02 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 7://OK\n
03:22:02 			^\n
03:22:02 5 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 18)\n
03:22:02 	case 6://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://OK\n
03:22:02 			^\n
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 3://OK\n
03:22:02 			^\n
03:22:02 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 4://OK\n
03:22:02 			^\n
03:22:02 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 6://WRONG\n
03:22:02 			^\n
03:22:02 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 7://OK\n
03:22:02 			^\n
03:22:02 5 warnings]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 8)\n
03:22:02 	case 2://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://WRONG\n
03:22:02 			^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 8)\n
03:22:02 	case 2://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://WRONG\n
03:22:02 			^\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	default :\n
03:22:02 	^^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			default :\n
03:22:02 			^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	default :\n
03:22:02 	^^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			default :\n
03:22:02 			^\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 		case 2:\n
03:22:02 		^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 		case 2:\n
03:22:02 		^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 		case 2:\n
03:22:02 		^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 		case 2:\n
03:22:02 		^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p\X.java (at line 4)\n
03:22:02 	switch (i) {\n
03:22:02 	        ^\n
03:22:02 The switch statement should have a default case\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p\X.java (at line 4)\n
03:22:02 	switch (i) {\n
03:22:02 	        ^\n
03:22:02 The switch statement should have a default case\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 An exception has occurred in the compiler (10.0.2). 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
03:22:02 java.lang.AssertionError\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[An exception has occurred in the compiler (10.0.2). 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
03:22:02 java.lang.AssertionError\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
03:22:02 ]>
03:22:02   Unicode10Test>TestCase.runTest:957->test1:32->AbstractRegressionTest.runConformTest:1821->AbstractRegressionTest.runConformTest:1824->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:2: error: illegal character: '\u0860'\n
03:22:02 		public int aࡠ; // new unicode character in unicode 10.0 \n
03:22:02 		            ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:2: error: illegal character: '\u0860'\n
03:22:02 		public int aࡠ; // new unicode character in unicode 10.0 \n
03:22:02 		            ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	int a\u061C = 0; // new unicode character in 6.3.0 \n
03:22:02 	     ^^^^^^\n
03:22:02 Syntax error on token "Invalid Character", delete this token\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	int a\u061C = 0; // new unicode character in 6.3.0 \n
03:22:02 	     ^^^^^^\n
03:22:02 Syntax error on token "Invalid Character", delete this token\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 
03:22:02 Tests run: 12921, Failures: 213, Errors: 0, Skipped: 0
03:22:02 
03:22:03 [INFO] ------------------------------------------------------------------------
03:22:03 [INFO] Reactor Summary:
03:22:03 [INFO] 
03:22:03 [INFO] org.eclipse.jdt.core 3.21.100-SNAPSHOT ............. SUCCESS [01:04 min]
03:22:03 [INFO] org.eclipse.jdt.core.tests.compiler 3.12.1200-SNAPSHOT FAILURE [  03:18 h]
03:22:03 [INFO] ------------------------------------------------------------------------
03:22:03 [INFO] BUILD FAILURE
03:22:03 [INFO] ------------------------------------------------------------------------
03:22:03 [INFO] Total time:  03:20 h
03:22:03 [INFO] Finished at: 2020-03-15T07:22:03Z
03:22:03 [INFO] ------------------------------------------------------------------------
03:22:03 [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.
03:22:03 [ERROR] 
03:22:03 [ERROR] Please refer to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/surefire-reports for the individual test results.
03:22:03 [ERROR] -> [Help 1]
03:22:03 [ERROR] 
03:22:03 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
03:22:03 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
03:22:03 [ERROR] 
03:22:03 [ERROR] For more information about the errors and possible solutions, please read the following articles:
03:22:03 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
03:22:03 [ERROR] 
03:22:03 [ERROR] After correcting the problems, you can resume the build with the command
03:22:03 [ERROR]   mvn <args> -rf :org.eclipse.jdt.core.tests.compiler
03:22:05 Build step 'Invoke top-level Maven targets' marked build as failure
03:22:06 Archiving artifacts
03:22:06 Recording test results
03:22:08 Sending e-mails to: stephan.herrmann@berlin.de
03:22:08 Finished: FAILURE