Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 42 (100.0%) | 805 (100.0%) | 19.1 |
src/java/org/apache/commons/lang/reflect/ | 12 (28.6%) | 484 (60.1%) | 40.3 |
src/test/org/apache/commons/lang/reflect/ | 18 (42.9%) | 221 (27.5%) | 12.2 |
src/test/org/apache/commons/lang/reflect/priv/ | 7 (16.7%) | 49 (6.1%) | 7.0 |
/ | 3 (7.1%) | 30 (3.7%) | 10.0 |
src/test/org/apache/commons/lang/ | 2 (4.8%) | 21 (2.6%) | 10.5 |
Corrected licenses to match jakarta-commons standard.
18 lines of code changed in:
Small improvements to formatting
10 lines of code changed in:
Fixed a problem with changed capitalization in test case.
3 lines of code changed in:
Consolidated methods.
117 lines of code changed in:
Make MethodUtils depend on ReflectionUtils parameter set comparasons
21 lines of code changed in:
Converted invokeMethod to use ReflectionExceptions
27 lines of code changed in:
Corrected speiling mistake spotted by Jeff Varszegi.
73 lines of code changed in:
Moved isAssignmentCompatable method from MethodUtils into ReflectionUtils and renamed it. Enhanced existing isCompatible so that widening of primitives is allowed. Created test case for moved method.
178 lines of code changed in:
Fixed small bug and created test case
9 lines of code changed in:
Turned debug constant off.
2 lines of code changed in:
Remove invokeExactMethod. Going to consolidate on one inokeMethod that considers superclasses and doesn't break scope rules.
15 lines of code changed in:
Added unit tests for MethodUtils copied from the beanutils component.
105 lines of code changed in:
Updated method utils with latest code from the beanutils version.
217 lines of code changed in:
Made a start on documentation for reflect.
8 lines of code changed in:
Added myself as a committer before starting serious work on MethodUtils
2 lines of code changed in: