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

Block tag lookup triggers doclint warning for missing doc comment

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P5 P5
    • None
    • None
    • tools
    • None

      When looking for inherited block tags such as `@see` or `@spec` javadoc may look for doc comments in overridden methods it would not normally consider (for example because the type is hidden/not included, or the member is part of a JavaFX property that is documented elsewhere). If that method does not have a doc comment and javadoc is running with the DocLint "missing" group enabled, a warning may be generated that would not otherwise occur.

            Unassigned Unassigned
            hannesw Hannes Wallnoefer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: