Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025f - 10 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 22 builds (Since #111 )
Took 1 sec.

Error Message

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

Stacktrace

junit.framework.AssertionFailedError: 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
	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025f(MethodVerifyTest.java:1747)

Standard Output


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

Standard Error

--- javac err: ---
X.java:1: warning: [rawtypes]
X.java:1: warning: [rawtypes found raw type: X
interface X<T extends X> { T[] x(); }
                      ^
  missing type arguments for generic class X<T>
  where T is a type-variable:
    T extends X declared in interface X
X.java:2: warning: [rawtypes] found raw type: X
abstract class Y<S extends X> implements X<S> { public abstract S[] x(); }
                           ^
  missing type arguments for generic class X<T>
  where T is a type-variable:
    T extends X declared in interface X
X.java:3: warning: [rawtypes] found raw type: X
abstract class Z implements X { public abstract X[] x(); }
                            ^
  missing type arguments for generic class X<T>
  where T is a type-variable:
    T extends X declared in interface X
X.java:3: warning: [rawtypes] found raw type: X
abstract class Z implements X { public abstract X[] x(); }
                                                ^
  missing type arguments for generic class X<T>
  where T is a type-variable:
    T extends X declared in interface X
4 warnings