Failed
org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest.testDefault04_bin - 1.8 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)
Failing for the past 5 builds
(Since
#130 )

Error Message
testDefault04_bin - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Y.java (at line 3)\n x.field = null; // ERR\n ^^^^\n Null type mismatch: required '@NonNull Number' but the provided value is null\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Y.java (at line 3)\n x.field = null; // ERR\n ^^^^\n Null type mismatch: required '@NonNull Number' but the provided value is null\n ----------\n ]>
Stacktrace
junit.framework.ComparisonFailure: testDefault04_bin - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Y.java (at line 3)\n x.field = null; // ERR\n ^^^^\n Null type mismatch: required '@NonNull Number' but the provided value is null\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Y.java (at line 3)\n x.field = null; // ERR\n ^^^^\n Null type mismatch: required '@NonNull Number' but the provided value is null\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest.testDefault04_bin(NullTypeAnnotationTest.java:5292)
Standard Output
org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest#testDefault04_bin - 1.8 Y.java [ public class Y { void test(X x) { x.field = null; // ERR } } ] Full results sent to /tmp/comptest/run.1575695066079/1.8.0_202_20191207_050428.txt
Standard Error
----------------------------------------