[root]/src/java/org/apache/commons/lang/mutable
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 119 (100.0%) | 2813 (100.0%) | 23.6 |
scolebourne | 26 (21.8%) | 1371 (48.7%) | 52.7 |
ggregory | 43 (36.1%) | 593 (21.1%) | 13.7 |
bayard | 33 (27.7%) | 449 (16.0%) | 13.6 |
matth | 8 (6.7%) | 398 (14.1%) | 49.7 |
dirkv | 9 (7.6%) | 2 (0.1%) | 0.2 |
Avoid new Boolean() via BooleanUtils
3 lines of code changed in:
Rolling back r489734 - Boolean.valueOf(boolean) only available from JDK 1.4 onwards
3 lines of code changed in:
new Boolean -> Boolean.valueOf. (Reported by FindBugs)
1 lines of code changed in:
Fixing license header
14 lines of code changed in:
Fixing the ASF copyright and placing it in the NOTICE file
54 lines of code changed in:
Change "Copyright ....-2005" to "Copyright ....-2006"
4 lines of code changed in:
Javadoc comments for serialVersionUID.
40 lines of code changed in:
Increment, decrement add and subtract methods
from Stephen Putman
438 lines of code changed in:
[lang] Request for MutableBoolean implementation.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37111.
165 lines of code changed in:
Add toType methods to return the primitive wrapper object
61 lines of code changed in:
Updated copyright statements for 2005.
9 lines of code changed in:
Removed extra C style parens in return statements (as discussed on commons-dev).
9 lines of code changed in:
svn:keywords correction
2 lines of code changed in:
added javadoc to primitiveValue methods
142 lines of code changed in:
Javadoc hashCode() more precisely.
4 lines of code changed in:
Remove wrong Javadoc
2 lines of code changed in:
- Added javadoc package.html
- Removed all "implements java.io.Serializable" since java.lang.Number already declares it.
- New Javadoc for equals(Object) methods to match Number subclasses, in particular to provide more details for Float and Double.
- equals(Object) methods now use /type/Value() calls instead of ".value" direct references (similar impl to Number subclasses).
337 lines of code changed in:
Remove unnecessary type casts.
23 lines of code changed in:
Unnecessary semicolon.
2 lines of code changed in:
Add MutableObject
106 lines of code changed in:
(7 more)