Failed
org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041a - 1.8 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)
Error Message
test041a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@604798b1 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@70c3c5d7
Stacktrace
junit.framework.AssertionFailedError: test041a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@604798b1 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@70c3c5d7 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041a(MethodVerifyTest.java:2884)
Standard Output
Full results sent to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-1.8/tmp/comptest/run.1611378231286/1.8.0_202_20210123_050354.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