-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
x86
-
windows_2000
Name: rmT116609 Date: 02/05/2004
A DESCRIPTION OF THE PROBLEM :
StringBuffer implements interface Appendable, but the API doc does not
show that fact. This is very confusing. This is probably because
StringBuffer implements Formatter indirectly through the private
AbstractStringBuilder class, and JavaDoc is not smart enough
to show that fact.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
All Implemented Interfaces should say:
CharSequence, Serializable, Appendable
ACTUAL -
All Implemented Interfaces currently say:
CharSequence, Serializable
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/StringBuffer.html
(Incident Review ID: 237362)
======================================================================
- duplicates
-
JDK-4983949 Appendable isn't listed as implemented interface in StringBuffer/StringBuilder
-
- Resolved
-