Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 64 (100.0%) | 1658 (100.0%) | 25.9 |
/ | 9 (14.1%) | 457 (27.6%) | 50.7 |
src/java/org/apache/commons/lang/math/ | 6 (9.4%) | 451 (27.2%) | 75.1 |
src/test/org/apache/commons/lang/math/ | 5 (7.8%) | 411 (24.8%) | 82.2 |
xdocs/ | 2 (3.1%) | 109 (6.6%) | 54.5 |
src/java/org/apache/commons/lang/ | 17 (26.6%) | 84 (5.1%) | 4.9 |
src/java/org/apache/commons/lang/time/ | 7 (10.9%) | 67 (4.0%) | 9.5 |
src/test/org/apache/commons/lang/ | 2 (3.1%) | 22 (1.3%) | 11.0 |
src/java/org/apache/commons/lang/reflect/ | 4 (6.3%) | 17 (1.0%) | 4.2 |
src/java/org/apache/commons/lang/exception/ | 5 (7.8%) | 17 (1.0%) | 3.4 |
src/test/org/apache/commons/lang/time/ | 1 (1.6%) | 8 (0.5%) | 8.0 |
src/java/org/apache/commons/lang/builder/ | 3 (4.7%) | 8 (0.5%) | 2.6 |
src/java/org/apache/commons/lang/enum/ | 2 (3.1%) | 4 (0.2%) | 2.0 |
src/test/org/apache/commons/lang/reflect/ | 1 (1.6%) | 3 (0.2%) | 3.0 |
Fixed incorrect JDK API link.
1 lines of code changed in:
Added C. Scott Ananian to contributors.
3 lines of code changed in:
Fixed numeric problems reported in PR #29294
Submitted by: C. Scott Ananian
Reviewed by: Phil Steitz
609 lines of code changed in:
Deprecated integer MILLIS_IN_* constants and replaced with long versions
named MILLIS_PER_*.
PR # 25627
Reported by Nikolay Metchev
47 lines of code changed in:
Added tests for days.
8 lines of code changed in:
javadoc, spelling error.
10 lines of code changed in:
Changed junit dependency version to 3.8.1
1 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:
Added maven site xdocs.
109 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 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:
add reference to checkstyle.xml and set junit.fork=true
2 lines of code changed in:
replacement for checkstyle.properties
30 lines of code changed in:
* Added myself as a project member
* Limited tests to **/*TestSuite.java
* Added <reports> section to limit reports generated
29 lines of code changed in:
(1 more)