July 2005 Commit Log

Number of Commits:
41
Number of Active Developers:
3
ggregory 2005-07-31 23:55

Slightly better unit test code coverage.

15 lines of code changed in:

ggregory 2005-07-31 23:40

Range unit test coverage now at 100%.

7 lines of code changed in:

ggregory 2005-07-31 23:33

Better unit test code coverage from Nathan Beyer [nbeyer@kc.rr.com].

161 lines of code changed in:

ggregory 2005-07-31 01:19

Replace unnecessary else in if/else's with if guard clause.

3 lines of code changed in:

ggregory 2005-07-31 01:17

Better code coverage from Nathan Beyer [nbeyer@kc.rr.com].

159 lines of code changed in:

ggregory 2005-07-30 21:53

Format tweak in a while statement to attempt to get Clover to show better code coverage.

3 lines of code changed in:

ggregory 2005-07-30 21:52

Javadoc.

1 lines of code changed in:

ggregory 2005-07-26 15:29

Set JDiff "old" tag to Lang 2.0.

1 lines of code changed in:

ggregory 2005-07-26 15:28

Remove unused @param tags.

0 lines of code changed in:

ggregory 2005-07-26 06:21

Remove a clover setting that was intended to omit the text package, but didn't (for me).

0 lines of code changed in:

ggregory 2005-07-25 21:11

Another new boundary tests for VariableFormatterTest.java.

23 lines of code changed in:

ggregory 2005-07-25 20:52

IllegalStateException in text.VariableFormatter with "empty" keys.

16 lines of code changed in:

ggregory 2005-07-25 16:43

Another new boundary tests for VariableFormatterTest.java: testReplaceEmptyKeys.

15 lines of code changed in:

ggregory 2005-07-24 20:09

Another new boundary tests for VariableFormatterTest.java.

14 lines of code changed in:

ggregory 2005-07-23 22:27

Sort methods.

10 lines of code changed in:

ggregory 2005-07-23 22:26

Three new boundary tests for VariableFormatterTest.java.

46 lines of code changed in:

ggregory 2005-07-23 21:56

Removes Interpolation and MappedMessageFormat from the text package in favor of VariableFormatter. (See message below) No one has complained on commons-dev.



-----Original Message-----

From: Gary Gregory [mailto:ggregory@seagullsoftware.com]

Sent: Thursday, July 21, 2005 9:34 AM

To: Jakarta Commons Developers List

Subject: [lang] text.VariableFormatter to replace Interpolation and MappedMessageFormat (WAS a [POLL])



Hello:



It's been two weeks since I posted the original message below and I've

not heard negative comments on removing Interpolation and

MappedMessageFormat from the text package in favor of VariableFormatter.

I will therefore do so real soon.



Please raise your hand you disagree.



Thanks,

Gary

0 lines of code changed in:

ggregory 2005-07-23 21:48

Removes Interpolation and MappedMessageFormat from the text package in favor of VariableFormatter. (See message below) No one has complained on commons-dev.



-----Original Message-----

From: Gary Gregory [mailto:ggregory@seagullsoftware.com]

Sent: Thursday, July 21, 2005 9:34 AM

To: Jakarta Commons Developers List

Subject: [lang] text.VariableFormatter to replace Interpolation and MappedMessageFormat (WAS a [POLL])



Hello:



It's been two weeks since I posted the original message below and I've

not heard negative comments on removing Interpolation and

MappedMessageFormat from the text package in favor of VariableFormatter.

I will therefore do so real soon.



Please raise your hand you disagree.



Thanks,

Gary

0 lines of code changed in:

ggregory 2005-07-21 18:13

Make testing equality more flexible.

20 lines of code changed in:

ggregory 2005-07-14 22:24

- VariableFormatter.java now gets 98.7% clover coverage.

- MapVariableFormatter.java now gets 100% clover coverage.

- Javadocs.

- Constructor clean ups.

74 lines of code changed in:

scolebourne 2005-07-14 22:09

Javadoc

1 lines of code changed in:

scolebourne 2005-07-14 22:08

Fix ClassUtils.primitiveToWrapper() to handle Void.TYPE

bug 34327, from Alban Peignier

11 lines of code changed in:

scolebourne 2005-07-14 21:54

Javadoc

2 lines of code changed in:

scolebourne 2005-07-14 21:48

Add text package tests back into commons-lang

2 lines of code changed in:

ggregory 2005-07-14 19:52

[34715][lang] unit test for org.apache.commons.lang.text.StrBuilder.

Patch applied, thanks.

7 lines of code changed in:

ggregory 2005-07-14 19:21

[Bug 35588] - [lang] New interpolation features.

Retro-fits the VariableResolver interface into the VariableFormatter class and provides a Map-backed VariableResolver implementation.

425 lines of code changed in:

ggregory 2005-07-14 19:16

Temp Javadoc.

2 lines of code changed in:

stevencaswell 2005-07-10 00:44

applied javadoc cleanup patch from http://issues.apache.org/bugzilla/show_bug.cgi?id=35676 (did not apply the VariableFormatter javadoc path since this class is still being worked)

8 lines of code changed in:

scolebourne 2005-07-09 13:41

New methods and testing of StrBuilder

627 lines of code changed in:

ggregory 2005-07-07 18:47

Removed extra ()'s.

1 lines of code changed in:

scolebourne 2005-07-06 23:11

Move ignore method to correct place in file

12 lines of code changed in:

scolebourne 2005-07-06 22:35

Tidy javadoc

45 lines of code changed in:

ggregory 2005-07-06 20:33

Renamed VariableFormat to VariableFormatter since it is not a subclass of java.text.Format.

343 lines of code changed in:

stevencaswell 2005-07-06 01:30

Towards version 2.2: - Set the component version to 2.2-dev, removed text package exclusions

1 lines of code changed in:

stevencaswell 2005-07-06 01:18

added comment to denote empty catch block

1 lines of code changed in:

stevencaswell 2005-07-06 01:17

changed constructor empty statement to super

1 lines of code changed in:

stevencaswell 2005-07-06 01:15

removed empty statement from catch block that takes no action, using comment only to denote no action;

added super to empty constructors

27 lines of code changed in:

stevencaswell 2005-07-06 01:12

added super to empty constructors

8 lines of code changed in:

stevencaswell 2005-07-06 01:10

removed empty statement from catch block that takes no action, using comment only to denote no action

14 lines of code changed in:

ggregory 2005-07-05 16:27

Towards version 2.2:

- Set the component version to 2.2-dev.

- Add .text classes VariableFormat and VariableFormatTest.

- Enable build of .text package.

0 lines of code changed in:

ggregory 2005-07-04 01:25

Towards version 2.2:

- Set the component version to 2.2-dev.

- Add .text classes VariableFormat and VariableFormatTest.

- Enable build of .text package.

10 lines of code changed in:

June 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT