JDK-8054214 : JapaneseEra.getDisplayName doesn't return names if it's an additional era
Type:Bug
Component:core-libs
Sub-Component:java.time
Affected Version:8,9
Priority:P3
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2014-08-04
Updated:2018-12-14
Resolved:2016-12-15
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.
JapaneseEra.getDisplayName returns text representations of a numeric value if the era is an additional era.
Comments
JapaneseEra should provide an implementation of Era.getDisplayName and obtain the era name and abbreviation from the era definition if the JapaneseEra represents an additional era.