JDK-4895780 : Hard coded version string in ConverterHelp*.java
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 1.4.2_01
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-07-24
  • Updated: 2004-04-28
  • Resolved: 2003-08-20
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
1.4.2_05 05Fixed
Description
Hard coded version string is used in all locales for the file ConverterHelp.java

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.2_05 generic tiger FIXED IN: 1.4.2_05 tiger INTEGRATED IN: 1.4.2_05 tiger VERIFIED IN: 1.4.2_05 tiger
14-06-2004

EVALUATION > For the converterHelp*.java files, I was wondering if we could > remove the hard-coding and replace it by getting a variable > that defines an update-version if possible. We could certainly do that. However, is this change essential in 1.4.2_01? This change will only appear in the HTML converter in the SDK, and it doesn't affect JRE. I am wondering if CTE may want to wait for _02 to fix this.
11-06-2004

PUBLIC COMMENTS Fixed. ConverterHelp*.java now make use of System.getProperty("java.version") for any reference to java version string. ###@###.### ###@###.### 2003-08-01
10-06-2004