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

Felix Müller edited comment on LANG-462 at 2/13/12 9:46 PM:
------------------------------------------------------------

The merged patch causes build errors because of used java 6 features (commons 
lang is still java 5 compatible). Override annotation were used to mark 
implementation of interface methods. That's only possible since java 6.

Also one test was wrong. I fixed it.

Please see attached for the patch of the patch. :-)
                
      was (Author: fmueller):
    The merged patch causes build errors because of used java 6 features 
(commons lang is still java 5 comppatible). Override annotation were used to 
mark implementation of interface methods. That's only possible since java 6.

Also one test was wrong. I fixed it.

Please see attached for the patch of the patch. :-)
                  
> FastDateFormat supports parse
> -----------------------------
>
>                 Key: LANG-462
>                 URL: https://issues.apache.org/jira/browse/LANG-462
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.time.*
>            Reporter: Franz Wong
>             Fix For: 3.2
>
>         Attachments: DateParser.patch, LANG-462-FormatCache.patch, 
> LANG-462-Hen.patch, LANG-462_buildfix.patch, UseFormatCache.patch, 
> lang462.patch, with_interfaces.patch, with_interfaces2.patch, 
> with_updated_tests.patch
>
>
> Currently FastDateFormat only supports formatting the ISO8601 time zone, 
> however, it doesn't support parsing such string to Date.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to