[
https://issues.apache.org/jira/browse/LANG-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481704#comment-16481704
]
ASF GitHub Bot commented on LANG-1380:
--------------------------------------
Github user coveralls commented on the issue:
https://github.com/apache/commons-lang/pull/331
[](https://coveralls.io/builds/17069311)
Coverage decreased (-0.004%) to 95.229% when pulling
**b09d26f12bd4bfd1456d876f56fb8d6986a88a26 on chonton:LANG-1380** into
**09ef69c5b51115300da6df43690cd455d83c8027 on apache:master**.
> FastDateParser too strict on abbreviated short month symbols
> ------------------------------------------------------------
>
> Key: LANG-1380
> URL: https://issues.apache.org/jira/browse/LANG-1380
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.time.*
> Affects Versions: 3.7
> Reporter: Markus Jelsma
> Priority: Minor
> Fix For: 3.8
>
> Attachments: LANG-1380.patch
>
>
> The date format symbols of the French locale adds a . (dot) when short month
> names are really abbreviated.
> {code}
> janv.
> févr.
> mars
> avr.
> mai
> juin
> juil.
> août
> sept.
> oct.
> nov.
> déc.
> {code}
> But in real world examples, the dot is frequently omitted.
> FastDateParser should be lenient in the case where the dot isn't there, e.g.
> "14 avr 2014".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)