July 2004 Commit Log

Number of Commits:
29
Number of Active Developers:
5
ggregory 2004-07-30 01:55

Javadoc.

2 lines of code changed in:

ggregory 2004-07-27 21:10

Javadoc.

6 lines of code changed in:

ggregory 2004-07-26 21:39

Added testSelfInstanceVarReflectionObjectCycle to replicate an example in http://issues.apache.org/bugzilla/show_bug.cgi?id=19331.

This is a bit redundant with other tests, but insures the given example is handled.

25 lines of code changed in:

bayard 2004-07-25 07:31

An attempt to put together an implementation for bugzilla issue 29163. Tempted to think that split() should not be using the stopTime variable.

107 lines of code changed in:

bayard 2004-07-13 12:46

cleaning up some bad maven configuration. A <resource> tag is needed between the resources and includes to work. As it no longer works, I have removed the sections as they appear to not need them (copy and paste from original poms in commons). Also removed empty jar tags and integrationTest tags

0 lines of code changed in:

stevencaswell 2004-07-12 00:08

added tests for rounding and truncating to AM_PM;

added additional test of rounding to SEMI_MONTH

99 lines of code changed in:

stevencaswell 2004-07-12 00:04

corrected calendar field used to calculate the offset when modifying the hour for a round or truncated based on AM_PM

3 lines of code changed in:

psteitz 2004-07-11 23:21

Added C. Scott Ananian to contributors.

3 lines of code changed in:

psteitz 2004-07-11 23:20

Fixed numeric problems reported in PR #29294

Submitted by: C. Scott Ananian

Reviewed by: Phil Steitz

609 lines of code changed in:

stevencaswell 2004-07-11 18:40

moved testParseCVS to sandbox DateFormatterTest.java

0 lines of code changed in:

stevencaswell 2004-07-11 18:40

moved parseCVS to sandbox DateFormatter.java

1 lines of code changed in:

stevencaswell 2004-07-11 16:49

added tests for new splitPreserveAllTokens methods (http://issues.apache.org/bugzilla/show_bug.cgi?id=22692)

314 lines of code changed in:

stevencaswell 2004-07-11 16:48

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

- added new splitPreserveAllTokens methods to mirror the split functionality, preserving empty tokens indicated by adjacent tokens;

- refactored logic of existing split method into splitWorker for sharing by new splitPreserveAllTokens methods

219 lines of code changed in:

scolebourne 2004-07-08 00:02

Add MutableObject

212 lines of code changed in:

scolebourne 2004-07-07 23:50

Update mutable package for release 2.1

1366 lines of code changed in:

bayard 2004-07-07 05:08

added the view that we should not use boolean arguments to overload methods of similar signature

2 lines of code changed in:

scolebourne 2004-07-05 22:37

Add format(long) and format(long, StringBuffer)

bug 29794

36 lines of code changed in:

scolebourne 2004-07-05 22:15

A reworked mutable int, ready for comments

128 lines of code changed in:

scolebourne 2004-07-05 22:12

Improve javadocs

19 lines of code changed in:

  • src/java/org/apache/commons/lang/mutable: Mutable.java (+19 -8)
stevencaswell 2004-07-05 18:07

corrected javadoc typo

4 lines of code changed in:

stevencaswell 2004-07-05 17:55

added tests of rounding and truncating across daylight saving time beginning and ending

118 lines of code changed in:

stevencaswell 2004-07-05 17:54

changed modify method to calculate the field offset and use the set method, rather than adding the offset and letting Calendar perform the calculation - this fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=25560;

updated javadocs on round method to explain how rounding across daylight saving time is handled

38 lines of code changed in:

bayard 2004-07-04 04:51

Adding in new Interpolation class for opinions. It is, apart from cleaning up,

creation of a unit test and renaming to 'interpolate', the submission from Ken

Fitzpatrick in Bugzilla: #18962.



Lang has had a class much like this before so opinions saught (I'm in fact suffering

from some major deja vu with this, need to research how many times I've committed this

type of code to Lang :) ).



Submitted by: Ken Fitzpatrick

112 lines of code changed in:

bayard 2004-07-04 03:24

Tomcat uses getThrowable for its nested exception method, so adding this to ExceptionUtils' list.

Bugz: #29673

Submitted by: Lars Beuster

2 lines of code changed in:

ggregory 2004-07-01 17:58

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

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

new ToStringBuilder(null).toString() == the style's nullText.

4 lines of code changed in:

ggregory 2004-07-01 17:52

javadoc.

2 lines of code changed in:

ggregory 2004-07-01 17:50

Javadoc typo.

1 lines of code changed in:

ggregory 2004-07-01 17:40

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

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

new ToStringBuilder(null).toString() == the style's nullText.

10 lines of code changed in:

ggregory 2004-07-01 17:10

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

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

Javadoc updates.

9 lines of code changed in:

June 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT