JDK-6578069 : Wrong version number in Java Web Start Developer Guide title
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 6
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-07-09
  • Updated: 2011-02-16
  • Resolved: 2007-11-15
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.
JDK 6 JDK 7
6u4 b07Fixed 7Fixed
Description
A DESCRIPTION OF THE PROBLEM :
The browser window title for the Java Web Start Developer Guide for version 1.6.0 reads 1.5.0.
So, the pages title element is:
     <title>Java Web Start 1.5.0 Developer Guide</title>
but should be:
     <title>Java Web Start 1.6.0 Developer Guide</title>

This error is of course also present in the distributed documentation (i.e. the downloaded jdk-6-doc.zip file).

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Java Web Start 1.6.0 Developer Guide
ACTUAL -
Java Web Start 1.5.0 Developer Guide

URL OF FAULTY DOCUMENTATION :
http://java.sun.com/javase/6/docs/technotes/guides/javaws/developersguide/contents.html

Comments
EVALUATION Fixed in the guide. It will be online in 24hrs from now. - Jacob Royal
27-07-2007