August 2005 Commit Log

Number of Commits:
83
Number of Active Developers:
4
bayard 2005-08-28 23:31

Killing the lang sandbox component

749 lines of code changed in:

bayard 2005-08-28 23:31

Killing the lang sandbox component

467 lines of code changed in:

ggregory 2005-08-28 20:23

clone method is now full covered in unit tests.

32 lines of code changed in:

ggregory 2005-08-28 19:02

Increase unit test coverage %.

10 lines of code changed in:

scolebourne 2005-08-27 21:53

Fix javadoc comment

from Rahul Akolkar

3 lines of code changed in:

scolebourne 2005-08-27 14:02

Add toType methods to return the primitive wrapper object

91 lines of code changed in:

scolebourne 2005-08-27 13:40

Fix IndexOutOfBoundsException on padding

bug 35756, from Reuben Sivan

6 lines of code changed in:

scolebourne 2005-08-27 11:46

Add trim()

56 lines of code changed in:

scolebourne 2005-08-27 11:31

Add equals, equalsIgnoreCase and hashCode

137 lines of code changed in:

scolebourne 2005-08-27 10:34

Remove extraneous this object references

12 lines of code changed in:

scolebourne 2005-08-27 10:26

Fix license, style and svn properties

141 lines of code changed in:

ggregory 2005-08-24 19:38

Comment out System.out call in unit test.

1 lines of code changed in:

ggregory 2005-08-24 19:37

Refactor multiple instances of the same string literal into a default message string static.

12 lines of code changed in:

stevencaswell 2005-08-22 01:25

corrected isAllSet test on zero value

1 lines of code changed in:

ggregory 2005-08-22 01:20

Removed extra () layer.

2 lines of code changed in:

stevencaswell 2005-08-22 00:58

added tests to increase test coverage

2 lines of code changed in:

stevencaswell 2005-08-22 00:58

increase StringUtils test coverage as reported by clover

51 lines of code changed in:

stevencaswell 2005-08-22 00:57

increase WordUtils test coverage as reported by clover

4 lines of code changed in:

stevencaswell 2005-08-22 00:55

increase Validate test coverage as reported by clover

12 lines of code changed in:

stevencaswell 2005-08-22 00:54

increase SerializationUtils test coverage as reported by clover

47 lines of code changed in:

stevencaswell 2005-08-22 00:53

increase NotImplementedException test coverage as reported by clover

97 lines of code changed in:

stevencaswell 2005-08-22 00:52

increase IntHashMap test coverage as reported by clover

128 lines of code changed in:

stevencaswell 2005-08-22 00:51

increase IllegalClassException test coverage as reported by clover

27 lines of code changed in:

stevencaswell 2005-08-22 00:51

increase Entities test coverage as reported by clover

60 lines of code changed in:

stevencaswell 2005-08-22 00:50

increase CharUtils test coverage as reported by clover

2 lines of code changed in:

stevencaswell 2005-08-22 00:50

increase CharRange test coverage as reported by clover

9 lines of code changed in:

stevencaswell 2005-08-22 00:49

increase BitField test coverage as reported by clover

32 lines of code changed in:

stevencaswell 2005-08-22 00:16

increase ArrayUtils test coverage as reported by clover

170 lines of code changed in:

ggregory 2005-08-21 22:55

Improve unit test coverage, eating own dog food. TODO: Missing tests for many constructors.

25 lines of code changed in:

ggregory 2005-08-21 21:57

Fix clone() and add a unit test.

30 lines of code changed in:

ggregory 2005-08-21 19:38

Unnecessary cast from char[] to char[].

1 lines of code changed in:

ggregory 2005-08-21 19:32

Javadoc.

1 lines of code changed in:

ggregory 2005-08-21 19:25

Javadoc fix.

0 lines of code changed in:

scolebourne 2005-08-20 20:15

Rewrite internal implementation, fix bugs, improve tests

375 lines of code changed in:

scolebourne 2005-08-20 14:46

Fix javadoc

2 lines of code changed in:

scolebourne 2005-08-20 14:34

Enable chaining of methods

59 lines of code changed in:

scolebourne 2005-08-20 14:06

Improve javadoc about the reader/writer

14 lines of code changed in:

scolebourne 2005-08-20 13:58

Don't clone char array input, and handle nulls better

172 lines of code changed in:

scolebourne 2005-08-20 13:56

Ensure that the reader is a proper view

(previously if the builder buffer changed due to appends after creating the reader these weren't picked up)

180 lines of code changed in:

scolebourne 2005-08-20 11:16

Remove StringPrintWriter (package scoped) as performed no useful purpose

19 lines of code changed in:

scolebourne 2005-08-20 10:56

Fix null handling behaviour on char[] methods

42 lines of code changed in:

scolebourne 2005-08-20 10:14

Add appendNewLine()

93 lines of code changed in:

scolebourne 2005-08-16 21:41

Initial version of LocaleUtils for review of concept

193 lines of code changed in:

scolebourne 2005-08-15 22:07

Increase test coverage

1 lines of code changed in:

scolebourne 2005-08-15 21:04

Add serialization version

23 lines of code changed in:

scolebourne 2005-08-15 20:58

Increase test coverage

2 lines of code changed in:

scolebourne 2005-08-15 20:58

Remove StrTokenizer.Matcher, replace with StrMatcher

95 lines of code changed in:

scolebourne 2005-08-15 20:57

Increase test coverage

91 lines of code changed in:

scolebourne 2005-08-14 21:55

Increase the number of methods that can chain

35 lines of code changed in:

scolebourne 2005-08-14 21:45

Add StrMatcher and update StrBuilder and test cases to use it, plus fix other bugs

2871 lines of code changed in:

ggregory 2005-08-12 05:31

Clean up of one method from Nathan Beyer [nbeyer@kc.rr.com]

1 lines of code changed in:

ggregory 2005-08-12 04:36

Patches to increase test coverage from Nathan Beyer [nbeyer@kc.rr.com]

37 lines of code changed in:

ggregory 2005-08-10 21:22

Better exception messages.

2 lines of code changed in:

ggregory 2005-08-10 21:21

Replaced VariableFormatter.Token with java.text.FieldPosition.

42 lines of code changed in:

ggregory 2005-08-10 20:36

Integrate and tweak http://issues.apache.org/bugzilla/show_bug.cgi?id=35588.

Next: Try and replace VariableFormatter.Token with java.text.FieldPosition.

539 lines of code changed in:

ggregory 2005-08-08 23:59

Statement unnecessarily nested within else clause.

2 lines of code changed in:

scolebourne 2005-08-08 23:15

Fix indexOf and lastIndexOf with null input

43 lines of code changed in:

scolebourne 2005-08-08 22:44

Add asWriter()

101 lines of code changed in:

scolebourne 2005-08-08 22:05

Move reverse method in file to be with other methods returning this

20 lines of code changed in:

scolebourne 2005-08-08 22:03

Add append(StringBuffer,int,int) and append(StrBuilder,int,int)

210 lines of code changed in:

scolebourne 2005-08-08 21:53

Test for correct exception

41 lines of code changed in:

scolebourne 2005-08-08 21:50

Fix setLength()

6 lines of code changed in:

scolebourne 2005-08-08 21:46

Fix javadoc, notably exceptions

27 lines of code changed in:

scolebourne 2005-08-08 21:43

Add append(String, int, int)

108 lines of code changed in:

ggregory 2005-08-08 18:58

Fix some Checkstyle and PMD warnings. Extract constants from in-lined '\n' and '\r' in StringUtils.java.

37 lines of code changed in:

ggregory 2005-08-08 18:20

Statement unnecessarily nested within else clause.

3 lines of code changed in:

ggregory 2005-08-08 00:43

Statement unnecessarily nested within else clause.

2 lines of code changed in:

ggregory 2005-08-08 00:05

Fix PMD warning: Avoid instantiating Boolean objects; you can usually invoke Boolean.TRUE instead.

1 lines of code changed in:

ggregory 2005-08-07 23:40

Adds contributors Oliver Heger and Nathan Beyer.

378 lines of code changed in:

ggregory 2005-08-06 18:53

[Bug 36059] [lang] Wrong length check in StrTokenizer.StringMatcher. From Oliver Heger <oliver.heger@t-online.de>.

17 lines of code changed in:

ggregory 2005-08-05 06:16

Slightly increments the test coverage for NestableDelegate. Includes a rework of the getMessage(String) method. Courtesy of Nathan Beyer [nbeyer@kc.rr.com].

49 lines of code changed in:

scolebourne 2005-08-04 07:53

Add asReader method

32 lines of code changed in:

ggregory 2005-08-03 18:02

Use the name "buffer", not "buf".

94 lines of code changed in:

ggregory 2005-08-03 18:00

Use CAPACITY, not literal magic number.

2 lines of code changed in:

ggregory 2005-08-03 04:23

Coverage of StrBuilder#delete(String)

12 lines of code changed in:

ggregory 2005-08-03 02:50

Fixes and better unit test code coverage from Nathan Beyer [nbeyer@kc.rr.com].

101 lines of code changed in:

ggregory 2005-08-02 03:54

Fixes and better unit test code coverage from Nathan Beyer [nbeyer@kc.rr.com].

154 lines of code changed in:

ggregory 2005-08-02 01:03

[Bug 35966] - [lang] StrBuilderTest#testReplaceStringString fails. From Nathan Beyer nbeyer@kc.rr.com.

24 lines of code changed in:

ggregory 2005-08-01 19:40

Javadoc.

6 lines of code changed in:

ggregory 2005-08-01 19:34

More tests. Note that testReplaceStringString fails.

108 lines of code changed in:

ggregory 2005-08-01 01:21

Better unit test code coverage.

7 lines of code changed in:

ggregory 2005-08-01 01:14

Better unit test coverage for StrTokenizer.java.

167 lines of code changed in:

ggregory 2005-08-01 00:30

Better unit test code coverage.

125 lines of code changed in:

July 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT