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

Directory Created:
2004-02-23 04:34
Total Files:
25
Deleted Files:
0
Lines of Code:
2482

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 124 (100.0%) 2713 (100.0%) 21.8
ggregory 64 (51.6%) 2164 (79.8%) 33.8
scolebourne 6 (4.8%) 315 (11.6%) 52.5
bayard 30 (24.2%) 212 (7.8%) 7.0
dirkv 24 (19.4%) 22 (0.8%) 0.9

Most Recent Commits

bayard 2007-01-30 22:26

Applying my fix from LANG-314

5 lines of code changed in:

  • src/test/org/apache/commons/lang/enums: EnumTest.java (+5 -2)
bayard 2006-08-28 06:21

Fixing the ASF copyright and placing it in the NOTICE file

182 lines of code changed in:

ggregory 2006-08-26 21:52

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

19 lines of code changed in:

scolebourne 2006-08-18 22:21

LANG-259 - Fix compareTo to check the type is the same

194 lines of code changed in:

scolebourne 2006-08-18 19:51

Ensure classes are the same in Enum.compareTo

29 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/enums: EnumTest.java (+19 -5)
bayard 2006-05-02 04:54

Can't believe that Gary meant for the enums.EnumTest to import the enum.ColorEnum class.

0 lines of code changed in:

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.

20 lines of code changed in:

  • src/test/org/apache/commons/lang/enums: EnumTest.java (+20 -1)
ggregory 2005-04-14 06:16

Updated copyright statements for 2005.

21 lines of code changed in:

dirkv 2005-02-26 13:08

svn:keywords correction

22 lines of code changed in:

bayard 2005-02-04 02:37

removed tabs from source, as per checkstyle

6 lines of code changed in:

scolebourne 2004-06-01 20:54

Fix Enum equals to work correctly by reflection

bug 28180, from Matthias Eichel

92 lines of code changed in:

ggregory 2004-02-23 04:34



lang.enum.*:

Deprecated and replaced by org.apache.commons.lang.enums.* and will be

removed in version 3.0. All classes in this package are deprecated and

repackaged to org.apache.commons.lang.enums since enum is a Java 1.5

keyword.

2104 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT