Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test014 - 10 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

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

Error Message

test014 - Eclipse found error(s) but Javac did not find any.
----------- Expected ------------

------------ but was ------------
----------\n
1. ERROR in X.java (at line 2)\n
 private static final long serialPersistentFields = 1L;\n
                           ^^^^^^^^^^^^^^^^^^^^^^\n
The value of the field X.serialPersistentFields is not used\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in X.java (at line 2)\n
 private static final long serialPersistentFields = 1L;\n
                           ^^^^^^^^^^^^^^^^^^^^^^\n
The value of the field X.serialPersistentFields is not used\n
----------\n
]>

Stacktrace

junit.framework.ComparisonFailure: 
test014 - Eclipse found error(s) but Javac did not find any.
----------- Expected ------------

------------ but was ------------
----------\n
1. ERROR in X.java (at line 2)\n
	private static final long serialPersistentFields = 1L;\n
	                          ^^^^^^^^^^^^^^^^^^^^^^\n
The value of the field X.serialPersistentFields is not used\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in X.java (at line 2)\n
	private static final long serialPersistentFields = 1L;\n
	                          ^^^^^^^^^^^^^^^^^^^^^^\n
The value of the field X.serialPersistentFields is not used\n
----------\n
]>
	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test014(SerialVersionUIDTests.java:288)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test014 - 10
X.java [
public class X {
	private static final long serialPersistentFields = 1L;
}
]


Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt

Standard Error

----------------------------------------