-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b140
-
generic
-
generic
-
Verified
The Compiler Tree API's DocTreeFactory newDocCommentTree makes it difficult to create and display the comment body.
The interface takes firstSentence and the body, but when printing the full body as required by javadoc, the whitespace between the first sentence trees and the body are lost, and it is very difficult to guess the whitespace especially in the case of break iterators and in non-english languages.
The solution is that newDocCommenTree must take the fullbody and deal with breaking the first sentence,
The interface takes firstSentence and the body, but when printing the full body as required by javadoc, the whitespace between the first sentence trees and the body are lost, and it is very difficult to guess the whitespace especially in the case of break iterators and in non-english languages.
The solution is that newDocCommenTree must take the fullbody and deal with breaking the first sentence,
- blocks
-
JDK-8154349 New doclet incorrectly shows entire text body for JavaFX properties in summary section
- Closed