The specification of java.text.DecimalFormat is insufficient in several areas:
- It is nowhere specified how maximumIntegerDigits, minimumIntegerDigits, maximumFractionDigits, minimumFractionDigits, and other properties of the DecimalFormat are derived from a pattern. Note that this derivation is different for exponential and non-exponentional formats.
- The applyPattern specification claims (in rather bizarre grammar) that the maximum number of integer digits is not set by this routine. In reality it is set, although to a rather high value for non-exponential formats.
- The documentation for scientific notation seems to imply that the maximum number of integer digits can be unspecified. This is nonsense. The implementation seems to distinguish whether the number is zero or non-zero.
- The documentation is not very clear about the difference between localized and unlocalized patterns.
- It is nowhere specified how maximumIntegerDigits, minimumIntegerDigits, maximumFractionDigits, minimumFractionDigits, and other properties of the DecimalFormat are derived from a pattern. Note that this derivation is different for exponential and non-exponentional formats.
- The applyPattern specification claims (in rather bizarre grammar) that the maximum number of integer digits is not set by this routine. In reality it is set, although to a rather high value for non-exponential formats.
- The documentation for scientific notation seems to imply that the maximum number of integer digits can be unspecified. This is nonsense. The implementation seems to distinguish whether the number is zero or non-zero.
- The documentation is not very clear about the difference between localized and unlocalized patterns.
- relates to
-
JDK-8314604 j.text.DecimalFormat behavior regarding patterns is not clear
-
- Resolved
-
-
JDK-8159023 Engineering notation of DecimalFormat does not work as documented
-
- Resolved
-
-
JDK-8314604 j.text.DecimalFormat behavior regarding patterns is not clear
-
- Resolved
-
-
JDK-8341923 java.util.Locale class specification improvements
-
- Resolved
-