[root]/src/test/org/apache/commons/lang/enum
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 191 (100.0%) | 3856 (100.0%) | 20.1 |
scolebourne | 51 (26.7%) | 2981 (77.3%) | 58.4 |
ggregory | 68 (35.6%) | 549 (14.2%) | 8.0 |
bayard | 47 (24.6%) | 279 (7.2%) | 5.9 |
sullis | 2 (1.0%) | 26 (0.7%) | 13.0 |
dirkv | 23 (12.0%) | 21 (0.5%) | 0.9 |
Applying my fix from LANG-314
5 lines of code changed in:
Fixing the ASF copyright and placing it in the NOTICE file
169 lines of code changed in:
Change "Copyright ....-2005" to "Copyright ....-2006"
20 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.
19 lines of code changed in:
I've finally worked out the oddball build and class loading issue that only seems to happen on Windows XP (SP2) since Simon reports that the ant build works fine for him on Linux.
I can report success with "ant clean dist-build-2.1 test" on Sun Java versions:
1.5.0_03
1.5.0_02
1.4.2_08
1.3.1_14
In order achieve this; the new build.xml depends on Ant 1.6.
Version 1.2.2_017 hangs miserably for me though, as it did before.
54 lines of code changed in:
Updated copyright statements for 2005.
20 lines of code changed in:
svn:keywords correction
21 lines of code changed in:
removed tabs from source, as per checkstyle
6 lines of code changed in:
Organize Imports.
1 lines of code changed in:
Apply Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.
345 lines of code changed in:
PR: Bugzilla Bug 26943 [patch] Class and Package Comparators for ClassUtils
Submitted by: alban.peignier
Reviewed by: Gary Gregory
65 lines of code changed in:
Handle broken test actually working on Linux Sun JDK 1.4.1
11 lines of code changed in:
Improve tests to check result of enum equals
6 lines of code changed in:
PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=26876
[lang] Enum.equals does not handle different class loaders.
43 lines of code changed in:
Add description and tests about the perils of nested enums
bug 23374
479 lines of code changed in:
Applied Gary's fix of "acknowlegement" to "acknowledgement" in all java files.
76 lines of code changed in:
Rework Enum JDK1.2 solution to avoid needing to store Class
in Serialized object.
Added more tests, improved performance
bug 19030
667 lines of code changed in:
Rework Functional Enums to work on JDK1.2
bug 19030
31 lines of code changed in:
Attempt to get around a JDK Linux bug
16 lines of code changed in:
Extra tests suggested by Clover
8 lines of code changed in:
(10 more)