Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug222900c - 11 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 35 builds (Since #9 )
Took 0.65 sec.

Error Message

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

------------ but was ------------
----------\n
1. ERROR in X.java (at line 2)\n
 * Test the {@code} missing description\n
              ^^^^\n
Javadoc: Description expected after @code\n
----------\n
2. ERROR in X.java (at line 3)\n
 * Test the {@code\n
              ^^^^\n
Javadoc: Description expected after @code\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in X.java (at line 2)\n
 * Test the {@code} missing description\n
              ^^^^\n
Javadoc: Description expected after @code\n
----------\n
2. ERROR in X.java (at line 3)\n
 * Test the {@code\n
              ^^^^\n
Javadoc: Description expected after @code\n
----------\n
]>

Stacktrace

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

------------ but was ------------
----------\n
1. ERROR in X.java (at line 2)\n
	* Test the {@code} missing description\n
	             ^^^^\n
Javadoc: Description expected after @code\n
----------\n
2. ERROR in X.java (at line 3)\n
	* Test the {@code\n
	             ^^^^\n
Javadoc: Description expected after @code\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in X.java (at line 2)\n
	* Test the {@code} missing description\n
	             ^^^^\n
Javadoc: Description expected after @code\n
----------\n
2. ERROR in X.java (at line 3)\n
	* Test the {@code\n
	             ^^^^\n
Javadoc: Description expected after @code\n
----------\n
]>
	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug222900c(JavadocBugsTest.java:7654)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug222900c - 11
X.java [
/**
 * Test the {@code} missing description
 * Test the {@code
 * } missing description
 * Test the {@code X} with description
 * Test the {@code
 * public class X} with description
*/
public class X {
}

]

Standard Error

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