JDK-5030716 : (fmt) Formattable flags should be moved into a separate class
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_8
  • CPU: generic
  • Submitted: 2004-04-13
  • 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 :  
Relates :  
Description
The Formattable flags LEFT_JUSTIFY, UPPERCASE, and ALTERNATE should be declared
in a separate class so that their declarations do not polute the namespace of
anything which extends Formattable.

-- iag@sfbay 2004-04-12

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

EVALUATION The suggested fix should be implemented. -- iag@sfbay 2004-04-13
13-04-2004

SUGGESTED FIX Relocate fields in Formattable to FormattableFlags. Note that it would not be appropriate to add these flags to Formatter since they are not directly applicable to format specifiers. They are used for calling Formattable.formatTo exclusively. -- iag@sfbay 2004-04-12
12-04-2004