Skip to content

Failed

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

Failing for the past 1 build (Since #132 )
Took 1.2 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 /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.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