JDK-6201467 : Doc: Broken links to java.lang.management from com.sun.management API
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-11-30
  • Updated: 2010-04-02
  • Resolved: 2005-03-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u7Fixed 6 b27Fixed
Description
The links to java.lang.management on these pages are broken:

http://java.sun.com/j2se/1.5.0/docs/guide/management/extension/overview-summary.html

http://java.sun.com/j2se/1.5.0/docs/guide/management/extension/com/sun/management/package-summary.html

They can be fixed by using {@docRoot} in the doc comments
something like this:

-----------------------------------------------------------------
This package contains Sun Microsystem's platform extension to
the implementation of the
<a href="{@docRoot}/../../../api/java/lang/management/package-summary.html">
java.lang.management</a> API and also defines the management
interface for some other components for the platform.

<p>
All platform MBeans are registered in the <em>platform MBeanServer</em>
which can be obtained via the
<a href="{@docRoot}/../../../api/java/lang/management/ManagementFactory#getPlatformMBeanServer">
java.lang.management.ManagementFactory.getPlatformMBeanServer</a>
-----------------------------------------------------------------

The {@docRoot} tag is described here:
http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javadoc.html#{@docRoot}

Comments
EVALUATION Will fix it for Mustang. Try getting approval to fix it in Tiger updates. ###@###.### 2004-11-30 00:39:12 GMT
30-11-2004