Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test169a - 1.8 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 2 builds (Since #167 )
Took 0.65 sec.

Error Message

test169a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@7c5dbca5 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@75e92bb7

Stacktrace

junit.framework.AssertionFailedError: test169a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@7c5dbca5 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@75e92bb7
	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test169a(MethodVerifyTest.java:10139)

Standard Output


Full results sent to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-1.8/tmp/comptest/run.1584479137560/1.8.0_202_20200317_210541.txt

Standard Error

--- javac err: ---
X.java:3: warning: [rawtypes] found raw type: I
		public R foo(X<String>.B b, I i) { return null; }
		                            ^
  missing type arguments for generic class I<S>
  where S is a type-variable:
    S extends Object declared in interface I
X.java:3: warning: [rawtypes] found raw type: R
		public R foo(X<String>.B b, I i) { return null; }
		       ^
  missing type arguments for generic class R<T>
  where T is a type-variable:
    T extends Object declared in class R
2 warnings