Skip to content

Failed

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

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

Error Message

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

Stacktrace

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

Standard Output


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

Standard Error

--- javac err: ---
Y.java:5: warning: [rawtypes] found raw type: Y
class Z extends Y {}
                ^
  missing type arguments for generic class Y<T>
  where T is a type-variable:
    T extends Number declared in class Y
1 warning