Remove erroneous abstract, Comparable and Serializable keywords
4 lines of code changed in:
Use more appropriate scoping for inner class
from Gary Gregory
6 lines of code changed in:
Use default HashMap sizes as this is better across JDK versions
7 lines of code changed in:
Fix javadoc from checkstyle
2 lines of code changed in:
Fix licences, dates and since tags
22 lines of code changed in:
Change scope of static constant for performance
from Gary Gregory, bug ref 16622
5 lines of code changed in:
Add support for indexOf, lastIndexOf and contains for ArrayUtils
from Nikolay Metchev, bug ref 15438
209 lines of code changed in:
Update Enum initial sizes for JDK1.2 and JDK1.3
from Mike Bowler, bug fix 16690
6 lines of code changed in:
Update Enum classes to support hierarchy Enum definitions
480 lines of code changed in:
Update to output more nicely formatted toString() that converts $ to .
2 lines of code changed in:
o The CalendUtilsTest fails due to what appears to be some TZ problems.
I'm right on the cusp for the last Sunday the test is trying to find and
it gets the wrong day. Excluding it for now from the test because the
test is not reliable yet.
1 lines of code changed in:
What? Everyone doesn't have a /usr/local/javalib/ directory?
My cockup.
1 lines of code changed in:
Removed a few checkstyle complaints.
6 lines of code changed in:
Added the date to the maven site.
1 lines of code changed in:
Updated to reflect next version's dev.
4 lines of code changed in:
Added a couple of StringUtils todos.
Reworded the Action Items to indicate that not all are considered to definitely be in scope for Lang.
4 lines of code changed in:
HashTable to Hashtable in Javadoc. Bug #16669
Submitted by: Ken Fitzpatrick
3 lines of code changed in:
Applied patch from Tomasz Skutnik which allows a Random object to be passed
in. This means that method calls to RandomStringUtils can be predictable.
Submitted by: Tomasz Skutnik <Tomasz.Skutnik@e-point.pl>
46 lines of code changed in: