August 2006 Commit Log

Number of Commits:
44
Number of Active Developers:
3
bayard 2006-08-30 18:22

Fixed 2nd javadoc bug mentioned in #LANG-277 and added more unit tests to match the javadoc examples

39 lines of code changed in:

ggregory 2006-08-28 17:20

Fix XML comment from a previous commit.

6 lines of code changed in:

bayard 2006-08-28 06:22

Fixing license header

32 lines of code changed in:

bayard 2006-08-28 06:21

Fixing the ASF copyright and placing it in the NOTICE file

1738 lines of code changed in:

ggregory 2006-08-26 22:07

Updated Copyrights to 2006.

7 lines of code changed in:

ggregory 2006-08-26 21:52

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

180 lines of code changed in:

bayard 2006-08-25 06:27

Updating to 2.2 release

4 lines of code changed in:

bayard 2006-08-25 06:27

Added test for StopWatch.toSplitString

4 lines of code changed in:

bayard 2006-08-25 06:11

Added unit test to enforce the existence of the empty constructor

13 lines of code changed in:

bayard 2006-08-22 05:46

Set the milliseconds to 0 to stop unit tests sometimes failing. Thanks Jörg

2 lines of code changed in:

scolebourne 2006-08-18 22:21

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

233 lines of code changed in:

scolebourne 2006-08-18 19:51

Ensure classes are the same in Enum.compareTo

32 lines of code changed in:

scolebourne 2006-08-18 19:31

Change protected to package scope

6 lines of code changed in:

ggregory 2006-08-16 20:36

Access to enclosing constructors is emulated by a synthetic accessor methods. Increasing its visibility will improve your performance (Eclipse compiler).

5 lines of code changed in:

ggregory 2006-08-16 20:34

Make sure this exception code does not depend on Java 1.4 nested exceptions. SVN revision 38990 does not compile with Java 1.3.1.

Compiled with Sun Java 1.3.1_15

Tested with Sun Java 1.3.1_15

Tested with Sun Java 1.4.2_12

Tested with Sun Java 1.5.0_08

All of the above on Windows XP SP2 + patches.

33 lines of code changed in:

scolebourne 2006-08-10 21:26

LANG-271 - Change tests now JDK1.6 states the US has two national languages

2 lines of code changed in:

bayard 2006-08-10 05:12

Switching viewcvs url to viewvc

1 lines of code changed in:

bayard 2006-08-10 05:06

Switching viewcvs url to viewvc

1 lines of code changed in:

scolebourne 2006-08-09 22:52

Enhance StrSubtstitutor with StringBuffer methods and replaceIn() methods

197 lines of code changed in:

ggregory 2006-08-09 22:21

Unnecessary cast from char to int

2 lines of code changed in:

ggregory 2006-08-09 22:18

Format method for legibility (added some spaces in expressions.)

3 lines of code changed in:

ggregory 2006-08-09 22:16

Unnecessary cast from char to int

1 lines of code changed in:

ggregory 2006-08-09 22:14

Remove unused import java.util.Date

0 lines of code changed in:

ggregory 2006-08-09 22:14

Remove unused import java.lang.reflect.Field

0 lines of code changed in:

ggregory 2006-08-09 22:11

Unnecessary cast from String[] to String[]

1 lines of code changed in:

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-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:35

VariableFormatter became StrSubstitutor

0 lines of code changed in:

scolebourne 2006-08-08 23:28

Create StrLookup by extraction from StrSubstitutor

404 lines of code changed in:

scolebourne 2006-08-08 23:25

Javadoc

2 lines of code changed in:

scolebourne 2006-08-08 23:24

Rename variable for JDK1.5 compliance

3 lines of code changed in:

scolebourne 2006-08-07 23:06

Give more power to StrSubstitutor subclasses

86 lines of code changed in:

ggregory 2006-08-07 19:14

Javadoc comments for serialVersionUID.

175 lines of code changed in:

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:

ggregory 2006-08-07 17:57

Adds missing serialVersionUID to Serializable classes.



A note from http://wiki.eclipse.org/index.php/FAQ_Why_does_the_Eclipse_compiler_create_a_different_serialVersionUID_from_javac%3F:



If you don’t explicitly define a serialVersionUID, the language requires that the VM generate one, using some function of all field and method names in the class. The problem is, the compiler generates some synthetic methods that you never see in your source file, and there is no clear specification for how these synthetic method names are generated. Any two compilers are likely to generate different method names, and so the serialVersionUID will be different. Bottom line: Always define the serialVersionUID explicitly in your source files.

24 lines of code changed in:

bayard 2006-08-04 07:05

Dropped the 2.1 bugfixes and new features. Moved bugzilla ids to jira ids

4 lines of code changed in:

bayard 2006-08-04 06:49

Removed clover bits that were left over from the switch to cobertura

0 lines of code changed in:

bayard 2006-08-04 06:46

Tokenizer has been created, and DateRange/Duration are unlikely to get created.

0 lines of code changed in:

bayard 2006-08-04 06:44

Removing the checkstyle.properties class. There are no checkstyle warnings, and removing the .properties file doesn't make any warnings appear, so it's safe (ish) to assume the .xml file is covering things sufficiently.

0 lines of code changed in:

bayard 2006-08-04 06:35

Line was longer than 120 chars - shortening

2 lines of code changed in:

bayard 2006-08-04 06:33

Removing the money/currency todo - I can't see us having that in Lang

0 lines of code changed in:

bayard 2006-08-04 05:59

Switching from 2.1 to 2.2

3 lines of code changed in:

July 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT