Name: bsC130419 Date: 06/27/2001
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
(not that its relevant. the problem is in the 1.3.1, and the 1.4beta javadocs)
The following methods are missing @since 1.2 declarations:
java.net.URL.getAuthority()
getContent(Class[] classes)
getPath()
getQuery()
set(String protocol, String host, int port, String authority, String userInfo,
String path, String query, String ref)
I compared against the JDK 1.1.8 docs at :
http://java.sun.com/products/jdk/1.1/docs/api/java.net.URL.html#_top_
(Review ID: 126076)
======================================================================