stddoclet: bad warning message about documented exceptions that are undeclared

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P5
    • None
    • Affects Version/s: 1.4.0
    • Component/s: tools

      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.

            Assignee:
            Jamie Ho (Inactive)
            Reporter:
            Jamie Ho (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: