Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test004 - 12 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

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

Stacktrace

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

Standard Output

test004: Not possible to launch Sun javac compilation!


Full results sent to /tmp/genie.jdt/comptest/run.1565715170219/12_20190813_125251.txt

Standard Error

--- javac err: ---
X.java:1: warning: [rawtypes] found raw type: B
public class X <T extends Object & p.B> 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
1 warning