June 2003 Commit Log

Number of Commits:
39
Number of Active Developers:
5
alex 2003-06-29 03:05

testEscapeSql

14 lines of code changed in:

alex 2003-06-29 03:05

introducing utility class from Justin Couch

419 lines of code changed in:

alex 2003-06-29 03:04

testHtml40Nbsp

26 lines of code changed in:

alex 2003-06-29 03:03

cleaning up

use restructured EntityMap classes

71 lines of code changed in:

alex 2003-06-29 03:03

comments

refactoring

add escapeSql method

34 lines of code changed in:

alex 2003-06-29 03:02

comments

restructure EntityMap inner classes

76 lines of code changed in:

scolebourne 2003-06-28 18:42

Add min/max by array functions

bug 21068, from Matthew Hawthorne

583 lines of code changed in:

scolebourne 2003-06-28 18:16

Add XOR methods

bug 21068, from Matthew Hawthorne

237 lines of code changed in:

scolebourne 2003-06-28 18:01

Add primitive/object conversions for all types

bug 21068, from Matthew Hawthorne

756 lines of code changed in:

scolebourne 2003-06-28 17:49

Removed unused variable

bug 21099, from Janek Bogucki

3 lines of code changed in:

scolebourne 2003-06-25 23:33

Add primitive boolean/object conversions

Bug 21068, from Matthew Hawthorne

118 lines of code changed in:

scolebourne 2003-06-25 23:32

Add new empty array constants for number objects

Declare variables as final

Fix null behaviour to be null tolerant

Javadoc null behaviour

Fix formatting

154 lines of code changed in:

scolebourne 2003-06-24 21:14

NumberUtils moved to math subpackage

1535 lines of code changed in:

scolebourne 2003-06-24 21:13

Relax tests so it passes more often

6 lines of code changed in:

scolebourne 2003-06-24 08:15

Deprecate escape, and comment escape and unescape fully

5 lines of code changed in:

bayard 2003-06-24 02:55

Deprecated unescape method.

3 lines of code changed in:

scolebourne 2003-06-23 23:41

Prepare DateUtils for 2.0 release

344 lines of code changed in:

scolebourne 2003-06-23 22:37

Add package level javadoc

16 lines of code changed in:

  • src/java/org/apache/commons/lang/time: package.html (new 14)
  • src/java/org/apache/commons/lang/util: package.html (new 2)
scolebourne 2003-06-23 22:36

Update javadoc

3 lines of code changed in:

ggregory 2003-06-23 17:04

PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21021.

Reduce object creation in ToStringBuilder. Applied the patch in spirit but not in detail since I used

"BooleanUtils.toBooleanObject(fullDetail)" instead of "fullDetail ? Boolean.TRUE : Boolean.FALSE"

to reduce code duplication.

13 lines of code changed in:

bayard 2003-06-23 03:51

Handles empty string now as well.



Submitted by: Mark Ford

4 lines of code changed in:

bayard 2003-06-21 22:24

Bug #20652 fixed.



Submitted by: Fredrik Westermarck

26 lines of code changed in:

scolebourne 2003-06-20 08:03

Remove unused code

1 lines of code changed in:

bayard 2003-06-16 02:28

Javadoc fix.

6 lines of code changed in:

scolebourne 2003-06-10 06:20

Add new class that tests all the TestSuites in one go

105 lines of code changed in:

scolebourne 2003-06-10 06:16

Change scope of methods from package to public

13 lines of code changed in:

scolebourne 2003-06-09 21:36

Ensure that RandomStringUtils returns all expected characters

bug 20592, reported/patched by Phil Steitz

123 lines of code changed in:

scolebourne 2003-06-09 21:23

Make package scoped until methods properly designed and implemented

3 lines of code changed in:

scolebourne 2003-06-09 21:22

DateFormatUtils should not be final

2 lines of code changed in:

scolebourne 2003-06-08 23:27

Fix javadoc comment

2 lines of code changed in:

scolebourne 2003-06-08 23:14

Rework time package in preparation for 2.0 release

DateUtils split to DateFormatUtils and DurationFormatUtils

CalendarUtils renamed to DateUtils

StopWatch time format method moved to DurationFormatUtils

Tests updated and pass

1891 lines of code changed in:

scolebourne 2003-06-08 14:19

Organize imports

25 lines of code changed in:

scolebourne 2003-06-08 14:14

Fix bug in NumberUtils where '12a' was treated as a number.

bug 20538, reported/fix by Eric Pugh/Phil Steitz

31 lines of code changed in:

scolebourne 2003-06-08 14:10

Ensure javadoc is clear about when deprecated methods will be removed.

14 lines of code changed in:

scolebourne 2003-06-08 14:09

Tidy comments

16 lines of code changed in:

rdonkin 2003-06-06 07:04

Fixed a problem with changed capitalization in test case.

3 lines of code changed in:

ggregory 2003-06-03 20:49

Minor Javadoc fix and improvements.

8 lines of code changed in:

ggregory 2003-06-03 20:15

Refactor code in ToStringBuilder.reflectionToString(...) into a new subclass called ReflectionToStringBuilder.

All of the ToStringBuilder.reflectionToString(...) forward their calls to equivalent methods in ReflectionToStringBuilde.

ReflectionToStringBuilder can be subclassed to provide Field or value filtering.

Since the unit tests exercis ToStringBuilder.reflectionToString(...) which then forwards those calls to ReflectionToStringBuilder, and ReflectionToStringBuilder does not provide new features (yet), there are no new unit test cases (yet).

7 lines of code changed in:

ggregory 2003-06-03 03:51

Refactor code in ToStringBuilder.reflectionToString(...) into a new subclass called ReflectionToStringBuilder.

All of the ToStringBuilder.reflectionToString(...) forward their calls to equivalent methods in ReflectionToStringBuilde.

ReflectionToStringBuilder can be subclassed to provide Field or value filtering.

Since the unit tests exercis ToStringBuilder.reflectionToString(...) which then forwards those calls to ReflectionToStringBuilder, and ReflectionToStringBuilder does not provide new features (yet), there are no new unit test cases (yet).

489 lines of code changed in:

May 2003 »

Generated by StatSVN 0.3.2-SNAPSHOT