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

New doclet incorrectly shows entire text body for JavaFX properties in summary section

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • tools
    • jdk-9+114
      (also happens in jdk-9+109)

    • 9
    • 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

            ksrini Kumar Srinivasan
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: