Description
Please extract
NumberFormat.getInstance(locale)
to a new protected, overridable method createNumberFormat(Locale). This would give me the chance to create my own instances easily, e.g. with a predefined fractionDigit count.
Please extract
NumberFormat.getInstance(locale)
to a new protected, overridable method createNumberFormat(Locale). This would give me the chance to create my own instances easily, e.g. with a predefined fractionDigit count.