Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345h - 1.8 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

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

Error Message

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

------------ but was ------------
----------\n
1. ERROR in pkg\X.java (at line 5)\r\n
 * This is {@code raw text:\r\n
           ^^^^^^^^^^^^^^^^\n
Javadoc: Missing closing brace for inline tag\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in pkg\X.java (at line 5)\r\n
 * This is {@code raw text:\r\n
           ^^^^^^^^^^^^^^^^\n
Javadoc: Missing closing brace for inline tag\n
----------\n
]>

Stacktrace

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

------------ but was ------------
----------\n
1. ERROR in pkg\X.java (at line 5)\r\n
	* This is {@code raw text:\r\n
	          ^^^^^^^^^^^^^^^^\n
Javadoc: Missing closing brace for inline tag\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in pkg\X.java (at line 5)\r\n
	* This is {@code raw text:\r\n
	          ^^^^^^^^^^^^^^^^\n
Javadoc: Missing closing brace for inline tag\n
----------\n
]>
	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345h(JavadocBugsTest.java:9123)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345h - 1.8
pkg/X.java [
package pkg;

public class X extends Object {
	/**
	 * This is {@code raw text:
	 * @since 4.2
	 */
	public String toString() { 
		return "foo";
	}
}

]

Standard Error

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