GitHub user chonton opened a pull request:
https://github.com/apache/commons-lang/pull/96
refactor FastDateParser
use hashmap for performance
break down regular expressions to per-format, allowing
ParsePosition to get set
add parse with Calendar input, allowing client to set leniency
and/or replace display names
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chonton/commons-lang refactor-fastdateparser
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/96.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #96
----
commit 94faa31bcf5c4fcb20818a3a0d23ae789932d2df
Author: Chas Honton <[email protected]>
Date: 2015-06-12T03:07:13Z
refactor FastDateParser
use hashmap for performance
break down regular expressions to per-format, allowing
ParsePosition to get set
add parse with Calendar input, allowing client to set leniency
and/or replace display names
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---