-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b163
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8178215 | 10 | Jonathan Gibbons | P3 | Resolved | Fixed | b04 |
To reproduce the bug, download the attached test program and run the following command
javadoc -javafx -sourcepath . -d javadoc pkg
Note that there are no warnings or errors, but the link to the "setBad" method is not properly generated. It generates a link to a set method as if the argument to that method was a single object rather than an array of objects.
As a point of interest, running with -Xdoclint:none does produce a warning about the missing link.
We have one such example in the JavaFX API: JobSettings#pageRangesProperty.
This is a regression from JDK 8.
javadoc -javafx -sourcepath . -d javadoc pkg
Note that there are no warnings or errors, but the link to the "setBad" method is not properly generated. It generates a link to a set method as if the argument to that method was a single object rather than an array of objects.
As a point of interest, running with -Xdoclint:none does produce a warning about the missing link.
We have one such example in the JavaFX API: JobSettings#pageRangesProperty.
This is a regression from JDK 8.
- backported by
-
JDK-8178215 javadoc -javafx creates bad link when Property is an array of objects
-
- Resolved
-