-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
None
-
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.