[root]/src/test/org/apache/commons/lang/reflect
priv
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 267 (100.0%) | 6.0 |
rdonkin | 18 (40.9%) | 221 (82.8%) | 12.2 |
bayard | 11 (25.0%) | 38 (14.2%) | 3.4 |
scolebourne | 14 (31.8%) | 5 (1.9%) | 0.3 |
psteitz | 1 (2.3%) | 3 (1.1%) | 3.0 |
Remove reflect code from [lang] to separate project [reflect]
0 lines of code changed in:
Fixed typos in javadoc and some inline comments.
Pr #22908.
Patch submitted by Janek Bogucki.
Reviewed by Phil Steitz.
3 lines of code changed in:
Applied Gary's fix of "acknowlegement" to "acknowledgement" in all java files.
38 lines of code changed in:
Organize imports
5 lines of code changed in:
Consolidated methods.
6 lines of code changed in:
Converted invokeMethod to use ReflectionExceptions
1 lines of code changed in:
Corrected speiling mistake spotted by Jeff Varszegi.
64 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.
92 lines of code changed in:
Fixed small bug and created test case
6 lines of code changed in:
Remove invokeExactMethod. Going to consolidate on one inokeMethod that considers superclasses and doesn't break scope rules.
14 lines of code changed in:
Added unit tests for MethodUtils copied from the beanutils component.
38 lines of code changed in: