You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2007/10/30 14:54:50 UTC

[jira] Updated: (LANG-368) FastDateFormat getDateInstance() and getDateTimeInstance() assume Locale.getDefault() won't change

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

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

    Attachment: FastDateFormatTest.patch

Patch to add failing unit tests of getDateInstance() and getDateTimeInstance()

> 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: 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.