Skip to content

Failed

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

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

Error Message

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

------------ but was ------------
----------\n
1. WARNING in Y.java (at line 4)\n
 class X {}\n
       ^\n
The type X is hiding the type Y.X\n
----------\n
2. 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 4)\n
 class X {}\n
       ^\n
The type X is hiding the type Y.X\n
----------\n
2. 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: 
test004 - Eclipse found warning(s) but Javac did not find any.
----------- Expected ------------

------------ but was ------------
----------\n
1. WARNING in Y.java (at line 4)\n
	class X {}\n
	      ^\n
The type X is hiding the type Y.X\n
----------\n
2. 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 4)\n
	class X {}\n
	      ^\n
The type X is hiding the type Y.X\n
----------\n
2. 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.test004(InnerClass15Test.java:126)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test004 - 1.8
Y.java [
class Y {
class 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

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