[root]/src/test/org/apache/commons/lang/math
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 116 (100.0%) | 5747 (100.0%) | 49.5 |
scolebourne | 36 (31.0%) | 3921 (68.2%) | 108.9 |
bayard | 30 (25.9%) | 809 (14.1%) | 26.9 |
ggregory | 34 (29.3%) | 537 (9.3%) | 15.7 |
psteitz | 5 (4.3%) | 411 (7.2%) | 82.2 |
fredrik | 1 (0.9%) | 59 (1.0%) | 59.0 |
dirkv | 10 (8.6%) | 10 (0.2%) | 1.0 |
Rolling back r467482 as the methods are already in java.util.Arrays. These were added as a part of #LANG-238.
0 lines of code changed in:
Fixing LANG-300 (reported by Jeremy Lemaire) - 1L to 9L incorrectly throw exceptions when passed into NumberUtils.createNumber. Fixed in both the math.NumbersUtils and the deprecated NumberUtils classes.
6 lines of code changed in:
Adding equals(int[], int[]) style methods to NumberUtils as requested by Paul Benedict in LANG-238
188 lines of code changed in:
Adding NumberUtils.max(byte[]) and NumberUtils.min(byte[]) as noted in LANG-289
56 lines of code changed in:
Fixing the ASF copyright and placing it in the NOTICE file
136 lines of code changed in:
Change "Copyright ....-2005" to "Copyright ....-2006"
4 lines of code changed in:
Fixing -1/1 bug as per #37661
2 lines of code changed in:
Document and fix fraction reduction
23 lines of code changed in:
Better unit test code coverage.
125 lines of code changed in:
Slightly better unit test code coverage.
15 lines of code changed in:
Range unit test coverage now at 100%.
7 lines of code changed in:
Better unit test code coverage from Nathan Beyer [nbeyer@kc.rr.com].
161 lines of code changed in:
Updated copyright statements for 2005.
3 lines of code changed in:
svn:keywords correction
10 lines of code changed in:
Unnecessary imports.
1 lines of code changed in:
more test coverage of obscure situations
44 lines of code changed in:
Fixed numeric problems reported in PR #29294
Submitted by: C. Scott Ananian
Reviewed by: Phil Steitz
336 lines of code changed in:
Organize Imports.
1 lines of code changed in:
Apply Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.
150 lines of code changed in:
Renamed stringTo<Type>-metods to to<Type>.
The stringToInt-methods have been deprecated.
59 lines of code changed in:
(20 more)