-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: tools
-
None
I have read https://docs.oracle.com/en/java/javase/22/docs/specs/javadoc/doc-comment-spec.html
but I still don't understand why if the parent (over-ridden) method declares
@throws BlahException
that inheritDoc does not show it in the subclass (over-riding) method doc.
but I still don't understand why if the parent (over-ridden) method declares
@throws BlahException
that inheritDoc does not show it in the subclass (over-riding) method doc.