GitHub user jamessawle opened a pull request:
https://github.com/apache/commons-lang/pull/63
Lang 740 - Memoizer implementation
Enclosed is an implementation of the Memoizer class, along with some unit
tests through the main flow of the code.
You can merge this pull request into a
GitHub user jamessawle opened a pull request:
https://github.com/apache/commons-lang/pull/39
LANG-1065 Added new 'merge' method to DateUtils and three tests
Added new 'merge' method as proposed in LANG-1065.
You can merge this pull request into a Git r
GitHub user jamessawle opened a pull request:
https://github.com/apache/commons-lang/pull/38
LANG-701 Added new joinWith method to support varargs
...rom previous join methods, but have added ExpectedException rule to
allow for better exception handling in tests
You can merge this
GitHub user jamessawle opened a pull request:
https://github.com/apache/commons-lang/pull/33
LANG-1050 Generic nullToEmpty method
A generic nullToEmpty method has been created. The idea was to use this as
a base for all of the wrapper class methods; however this would break the
Github user jamessawle closed the pull request at:
https://github.com/apache/commons-lang/pull/31
---
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
GitHub user jamessawle opened a pull request:
https://github.com/apache/commons-lang/pull/32
Lang-536
Added new isSorted methods to the ArrayUtils class, along with generic
implementations.
Some of the primitive methods have needed reverse-engineered Java 7
'co
GitHub user jamessawle opened a pull request:
https://github.com/apache/commons-lang/pull/31
LANG-1050 Added new generic emptyToNull array method
Based upon the comments in
[JIRA](https://issues.apache.org/jira/browse/LANG-1050), I have implemented a
new generic defensive