Change author name (by request)
4 lines of code changed in:
Add description and tests about the perils of nested enums
bug 23374
527 lines of code changed in:
Add extra factory methods for convenience
bug 23590, from Nikolay Metchev
135 lines of code changed in:
Assign authors correctly
12 lines of code changed in:
Remove end of line spaces
218 lines of code changed in:
Add subArray method to get a portion of an array
from Ash
88 lines of code changed in:
Add ToStringStyle.SHORT_PREFIX_STYLE as discussed on commons-dev.
205 lines of code changed in:
Fixed error in javadoc for StringUtils.split and improved tests.
Pr: 24911
Submitted by Al Chou.
29 lines of code changed in:
Inserted empty logo to elimninate broken image from maven site.
1 lines of code changed in:
Initial checkin of the Tokenizer class
31 lines of code changed in:
Converting some chars in javadoc into html-enteties.
10 lines of code changed in:
Using StringUtils.isEmpty() when testing Strings.
Renamed the parameter string to the more commonly used str in removeStart() and removeEnd.
15 lines of code changed in:
Split a long method declaration into two lines to keep checkstyle happy.
3 lines of code changed in:
Using StringUtils.isEmpty() when testing Strings.
3 lines of code changed in:
Added maven site xdocs.
109 lines of code changed in:
* src/java/org/apache/commons/lang/exception/ExceptionUtils.java
getCause(Throwable), getCause(Throwable, String[]): Added @since tags.
3 lines of code changed in:
javadoc.
13 lines of code changed in:
Remove convenience toStringWithStatics APIs.
37 lines of code changed in:
Move remove code to relevant position in source file
77 lines of code changed in: