Skip to content

Failed

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

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

Error Message

test070: 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: test070: 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.test070(MethodVerifyTest.java:5854)

Standard Output


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

Standard Error

--- javac err: ---
BooleanFactory.java:6: warning: [deprecation] newInstance() in Class has been deprecated
		try { return c.newInstance(); } catch(Exception e) { return null; }
		              ^
  where T is a type-variable:
    T extends Object declared in class Class
1 warning