-
Bug
-
Resolution: Not an Issue
-
P5
-
None
-
1.4.0
-
generic
-
generic
Javadoc prints a warning message when a documented exception (@throws) is not declared in the signature of the method. This shouldn't require a warning because it common for programmers to document exceptions that can possibly thrown but do not check the exception.
Example: String.charAt() documents that IndexOutOfBoundsException can be thrown but does not declare it in the signature.
Example: String.charAt() documents that IndexOutOfBoundsException can be thrown but does not declare it in the signature.