-
Bug
-
Resolution: Unresolved
-
P5
-
None
-
None
-
None
-
generic
-
generic
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.
- relates to
-
JDK-8325071 javadoc generates incorrect missing comment warning in one case for JavaFX property
- Closed