JDK-4762913 : REGRESSION: -linkoffline broken again
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.1
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2002-10-15
  • Updated: 2014-05-05
  • Resolved: 2002-10-15
Related Reports
Duplicate :  
Description

Name: nt126004			Date: 10/14/2002


FULL PRODUCT VERSION :
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)

***************BUT IT WORKS IN THIS VERSION....
java version "1.3.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02)
Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode)

FULL OPERATING SYSTEM VERSION :
win2000

A DESCRIPTION OF THE PROBLEM :
creates links of
file:///d:/some/dir/http://address.to.jdk.api

Notice the http is attached at the end.

REGRESSION.  Last worked in version 1.3.1

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1.copy the package-list from the site to the local
directory.
2. run the javadoc command as such
javadoc -linkoffline
http://java.sun.com/j2se/1.4.1/docs/api . org.swing

in 1.3.1_02, it works fine.
It looks like it relates to bug 4720957 which is closed but
was a slightly different problem.

REPRODUCIBILITY :
This bug can be reproduced always.

Release Regression From : 1.4
The above release value was the last known release where this 
bug was known to work. Since then there has been a regression.

(Review ID: 165708) 
======================================================================

Comments
EVALUATION Yes, this is a dupe of 4720957, which was not fixed in 1.4.1 (hopper), but is fixed in 1.4.2 (mantis), as the bug report says: http://developer.java.sun.com/developer/bugParade/bugs/4720957.html Closing out as a dupe. ###@###.### 2002-10-15
15-10-2002