Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 45 (100.0%) | 943 (100.0%) | 20.9 |
src/java/org/apache/commons/lang/ | 28 (62.2%) | 583 (61.8%) | 20.8 |
src/test/org/apache/commons/lang/ | 4 (8.9%) | 170 (18.0%) | 42.5 |
src/java/org/apache/commons/lang/math/ | 3 (6.7%) | 83 (8.8%) | 27.6 |
src/test/org/apache/commons/lang/math/ | 1 (2.2%) | 59 (6.3%) | 59.0 |
src/test/org/apache/commons/lang/time/ | 2 (4.4%) | 38 (4.0%) | 19.0 |
/ | 3 (6.7%) | 6 (0.6%) | 2.0 |
src/java/org/apache/commons/lang/time/ | 1 (2.2%) | 3 (0.3%) | 3.0 |
src/java/org/apache/commons/lang/text/ | 2 (4.4%) | 1 (0.1%) | 0.5 |
src/java/org/apache/commons/lang/builder/ | 1 (2.2%) | 0 (0.0%) | 0.0 |
Resolved a few checkstyle issues.
9 lines of code changed in:
Renamed a parameter in the javadoc to reflect the name of the input parameter in the method signature.
1 lines of code changed in:
Fixed a typo in javadoc.
2 lines of code changed in:
Fixed a couple of typos in javadoc.
8 lines of code changed in:
PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=28468
Fixed error in javadoc.
Submitted by: Christian d'Heureuse
3 lines of code changed in:
Fixed some typos in javadoc.
10 lines of code changed in:
Added a contributor.
3 lines of code changed in:
Added isAsciiPrintable() http://issues.apache.org/bugzilla/show_bug.cgi?id=22489.
68 lines of code changed in:
Renamed methods so that they follow the "MethodNameEvenForAcronyms"-scheme.
132 lines of code changed in:
Using ArrayUtils.isEmpty().
3 lines of code changed in:
Using StringUtils.isEmpty().
12 lines of code changed in:
Using isEmpty() internally.
32 lines of code changed in:
Fixed bug in getDateInstance(int, TimeZone, Locale). See bz #26646.
3 lines of code changed in:
Added test case for getDateInstance(int, Locale).
Removed whitespaces from lines that was supposed to be empty.
35 lines of code changed in:
Using ArrayUtils.isEmpty() when testing arrays.
19 lines of code changed in:
Added isEmpty for Object and primitives arrays. RFE in bugzilla (#26243).
195 lines of code changed in:
Fixed a couple of typos.
3 lines of code changed in:
Removed typo in javadoc.
2 lines of code changed in:
Added nullhandling tests for isEquals.
4 lines of code changed in:
Fixed typo in javadoc for isEquals, repored by Cameron Hayne, hayne at sympatico dot ca.
3 lines of code changed in:
(11 more)