Replacing tabs with spaces to keep checkstyle happy.
19 lines of code changed in:
Using StringUtils.isEmpty where possible.
8 lines of code changed in:
Removed todo that has been adressed.
1 lines of code changed in:
Added examples in javadoc.
196 lines of code changed in:
Improved performance if str is null.
7 lines of code changed in:
Renamed stringTo<Type>-metods to to<Type>.
The stringToInt-methods have been deprecated.
132 lines of code changed in:
Added myself as a committer.
2 lines of code changed in:
Remove reflect code from [lang] to separate project [reflect]
4 lines of code changed in:
Formatting changes (inserting missing {}s) in StringEscapeUtils.
Patch submitted by Fredrik Westermarck
Reviewed by Phil Steitz
4 lines of code changed in:
Formatting changes (inserting missing {}s) in Entities, NestableDelagate, NumberUtils, MethodUtils.
Added javadoc examples for string conversion methods in NumberUtils.
Patch submitted by Fredrik Westermarck
Reviewed by Phil Steitz
82 lines of code changed in:
Fixed typos in javadoc and some inline comments.
Pr #22908.
Patch submitted by Janek Bogucki.
Reviewed by Phil Steitz.
110 lines of code changed in:
Added contributors (sans emails) to project.xml based on @author grep.
Changed maven poweredBy image.
389 lines of code changed in:
Added stringToDouble, stringToLong functions to NumberUtils.
Patch supplied by Fredrik Westermarck
Reviewd by Phil Steitz
122 lines of code changed in:
Added ordinalIndexOf() and associated unit tests.
205 lines of code changed in:
Added missing constructor calls to complete path coverage in IntRangeTest.
Suggested by Janek Bogucki.
7 lines of code changed in:
Added stringToFloat to NumberUtils
Patch contributed by Fredrik Westermarck
Reviewed by Phil Steitz
63 lines of code changed in:
Fixed dist url and declared 2.1 as the next version
3 lines of code changed in: