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

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

Browse with ViewVC

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

Lines of Code

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

Developers

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

Most Recent Commits

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/enum: 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"

4 lines of code changed in:

ggregory 2006-08-09 22:08

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/enum: Enum.java (+1 -1)
ggregory 2006-08-09 22:07

Unnecessary cast from Object to Enum.

1 lines of code changed in:

  • src/java/org/apache/commons/lang/enum: Enum.java (+1 -1)
scolebourne 2006-08-08 23:24

Rename variable for JDK1.5 compliance

3 lines of code changed in:

ggregory 2006-08-07 19:14

Javadoc comments for serialVersionUID.

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/enum: 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.

26 lines of code changed in:

  • src/java/org/apache/commons/lang/enum: Enum.java (+26 -11)
stevencaswell 2005-07-06 01:17

changed constructor empty statement to super

1 lines of code changed in:

stevencaswell 2005-07-06 01:15

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:

  • src/java/org/apache/commons/lang/enum: Enum.java (+4 -4)
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/enum: Enum.java (+3 -3)
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/enum: Enum.java (+2 -2)
dirkv 2005-02-26 13:08

svn:keywords correction

3 lines of code changed in:

ggregory 2004-12-12 22:36

Javadoc nits.

2 lines of code changed in:

  • src/java/org/apache/commons/lang/enum: Enum.java (+2 -2)
scolebourne 2004-10-16 15:19

Javadoc

1 lines of code changed in:

  • src/java/org/apache/commons/lang/enum: package.html (+1 -1)
ggregory 2004-09-30 17:24

Javadoc: Replace some HTML anchor hrefs with Javadoc @link and other nits.

11 lines of code changed in:

(39 more)

Generated by StatSVN 0.3.2-SNAPSHOT