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

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

Browse with ViewVC

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

Lines of Code

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

Developers

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

Most Recent Commits

bayard 2006-10-20 22:36

Taking a stab at adding information on a Lang and Java 5.0 enum comparison

49 lines of code changed in:

  • src/java/org/apache/commons/lang/enums: Enum.java (+49)
bayard 2006-10-20 22:02

Adding note that using switch is not type-safe

4 lines of code changed in:

bayard 2006-09-19 21:20

Applying requested fix from Neil Redway in #LANG-262

2 lines of code changed in:

  • src/java/org/apache/commons/lang/enums: Enum.java (+2 -1)
bayard 2006-09-10 08:04

Fixed javadoc typo as mentioned in #LANG-258

1 lines of code changed in:

bayard 2006-08-28 06:21

Fixing the ASF copyright and placing it in the NOTICE file

24 lines of code changed in:

ggregory 2006-08-26 21:52

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

2 lines of code changed in:

scolebourne 2006-08-18 22:21

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

39 lines of code changed in:

scolebourne 2006-08-18 19:51

Ensure classes are the same in Enum.compareTo

3 lines of code changed in:

  • src/java/org/apache/commons/lang/enums: Enum.java (+3 -1)
ggregory 2006-08-09 22:10

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:

  • src/java/org/apache/commons/lang/enums: Enum.java (+1 -1)
ggregory 2006-08-09 22:09

Unnecessary cast from Object to Enum.

1 lines of code changed in:

  • src/java/org/apache/commons/lang/enums: Enum.java (+1 -1)
ggregory 2006-08-07 18:14

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:

niallp 2006-07-10 11:23

Fix for LANG-272 - Minor JavaDoc changes to clean up checkstyle issues

6 lines of code changed in:

  • src/java/org/apache/commons/lang/enums: Enum.java (+6)
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.

24 lines of code changed in:

  • src/java/org/apache/commons/lang/enums: Enum.java (+24 -12)
stevencaswell 2005-07-06 01:10

removed empty statement from catch block that takes no action, using comment only to denote no action

3 lines of code changed in:

  • src/java/org/apache/commons/lang/enums: Enum.java (+3 -3)
stevencaswell 2005-06-27 20:24

added empty statement to empty catch blocks

3 lines of code changed in:

  • src/java/org/apache/commons/lang/enums: Enum.java (+3 -3)
stevencaswell 2005-06-27 00:54

chanegd empty statement in constructor to invocation of super()

2 lines of code changed in:

stevencaswell 2005-06-26 17:45

corrected style issues (mostly empty blocks and missing javadocs)

2 lines of code changed in:

ggregory 2005-04-14 04:30

Updated copyright statements for 2005.

4 lines of code changed in:

ggregory 2005-04-13 22:36

Removed extra C style parens in return statements (as discussed on commons-dev).

2 lines of code changed in:

  • src/java/org/apache/commons/lang/enums: Enum.java (+2 -2)
dirkv 2005-02-26 13:08

svn:keywords correction

3 lines of code changed in:

(7 more)

Generated by StatSVN 0.3.2-SNAPSHOT