JDK-4164887 : JDK1.2FCS-E: HTMLDocument api doc was not created properly
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1998-08-10
  • Updated: 1999-01-15
  • Resolved: 1999-01-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.
Other Other
1.2.0Fixed 1.2.2 1.2.2Fixed
Related Reports
Relates :  
Description
JDK1.2FCS-E build:

HTMLDocument api doc was not created properly because of wrong use of "<" and here is the comment section that caused this bug.

(HTMLDocument.java source code)
line 778   * Currently, <APPLET>, <PARAM>, <MAP>, <AREA>, <LINK>,
line 779   * <SCRIPT> and <STYLE> are unsupported.

Since javadoc tool decodes it as a html file "<" and ">" should be replaced with "&lt;" and "&gt;" each to represent as they are. 

bae-chul.kim@eng 1998-08-09

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: generic FIXED IN: 1.2.2 1.2fcs INTEGRATED IN: 1.2.2 1.2fcs swing1.1
14-06-2004

EVALUATION yep, there were unprotected angle brackets in a javadoc comment timothy.prinzing@eng 1998-09-07
07-09-1998