|
Quick Lists
|
|
Bug ID:
|
4378067
|
|
Votes
|
0
|
|
Synopsis
|
extra throws javadoc tag in close() method in CharArrayReader & CharArrayWriter
|
|
Category
|
guides:none
|
|
Reported Against
|
kest-sol-fcs
|
|
Release Fixed
|
|
|
State
|
11-Closed, duplicate of 4317583,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
4317583
|
|
Submit Date
|
10-OCT-2000
|
|
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.
|
|
Work Around
|
N/A
|
|
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.
xxxxx@xxxxx 2000-10-19
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |