[ 
https://issues.apache.org/jira/browse/LANG-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637476#comment-13637476
 ] 

Henri Yandell commented on LANG-887:
------------------------------------

Not a blocker for 3.2 though as I think this has been in the code a long time 
and is only leading to an inefficiency (cache never used).
                
> 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

Reply via email to