Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test283306 - 1.8 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

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

Error Message

test283306: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseHasABug@211edf34 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@75e92bb7

Stacktrace

junit.framework.AssertionFailedError: test283306: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseHasABug@211edf34 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@75e92bb7
	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test283306(GenericTypeTest.java:51556)

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: ---
Test.java:3: warning: [unchecked] unchecked method invocation: method get in class Test is applied to given types
        return get(WWorkflow.class, null);
                  ^
  required: Class<W>,T
  found: Class<WWorkflow>,<null>
  where W,T are type-variables:
    W extends WrapperLogic<? super T> declared in method <T,W>get(Class<W>,T)
    T extends Object declared in method <T,W>get(Class<W>,T)
Test.java:3: warning: [unchecked] unchecked conversion
        return get(WWorkflow.class, null);
                  ^
  required: WWorkflow<? extends Workflow>
  found:    WWorkflow
2 warnings