[root]/src/java/org/apache/commons/lang/enum
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 98 (100.0%) | 1678 (100.0%) | 17.1 |
scolebourne | 39 (39.8%) | 1206 (71.9%) | 30.9 |
bayard | 15 (15.3%) | 290 (17.3%) | 19.3 |
ggregory | 32 (32.7%) | 159 (9.5%) | 4.9 |
stevencaswell | 5 (5.1%) | 10 (0.6%) | 2.0 |
niallp | 1 (1.0%) | 6 (0.4%) | 6.0 |
psteitz | 2 (2.0%) | 4 (0.2%) | 2.0 |
dirkv | 4 (4.1%) | 3 (0.2%) | 0.7 |
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"
4 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:
Rename variable for JDK1.5 compliance
3 lines of code changed in:
Javadoc comments for serialVersionUID.
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.
26 lines of code changed in:
changed constructor empty statement to super
1 lines of code changed in:
removed empty statement from catch block that takes no action, using comment only to denote no action;
added super to empty constructors
4 lines of code changed in:
added empty statement to empty catch blocks
3 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:
Javadoc nits.
2 lines of code changed in:
Javadoc
1 lines of code changed in:
Javadoc: Replace some HTML anchor hrefs with Javadoc @link and other nits.
11 lines of code changed in:
(39 more)