April 2003 Commit Log

Number of Commits:
28
Number of Active Developers:
5
scolebourne 2003-04-26 16:17

Add explicit public constructor

12 lines of code changed in:

bayard 2003-04-18 15:21

Stopping checkstyle from worrying about whether operators are at the end of a line or at the start of the line. I doubt it's something we care enough to standardise on.

1 lines of code changed in:

ggregory 2003-04-18 13:44

Added myself as agreed with Henri.

9 lines of code changed in:

ggregory 2003-04-18 09:12

Address Checkstyle report issues as reported by Henri (http://www.generationjava.com/maven/jakarta-commons/lang/)

34 lines of code changed in:

ggregory 2003-04-18 07:01

Address Checkstyle report issues as reported by Henri (http://www.generationjava.com/maven/jakarta-commons/lang/)

19 lines of code changed in:

bayard 2003-04-18 04:57

Put } and else on the same line.

2 lines of code changed in:

bayard 2003-04-16 16:31

Fixed Antony's name. He wrote the original escape() method.

2 lines of code changed in:

bayard 2003-04-16 04:37

Tenfold improvement in performance for leftPad, rightPad and repeat when repeat is over a String of length 1, by implementation of a padding method. The padding method is kept private for the moment.



Also a modification of containsOnly so it has a partner method indexOfAnyBut. Unit Test added for indexOfAnyBut.



Submitted by: Robert Simpson

222 lines of code changed in:

bayard 2003-04-15 14:29

Integrated WordWrapUtils testing in.

2 lines of code changed in:

bayard 2003-04-15 14:28

Return of WordWrapUtils, fresh with bugs fixed in StringTaglib. Part of the

reason for dropping it originally was that I knew my methods [wordWrap rather than wrapText or wrapLine] had nasty die-a-death bugs and hadn't had time to fix them. These got fixed as a part of String Taglib so I'm now personally happy with the code. As happy as you can ever be anyway without more tests to hurt it.



Submitted by: Henning Schmiedehausen

110 lines of code changed in:

mvdb 2003-04-14 11:37

Added eclipse files to ignorelist.

2 lines of code changed in:

ggregory 2003-04-10 18:59

Added myself to the list of committers.

2 lines of code changed in:

ggregory 2003-04-10 00:01

Remove unused imports (with agreement on shared clean up chores from Alex).

5 lines of code changed in:

alex 2003-04-09 21:30

improving javadoc

added apos entity to XML escape/unescape

add test for "unknown entity" behavior

36 lines of code changed in:

alex 2003-04-09 20:55

Extracted Entities class (instead of inner class)

Added support for full HTML 4.0 entity set

Separated XML, ISO8859-1 (HTML 3.2), and HTML 4.0 entities inside Entities object

Added escapeXml and unescapeXml public API methods

Escape now uses entities for values 0x80 or greater (previously 0x100)

511 lines of code changed in:

alex 2003-04-09 18:45

Escaping unicode uses capital letters e.g. \uABCD

Found and fixed bug when unicode character is at the end of a string to unescape

Added unit tests for above bug to both StringUtilsTest and StringEscapeUtilsTest

StringUtils.[un]escape now call StringEscapeUtils.[un]escapeJava

52 lines of code changed in:

alex 2003-04-09 17:30

make test strings 7-bit clean (bug 18836)

6 lines of code changed in:

bayard 2003-04-09 14:13

Patch for RandomString bug in which counts of 0 or negative counts would cause array exceptions.



Submitted by: ville.skytta@iki.fi (Ville Skytt?)

19 lines of code changed in:

ggregory 2003-04-09 01:08

Clean up some Javadoc comments to remove warnings generated when Javadoc from Java 1.4.1 is used.

FYI, warnings like: This sentence is different from what will be interpreted as the first sentence in the

next major release (when that interpretation will be internationalized), which is: <snip/>

3 lines of code changed in:

ggregory 2003-04-09 01:04

Fix some Javadoc {@link}s and clean up some Javadoc comments to remove warnings generated when Javadoc from Java 1.4.1 is used.

FYI, warnings like: This sentence is different from what will be interpreted as the first sentence in the

next major release (when that interpretation will be internationalized), which is: <snip/>

15 lines of code changed in:

ggregory 2003-04-09 00:07

Clean up some Javadoc comments to remove warnings generated when Javadoc from Java 1.4.1 is used.

FYI, warnings like: This sentence is different from what will be interpreted as the first sentence in the

next major release (when that interpretation will be internationalized), which is: <snip/>

20 lines of code changed in:

ggregory 2003-04-08 23:45

Removed unused import.

1 lines of code changed in:

ggregory 2003-04-08 22:36

Improve Javadoc (I hope!).

13 lines of code changed in:

ggregory 2003-04-08 22:34

Clean up some Javadoc comments to remove warnings generated when Javadoc from Java 1.4.1 is used.

6 lines of code changed in:

ggregory 2003-04-08 20:44

Fix a missing javadoc </code> end tag.

2 lines of code changed in:

bayard 2003-04-02 16:28

A Utils class that wraps java.lang.Math.random() and offers up methods

similar to that found on the java.util.Random class. Effectively this class

contains the methods that ought to be found on java.lang.Math.

134 lines of code changed in:

alex 2003-04-02 06:14

added some more entities from HTML 4.0 spec, refactored (Entities class), initialize maps on demand

217 lines of code changed in:

bayard 2003-04-01 17:19

Put myself in as author of escape/unescape and removed unused imports.

Really just to test eclipse/cvs on OS X.

CVS: ----------------------------------------------------------------------

CVS: PR:

CVS: If this change addresses a PR in the problem report tracking

CVS: database, then enter the PR number(s) here.

CVS: Obtained from:

CVS: If this change has been taken from another system, such as NCSA,

CVS: then name the system in this line, otherwise delete it.

CVS: Submitted by:

CVS: If this code has been contributed to Apache by someone else; i.e.,

CVS: they sent us a patch or a new module, then include their name/email

CVS: address here. If this is your work then delete this line.

CVS: Reviewed by:

CVS: If we are doing pre-commit code reviews and someone else has

CVS: reviewed your changes, include their name(s) here.

CVS: If you have not had it reviewed then delete this line.

2 lines of code changed in:

March 2003 »

Generated by StatSVN 0.3.2-SNAPSHOT