November 2002 Commit Log

Number of Commits:
49
Number of Active Developers:
3
bayard 2002-11-27 22:54

Added a the fix for bug #14883.



Submitted-by: Thomas Hawtin [tackline@tackline.demon.co.uk]

4 lines of code changed in:

bayard 2002-11-27 22:53

Added a unit test to show the bugs in bug #14883 for countMatches method

13 lines of code changed in:

bayard 2002-11-25 17:35

Bugfix, classic this.foo = this.foo error.

Noticed by Andy Freeman.

1 lines of code changed in:

scolebourne 2002-11-24 16:50

Add reverse to ArrayUtils

332 lines of code changed in:

bayard 2002-11-23 00:54

Added the second fix from Mark McDowell [mcdoma@ncs.com] for bug #14062

8 lines of code changed in:

bayard 2002-11-23 00:51

So my test was wrong. I was using the split method wrongly.

2 lines of code changed in:

bayard 2002-11-23 00:41

Added unit test to detect bug # 14062.

6 lines of code changed in:

bayard 2002-11-22 23:33

Threw in a test for newline replacement. This was a problem in String Taglib and having this test let me know it wasn't the fault of StringUtils.

3 lines of code changed in:

bayard 2002-11-22 23:32

Surprisingly the isJavaVersionAtLeast was not static. I can't see any reason for this and have fixed it.

2 lines of code changed in:

bayard 2002-11-22 23:30

Protected a Number test so it only runs in 1.3+. I suspect the JDK doesn't support the type of number we're throwing at it in 1.2: "1.1E-700F" to BigDecimal.

6 lines of code changed in:

bayard 2002-11-22 23:11

And moved bakc to 1.3 until I can figure out how to make them work at 1.2. Code appears to try to modify them?!?

6 lines of code changed in:

bayard 2002-11-22 22:52

Added JDK 1.2 compliant EMPTY_MAPs

12 lines of code changed in:

bayard 2002-11-22 22:52

Put Stephen's privates back. He hadn't needed to take them out.

[Okay, the humour is killing me].



Added this.'s in front of the methods in each constructor.

18 lines of code changed in:

scolebourne 2002-11-22 21:16

Changed inner classes to be package scoped for JDK 1.2

9 lines of code changed in:

rdonkin 2002-11-21 19:38

Make MethodUtils depend on ReflectionUtils parameter set comparasons

21 lines of code changed in:

rdonkin 2002-11-21 18:53

Converted invokeMethod to use ReflectionExceptions

27 lines of code changed in:

rdonkin 2002-11-20 22:31

Corrected speiling mistake spotted by Jeff Varszegi.

73 lines of code changed in:

rdonkin 2002-11-20 21:45

Moved isAssignmentCompatable method from MethodUtils into ReflectionUtils and renamed it. Enhanced existing isCompatible so that widening of primitives is allowed. Created test case for moved method.

178 lines of code changed in:

rdonkin 2002-11-18 23:01

Fixed small bug and created test case

9 lines of code changed in:

rdonkin 2002-11-18 23:00

Turned debug constant off.

2 lines of code changed in:

rdonkin 2002-11-18 22:18

Remove invokeExactMethod. Going to consolidate on one inokeMethod that considers superclasses and doesn't break scope rules.

15 lines of code changed in:

scolebourne 2002-11-17 21:46

Javadoc style fix, from Fredrik Westermarck

1414 lines of code changed in:

scolebourne 2002-11-16 12:56

Add to ArrayUtils and test it

480 lines of code changed in:

scolebourne 2002-11-16 10:41

Javadoc formatting patch, by Fredrik Westermarck

1023 lines of code changed in:

scolebourne 2002-11-15 00:25

Javadoc fixes, from Fredrik Westermarck

28 lines of code changed in:

scolebourne 2002-11-15 00:07

Add more TODOs

2 lines of code changed in:

scolebourne 2002-11-15 00:06

Change the isTrue() method to cope with strings case insensitively

11 lines of code changed in:

scolebourne 2002-11-14 22:29

Javadoc fixes, from Fredrik Westermarck

178 lines of code changed in:

scolebourne 2002-11-14 22:01

Added even more ideas

5 lines of code changed in:

scolebourne 2002-11-14 21:54

Javadoc improvements.

Finish renaming of Command to Executor.

306 lines of code changed in:

scolebourne 2002-11-14 21:52

Javadoc error and clarification, from Martin Cooper.

4 lines of code changed in:

rdonkin 2002-11-14 18:53

Added unit tests for MethodUtils copied from the beanutils component.

105 lines of code changed in:

rdonkin 2002-11-14 18:51

Updated method utils with latest code from the beanutils version.

217 lines of code changed in:

rdonkin 2002-11-14 18:50

Made a start on documentation for reflect.

8 lines of code changed in:

  • src/java/org/apache/commons/lang/reflect: package.html (new 8)
bayard 2002-11-12 22:36

Some of the modifications Stephen wants.

26 lines of code changed in:

bayard 2002-11-12 03:01

Notifier is a class which makes handling an event-listener queue a lot easier.

It throws the exception when the notify fails.

32 lines of code changed in:

bayard 2002-11-07 21:52

Removed unused UPPER_FOO variable.

1 lines of code changed in:

bayard 2002-11-07 20:06

Added Robert [HA, you're in now] and set an id for Steven [guessed it anyway].

10 lines of code changed in:

rdonkin 2002-11-07 19:13

Added myself as a committer before starting serious work on MethodUtils

2 lines of code changed in:

bayard 2002-11-07 16:59

NumberRange.getMaximum returns the minimum, not the maximum.

Test added to verify this, and then the bug fixed.

SUBMITTED-BY: Kasper R?nning

12 lines of code changed in:

bayard 2002-11-06 19:16

Closure renamed to Executor

30 lines of code changed in:

bayard 2002-11-06 19:15

And a new name. Until it gets changed.

168 lines of code changed in:

bayard 2002-11-06 19:14

getCause is 1.4 specific. Have replaced with getException.

4 lines of code changed in:

bayard 2002-11-05 16:45

Integrated the new functor package

11 lines of code changed in:

bayard 2002-11-05 16:45

Transfer of Patterns code over to Lang

14 lines of code changed in:

bayard 2002-11-05 16:44

Transfer of some of Patterns over to Lang.

103 lines of code changed in:

scolebourne 2002-11-02 13:17

Test to ensure that duplicate enums cannot be created

Test to ensure that null and blank strings cannot be created

Bug found by Howard Lewis Ship

295 lines of code changed in:

scolebourne 2002-11-02 13:16

Ensure that duplicate enums cannot be created

Bug found by Howard Lewis Ship

4 lines of code changed in:

  • src/java/org/apache/commons/lang/enum: Enum.java (+4 -1)
bayard 2002-11-01 16:40

Fixed the example in the javadoc so it compiles.

Submitted by: Janek Bogucki

2 lines of code changed in:

October 2002 »

Generated by StatSVN 0.3.2-SNAPSHOT