You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/04/03 14:16:52 UTC

[jira] [Created] (LANG-1107) Fix parsing edge cases in FastDateParser

Benedikt Ritter created LANG-1107:
-------------------------------------

             Summary: Fix parsing edge cases in FastDateParser
                 Key: LANG-1107
                 URL: https://issues.apache.org/jira/browse/LANG-1107
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.time.*
            Reporter: Benedikt Ritter


There are two commented out tests in FastDateParserSDFTest:
* testLowerCase
* testLowerCasePP

When activating these tests, the build fails with 6 failures. This indicates, that there are edge cases in date parsing, where FastDateFormat behave different vom SimpleDateFormat. This this be fixed so that the parsing result is the same for FastDateParser and SimpleDateParser.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)