CSR :
|
|
Relates :
|
|
Relates :
|
The spec change approved by the CSR JDK-8186697 had compatibility issues such as withXXX() methods would no longer be independent of the issuing order, e.g., formatter = formatter.withZone(zone).withLocale(locale); formatter = formatter.withLocale(locale).withZone(zone); would generate different formatter instances. To resolve this incompatibility, instead of augmenting the existing methods, introduce a new method that will replace the locale related fields in the formatter.