JDK-5030064 : (fmt) Formatter should implement java.io.Closeable
  • 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-04-12
  • Updated: 2017-05-16
  • Resolved: 2004-04-26
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 b49Fixed
Related Reports
Relates :  
Description
Formatter.java already has functionality sufficient to support the Closeable
interface.  It should declare that it implements it.

-- iag@sfbay 2004-04-11

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b49 tiger-beta2
14-06-2004

SUGGESTED FIX Add "implements Closeable" to the class declaration of Formatter.java. -- iag@sfbay 2004-04-11
11-04-2004

EVALUATION The suggested fix is correct. -- iag@sfbay 2004-04-11
11-04-2004