Name: js151677 Date: 06/10/2004
A DESCRIPTION OF THE PROBLEM :
The Java-documentation for 1.5 and 1.4 say, that the method
java.sql.Timestamp.compareTo(java.sql.Timestamp)
exists since version 1.2 of the JDK.
This isn't correct in my oppinion.
I've installed some different versions of the VMs and the JDK on my site but I can't find this method in any version prior to 1.4
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Since:
1.4
ACTUAL -
Since:
1.2
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Timestamp.html#compareTo(java.sql.Timestamp)
(Incident Review ID: 276936)
======================================================================
A DESCRIPTION OF THE PROBLEM :
The Java-documentation for 1.5 and 1.4 say, that the method
java.sql.Timestamp.compareTo(java.sql.Timestamp)
exists since version 1.2 of the JDK.
This isn't correct in my oppinion.
I've installed some different versions of the VMs and the JDK on my site but I can't find this method in any version prior to 1.4
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Since:
1.4
ACTUAL -
Since:
1.2
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Timestamp.html#compareTo(java.sql.Timestamp)
(Incident Review ID: 276936)
======================================================================
- duplicates
-
JDK-4914472 JDK 1.4.2 Doc is misleading about the compatibility of java.sql.Timestamp
-
- Closed
-