Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test003 - 10 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 1 build (Since #132 )
Took 1 sec.

Error Message

test003 - Eclipse found warning(s) but Javac did not find any.
----------- Expected ------------

------------ but was ------------
----------\n
1. WARNING in Y.java (at line 3)\n
 <X> void foo() {\n
  ^\n
The type parameter X is hiding the type Y.X\n
----------\n
2. WARNING in Y.java (at line 4)\n
 class X {}\n
       ^\n
The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
----------\n
3. WARNING in Y.java (at line 4)\n
 class X {}\n
       ^\n
The type X is never used locally\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. WARNING in Y.java (at line 3)\n
 <X> void foo() {\n
  ^\n
The type parameter X is hiding the type Y.X\n
----------\n
2. WARNING in Y.java (at line 4)\n
 class X {}\n
       ^\n
The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
----------\n
3. WARNING in Y.java (at line 4)\n
 class X {}\n
       ^\n
The type X is never used locally\n
----------\n
]>

Stacktrace

junit.framework.ComparisonFailure: 
test003 - Eclipse found warning(s) but Javac did not find any.
----------- Expected ------------

------------ but was ------------
----------\n
1. WARNING in Y.java (at line 3)\n
	<X> void foo() {\n
	 ^\n
The type parameter X is hiding the type Y.X\n
----------\n
2. WARNING in Y.java (at line 4)\n
	class X {}\n
	      ^\n
The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
----------\n
3. WARNING in Y.java (at line 4)\n
	class X {}\n
	      ^\n
The type X is never used locally\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. WARNING in Y.java (at line 3)\n
	<X> void foo() {\n
	 ^\n
The type parameter X is hiding the type Y.X\n
----------\n
2. WARNING in Y.java (at line 4)\n
	class X {}\n
	      ^\n
The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
----------\n
3. WARNING in Y.java (at line 4)\n
	class X {}\n
	      ^\n
The type X is never used locally\n
----------\n
]>
	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test003(InnerClass15Test.java:98)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test003 - 10
Y.java [
class Y {
class X {}
	<X> void foo() {
		class X {}
	}
}
]


Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt

Standard Error

----------------------------------------