Directory src/test/org/apache/commons/lang/enum/

Directory Created:
2002-08-11 23:17
Total Files:
23
Deleted Files:
0
Lines of Code:
2170

Browse with ViewVC

[root]/src/test/org/apache/commons/lang/enum

Lines of Code

src/test/org/apache/commons/lang/enum/ Lines of Code

Developers

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

Most Recent Commits

bayard 2007-01-30 22:26

Applying my fix from LANG-314

5 lines of code changed in:

bayard 2006-08-28 06:21

Fixing the ASF copyright and placing it in the NOTICE file

169 lines of code changed in:

ggregory 2006-08-26 21:52

Change "Copyright ....-2005" to "Copyright ....-2006"

20 lines of code changed in:

bayard 2006-05-02 05:21

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:

  • src/test/org/apache/commons/lang/enum: EnumTest.java (+19 -5)
ggregory 2005-05-31 17:48

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:

  • src/test/org/apache/commons/lang/enum: EnumTest.java (+54 -34)
ggregory 2005-04-14 06:16

Updated copyright statements for 2005.

20 lines of code changed in:

dirkv 2005-02-26 13:08

svn:keywords correction

21 lines of code changed in:

bayard 2005-02-04 02:37

removed tabs from source, as per checkstyle

6 lines of code changed in:

ggregory 2004-02-18 23:22

Organize Imports.

1 lines of code changed in:

ggregory 2004-02-18 23:06

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:

ggregory 2004-02-15 00:51



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:

  • src/test/org/apache/commons/lang/enum: EnumTest.java (+65 -26)
scolebourne 2004-02-13 23:17

Handle broken test actually working on Linux Sun JDK 1.4.1

11 lines of code changed in:

  • src/test/org/apache/commons/lang/enum: EnumTest.java (+11 -5)
scolebourne 2004-02-12 01:00

Improve tests to check result of enum equals

6 lines of code changed in:

ggregory 2004-02-12 00:45



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:

  • src/test/org/apache/commons/lang/enum: EnumTest.java (+43 -2)
scolebourne 2003-11-29 15:03

Add description and tests about the perils of nested enums

bug 23374

479 lines of code changed in:

bayard 2003-08-18 02:22

Applied Gary's fix of "acknowlegement" to "acknowledgement" in all java files.

76 lines of code changed in:

scolebourne 2003-08-05 00:24

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:

scolebourne 2003-08-04 23:52

Rework Functional Enums to work on JDK1.2

bug 19030

31 lines of code changed in:

scolebourne 2003-08-02 18:38

Attempt to get around a JDK Linux bug

16 lines of code changed in:

scolebourne 2003-07-31 22:36

Extra tests suggested by Clover

8 lines of code changed in:

(10 more)

Generated by StatSVN 0.3.2-SNAPSHOT