June 2004 Commit Log

Number of Commits:
22
Number of Active Developers:
4
ggregory 2004-06-30 18:33

Bugzilla Bug 27877

[lang][patch] Make ClassUtils methods null-safe and not throw an IAE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27877

27 lines of code changed in:

ggregory 2004-06-30 18:22

PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=27876

[lang] ReflectionToStringBuilder.toString(null) throws exception by design

ReflectionToStringBuilder.toString is now null-safe and returns the style's nullText.

ToStringBuilder constructors are now null-safe. A new ToStringBuilder on a null followed by a call to toString returns "".

28 lines of code changed in:

bayard 2004-06-27 18:22

hooked in previous tag for jdiff reporting

5 lines of code changed in:

bayard 2004-06-27 06:29

flipped from being hardcoded to GregorianCalendar to using getInstance. Cannot think of any reason why a GregorianCalendar was being created directly

4 lines of code changed in:

bayard 2004-06-27 06:28

added newline to end of file

2 lines of code changed in:

bayard 2004-06-27 05:23

fixed return type of getValue

2 lines of code changed in:

bayard 2004-06-27 04:42

This adds an array-argument based version of primitiveToWrapper. Apart from the argument of not having array based versions for every method, I can't see any reason not to add it, so have patched, modified and committing.



The origonal version optimised by returning the passed in array if there were no primitives. This seems a bit magical.



PR: #27640

Submitted by: Alban Peignier

59 lines of code changed in:

bayard 2004-06-24 04:20

rolled back the Mutable change. It doubled the size of a mutable instance, and as it wrapped another object, doubled the work for garbage collection

159 lines of code changed in:

bayard 2004-06-13 06:18

simplified code by moving a chunk of the functionality up into the superclass, MutableNumber. Still important that setValue turns the Number into the correct type however, so that method may not go up into the superclass

74 lines of code changed in:

matth 2004-06-11 02:26

Adding initial crack at mutables.

817 lines of code changed in:

bayard 2004-06-06 03:53

applied patch #27778, also added an indexOf(char[]..).

1243 lines of code changed in:

bayard 2004-06-04 03:58

improved javadoc, and missing javadoc for new uncapitalize method added.

33 lines of code changed in:

bayard 2004-06-03 03:49

and adding an overloaded method for uncapitalize to maintain symmetry

46 lines of code changed in:

bayard 2004-06-03 03:40

added an overloaded method for capitalize and capitalizeFully so people can do things like capitalize double-barrelled names

106 lines of code changed in:

bayard 2004-06-03 03:08

simplified the implementation of capitalizeFully

4 lines of code changed in:

scolebourne 2004-06-01 21:25

Ensure Validate has no inter-lang dependencies

6 lines of code changed in:

scolebourne 2004-06-01 21:15

Add more nested exception names

bug 29082, from Lars Beuster

5 lines of code changed in:

scolebourne 2004-06-01 21:10

More names

6 lines of code changed in:

scolebourne 2004-06-01 21:08

Add ObjectUtils.hashCode() - a null safe hash code

bug 28554, from Mario Winterer

65 lines of code changed in:

scolebourne 2004-06-01 20:56

Fix since tag

4 lines of code changed in:

scolebourne 2004-06-01 20:55

Include enums package tests

3 lines of code changed in:

scolebourne 2004-06-01 20:54

Fix Enum equals to work correctly by reflection

bug 28180, from Matthias Eichel

99 lines of code changed in:

May 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT