JDK-4378067 : extra throws javadoc tag in close() method in CharArrayReader & CharArrayWriter
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_7
  • CPU: sparc
  • Submitted: 2000-10-10
  • Updated: 2001-01-04
  • Resolved: 2001-01-04
Related Reports
Duplicate :  
Description
There is an extra "throws: " tag in close() method in CharArrayReader and
CharArrayWriter. Also there needs to be some explanation why close() in
CharArrayReader and CharArrayWriter does not throw IOException, like their super
classes Reader and Writer do.

Comments
EVALUATION Turns out that the comments are not due to an extra @throws tag, but rather, because javadoc is incorrectly copying the tag description from super to subclass. This is a known bug inthe javadoc tool itself. This documentation bug should clear itself up once the fix is made in the javadoc tool. scott.hommel@eng 2000-10-19
19-10-2000