-
Bug
-
Resolution: Fixed
-
P3
-
9
-
jdk-9+114
(also happens in jdk-9+109)
-
b140
-
Verified
When the new doclet generates the property and method summaries for JavaFX properties, it incorrectly shows the entire text body in the property summary and method summary sections, rather than just the first sentence as is done for ordinary methods. The old doclet works fine.
To reproduce, create a new directory with a sub-directory named "pkg" and copy the attached MyClass.java file to "pkg/".
Then run as follows:
javadoc -javafx -sourcepath . -d javadoc pkg
You will see the bug. If you run with -Xold it works fine:
javadoc -Xold -javafx -sourcepath . -d javadoc pkg
To reproduce, create a new directory with a sub-directory named "pkg" and copy the attached MyClass.java file to "pkg/".
Then run as follows:
javadoc -javafx -sourcepath . -d javadoc pkg
You will see the bug. If you run with -Xold it works fine:
javadoc -Xold -javafx -sourcepath . -d javadoc pkg
- is blocked by
-
JDK-8165991 Fix DocTreeFactory newDocCommentTree
-
- Closed
-