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/21 05:41:16 UTC

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

Henri Yandell created LANG-887:
----------------------------------

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


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