Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041a - 12 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 1 build (Since Failed #44 )
Took 0.88 sec.

Error Message

test041a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@69e64c98 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@fe337

Stacktrace

junit.framework.AssertionFailedError: test041a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@69e64c98 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@fe337
	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041a(MethodVerifyTest.java:2883)

Standard Output


Full results sent to /tmp/genie.jdt/comptest/run.1565715170219/12_20190813_125251.txt

Standard Error

--- javac err: ---
X.java:3: warning: foo(String[]) in X implements foo(String...) in I; overriding method is missing '...'
class Y extends X implements I { }
^
1 warning