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

Block comments mistakenly used in place of missing javadoc comments

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • javafx

      We have at least two cases where the following style of block comment is picked up by javadoc and used because there is no explicit javadoc comment for the method in question:

      /**************************************************/
      /* A block comment */
      /**************************************************/

      See Control#queryAccessibleAttribute and TableView#queryAccessibleAttribute for two such examples. In both cases the overridden methods don't have their own comment, so the previous block comment is used.

            jgiles Jonathan Giles
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: