JDK-5052139 : (fmt spec) UnknownFormatConversionException.getConversion is missing javadoc
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-05-24
  • Updated: 2017-05-16
  • Resolved: 2004-06-10
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
5.0 b56Fixed
Description
The intended javadoc for UnknownFormatConversionException.getConversion is 
contained within "/* ... */" rather than "/** ... */".  The missing '*' should
be added so that the method is documented.

-- iag@sfbay 2004-05-24

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-rc FIXED IN: tiger-rc INTEGRATED IN: tiger-b56 tiger-rc
08-07-2004

SUGGESTED FIX *** /tmp/geta6468 Mon May 24 15:29:51 2004 --- UnknownFormatConversionException.java Mon May 24 15:20:19 2004 *************** *** 33,39 **** this.s = s; } ! /* * Returns the unknown conversion. * * @return The unknown conversion. --- 33,39 ---- this.s = s; } ! /** * Returns the unknown conversion. * * @return The unknown conversion. -- iag@sfbay 2004-05-24
24-05-2004

EVALUATION The missing '*' should be added as soon as possible. -- iag@sfbay 2004-05-24
24-05-2004