Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test005 - 1.8 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 1 build (Since Failed #168 )
Took 0.66 sec.

Stacktrace

junit.framework.AssertionFailedError
	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test005(GenericTypeSignatureTest.java:687)

Standard Output

test005: Not possible to launch Sun javac compilation!


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:1: warning: [rawtypes] found raw type: B
public class X <T extends Object & p.B & p.C> extends p.A<T> {
                                    ^
  missing type arguments for generic class B<T>
  where T is a type-variable:
    T extends Object declared in interface B
X.java:1: warning: [rawtypes] found raw type: C
public class X <T extends Object & p.B & p.C> extends p.A<T> {
                                          ^
  missing type arguments for generic class C<T>
  where T is a type-variable:
    T extends Object declared in interface C
2 warnings