JDK-8244245 : localizedBy() should override localized values with default values
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.time
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2020-05-01
  • Updated: 2020-06-05
  • Resolved: 2020-05-07
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.
JDK 15
15 b23Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Sub Tasks
JDK-8244555 :  
Description
localizedBy() method overrides localized values, such as Chronology, DecimalStyle, and ZoneId in the returned formatter, with the Unicode Extension explicitly specified with the Locale argument. It should also reflect the default values for the locale, such as the Arabic-Indic numbering system used in Arabic locales.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/4856a7a80c71 User: naoto Date: 2020-05-07 17:05:15 +0000
07-05-2020