October 2006 Commit Log

Number of Commits:
13
Number of Active Developers:
1
bayard 2006-10-31 23:00

Fixng LANG-295 - thisBuf.length calls. There were two of the calls, so I've committed a unit test showing things are broken and a fix in both cases.

10 lines of code changed in:

bayard 2006-10-31 22:15

Fixing #LANG-294. The indexOf method did not take into account the size variable that limited the amount of the buffer that should be looked at.

15 lines of code changed in:

bayard 2006-10-31 21:34

Applying unit test and fix for #LANG-292. Also fixes a couple of problems with the unescape(Writer..) overload that came up

16 lines of code changed in:

bayard 2006-10-24 21:02

Adding equals(int[], int[]) style methods to NumberUtils as requested by Paul Benedict in LANG-238

352 lines of code changed in:

bayard 2006-10-24 20:51

Adding NumberUtils.max(byte[]) and NumberUtils.min(byte[]) as noted in LANG-289

110 lines of code changed in:

bayard 2006-10-24 20:31

Adding in Holger and Stepan's names. I guess I should be doing this each time I apply a patch

6 lines of code changed in:

bayard 2006-10-24 20:29

Applying optimisation from LANG-287. Thanks to Stepan Koltsov and Holger Hoffstatte.

14 lines of code changed in:

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-10-09 16:57

Refactored duration tests to make it simpler to add new ones. Added a few edge cases to test the replacement for the += 31 code

24 lines of code changed in:

bayard 2006-10-09 16:56

formetted to formatted - typo fix

1 lines of code changed in:

bayard 2006-10-07 00:22

Adding a unit test for #LANG-281 and a fix. The fix involves removing the reduceAndCorrect method. It appears that this method was doing sod all - which is worrying as it used to be important. I'm guessing that it was a bad fix for a bug that was then subsequently fixed with other code. I'll create a JIRA issue to create more tests to test out the +31 block of code.

31 lines of code changed in:

bayard 2006-10-04 18:51

Adding details of 2.2 release

5 lines of code changed in:

September 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT