[ 
https://issues.apache.org/jira/browse/LANG-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb updated LANG-368:
----------------------

    Attachment: FastDateFormat.patch

Fixes problem by using current locale as part of the key

> FastDateFormat getDateInstance() and getDateTimeInstance() assume 
> Locale.getDefault() won't change
> --------------------------------------------------------------------------------------------------
>
>                 Key: LANG-368
>                 URL: https://issues.apache.org/jira/browse/LANG-368
>             Project: Commons Lang
>          Issue Type: Bug
>            Reporter: Sebb
>         Attachments: FastDateFormat.patch, FastDateFormatTest.patch
>
>
> The FastDateFormat getDateInstance() and getDateTimeInstance()  methods 
> create the HashMap key from various items including the locale.
> If the locale is null, then it is not made part of the key, but the stored 
> object is created using the current default locale.
> If the Locale is changed subsequently, then the wrong locale is applied.
> Patch for test case to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to