[root]/src/java/org/apache/commons/lang/enums
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 1170 (100.0%) | 26.5 |
ggregory | 18 (40.9%) | 990 (84.6%) | 55.0 |
bayard | 10 (22.7%) | 108 (9.2%) | 10.8 |
scolebourne | 5 (11.4%) | 53 (4.5%) | 10.6 |
stevencaswell | 6 (13.6%) | 10 (0.9%) | 1.6 |
niallp | 1 (2.3%) | 6 (0.5%) | 6.0 |
dirkv | 4 (9.1%) | 3 (0.3%) | 0.7 |
Taking a stab at adding information on a Lang and Java 5.0 enum comparison
49 lines of code changed in:
Adding note that using switch is not type-safe
4 lines of code changed in:
Applying requested fix from Neil Redway in #LANG-262
2 lines of code changed in:
Fixed javadoc typo as mentioned in #LANG-258
1 lines of code changed in:
Fixing the ASF copyright and placing it in the NOTICE file
24 lines of code changed in:
Change "Copyright ....-2005" to "Copyright ....-2006"
2 lines of code changed in:
LANG-259 - Fix compareTo to check the type is the same
39 lines of code changed in:
Ensure classes are the same in Enum.compareTo
3 lines of code changed in:
Access to enclosing constructor Enum.Entry() is emulated by a synthetic accessor method. Increasing its visibility will improve your performance (Eclipse compiler).
1 lines of code changed in:
Unnecessary cast from Object to Enum.
1 lines of code changed in:
The Javadoc comment "Lang version 1.0.1 serial compatibility" is incorrect since these classes came into existance in version 2.1.
10 lines of code changed in:
Fix for LANG-272 - Minor JavaDoc changes to clean up checkstyle issues
6 lines of code changed in:
Fixing the lack of ClassLoader consideration in the compareTo methods of enum.Enum and enums.Enum, along with unit tests, as mentioned on Bugzilla entry #32619 by Kathy Van Stone.
24 lines of code changed in:
removed empty statement from catch block that takes no action, using comment only to denote no action
3 lines of code changed in:
added empty statement to empty catch blocks
3 lines of code changed in:
chanegd empty statement in constructor to invocation of super()
2 lines of code changed in:
corrected style issues (mostly empty blocks and missing javadocs)
2 lines of code changed in:
Updated copyright statements for 2005.
4 lines of code changed in:
Removed extra C style parens in return statements (as discussed on commons-dev).
2 lines of code changed in:
svn:keywords correction
3 lines of code changed in:
(7 more)