You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2012/09/27 01:57:07 UTC

[jira] [Created] (LANG-831) FastDateParser does not handle white-space properly

Sebb created LANG-831:
-------------------------

             Summary: FastDateParser does not handle white-space properly
                 Key: LANG-831
                 URL: https://issues.apache.org/jira/browse/LANG-831
             Project: Commons Lang
          Issue Type: Bug
            Reporter: Sebb


The SimpleDateFormat Javadoc does not treat white-space specially, however FastDateParser treats a single white-space as being any number of white-space characters.

This means that FDP will parse dates that fail when parsed by SDP.

--
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

[jira] [Resolved] (LANG-831) FastDateParser does not handle white-space properly

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved LANG-831.
-----------------------

       Resolution: Fixed
    Fix Version/s: 3.2

URL: http://svn.apache.org/viewvc?rev=1390779&view=rev
Log:
LANG-831 FastDateParser does not handle white-space properly

Modified:
    commons/proper/lang/trunk/src/changes/changes.xml
    commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java
    commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java

                
> FastDateParser does not handle white-space properly
> ---------------------------------------------------
>
>                 Key: LANG-831
>                 URL: https://issues.apache.org/jira/browse/LANG-831
>             Project: Commons Lang
>          Issue Type: Bug
>            Reporter: Sebb
>             Fix For: 3.2
>
>
> The SimpleDateFormat Javadoc does not treat white-space specially, however FastDateParser treats a single white-space as being any number of white-space characters.
> This means that FDP will parse dates that fail when parsed by SDP.

--
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