Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8176231

javadoc -javafx creates bad link when Property is an array of objects

XMLWordPrintable

    • 9
    • b163
    • Verified

        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.

              jjg Jonathan Gibbons
              kcr Kevin Rushforth
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: