Skip to content

Failed

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

Failing for the past 1 build (Since #168 )
Took 0.62 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 - 1.8
Y.java [
class Y {
class X {}
	<X> void foo() {
		class X {}
	}
}
]


Full results sent to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-1.8/tmp/comptest/run.1584479137560/1.8.0_202_20200317_210541.txt

Standard Error

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