You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2013/04/22 06:05:16 UTC

[jira] [Updated] (LANG-887) Code in FastDateParser broken

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

Henri Yandell updated LANG-887:
-------------------------------

    Fix Version/s:     (was: 3.2)
                   3.3
    
> Code in FastDateParser broken
> -----------------------------
>
>                 Key: LANG-887
>                 URL: https://issues.apache.org/jira/browse/LANG-887
>             Project: Commons Lang
>          Issue Type: Bug
>            Reporter: Henri Yandell
>             Fix For: 3.3
>
>
> Findbugs noticed that:
>   "Integer is incompatible with expected argument type java.util.Locale in org.apache.commons.lang3.time.FastDateParser.getLocaleSpecificStrategy(int, Calendar)"
> Line 500:
>   500         Strategy strategy= cache.get(Integer.valueOf(field));
> The type of the map is <Locale,Strategy>, Integer makes no sense.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira