[root]/src/java/org/apache/commons/lang/reflect
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 47 (100.0%) | 1372 (100.0%) | 29.1 |
scolebourne | 19 (40.4%) | 501 (36.5%) | 26.3 |
rdonkin | 12 (25.5%) | 484 (35.3%) | 40.3 |
bayard | 10 (21.3%) | 365 (26.6%) | 36.5 |
psteitz | 4 (8.5%) | 17 (1.2%) | 4.2 |
ggregory | 2 (4.3%) | 5 (0.4%) | 2.5 |
Remove reflect code from [lang] to separate project [reflect]
0 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
10 lines of code changed in:
Fixed typos in javadoc and some inline comments.
Pr #22908.
Patch submitted by Janek Bogucki.
Reviewed by Phil Steitz.
7 lines of code changed in:
Applied Gary's fix of "acknowlegement" to "acknowledgement" in all java files.
20 lines of code changed in:
Javadoc changes
bug 22480, from Pete Gieser
19 lines of code changed in:
Severity Description Resource In Folder Location Creation Time
Superfluous semicolon MethodUtils.java Apache Jakarta Commons/lang/src/java/org/apache/commons/lang/reflect line 491 July 18, 2003 8:21:29 PM
2 lines of code changed in:
Rework isEmpty and isNotEmpty following user feedback
2 lines of code changed in:
Implement changes to StringUtils.isEmpty and friends
This is an incompatible change for isEmpty and isNotEmpty from 1.0
4 lines of code changed in:
Solely Javadoc fixes.
295 lines of code changed in:
Javadoc fixes and change from append(String) to append(char)
50 lines of code changed in:
Normalize Javadocs.
3 lines of code changed in:
Remove unused code
from Gary Gregory, bug fix 16284
2 lines of code changed in:
Remove unused imports
3 lines of code changed in:
Make compile after ClassUtils method changed
2 lines of code changed in:
Consolidated methods.
111 lines of code changed in:
Make MethodUtils depend on ReflectionUtils parameter set comparasons
21 lines of code changed in:
Converted invokeMethod to use ReflectionExceptions
26 lines of code changed in:
Corrected speiling mistake spotted by Jeff Varszegi.
9 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.
86 lines of code changed in:
Fixed small bug and created test case
3 lines of code changed in:
(5 more)