-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P5
-
None
-
Affects Version/s: 1.4.0
-
Component/s: tools
-
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.