Name: rlT66838 Date: 06/15/2000
June 15, 2000 browse of
http://java.sun.com/j2se/1.3/docs/api/java/awt/TextArea.html#append
(java.lang.String)
java/awt/TextArea.html#append(java.lang.String)
should say "Since JDK 1.1" but doesn't.
That is,implicitly, it says since JDK 1.0 - which is WRONG.
We know this because
java/awt/TextArea.html#appendText(java.lang.String)
quite properly says:
Deprecated. As of JDK version 1.1, replaced by append(String).
We also have analogous examples such as the purely syntactic
change from the now deprecated TextArea.minimumSize
to the since JDK 1.1 getMinimumSize.
BugParade search on
+TextArea +append +since
failed to find any mention of this trouble.
(Review ID: 106201)
======================================================================