May 2003 Commit Log

Number of Commits:
46
Number of Active Developers:
4
ggregory 2003-05-31 22:22

Sort Members (Eclipse).

440 lines of code changed in:

ggregory 2003-05-31 18:44

Include a Javadoc overview.

164 lines of code changed in:

ggregory 2003-05-31 17:16

Normalize Javadocs.

27 lines of code changed in:

ggregory 2003-05-31 01:02

Javadoc.

78 lines of code changed in:

ggregory 2003-05-30 01:15

Sorted members (this also give us the Javadoc 'Field Details' section in alphabetical order).

251 lines of code changed in:

ggregory 2003-05-30 01:12

Javadoc.

77 lines of code changed in:

ggregory 2003-05-30 01:00

Javadoc.

10 lines of code changed in:

ggregory 2003-05-29 21:02

Make the Standard Doclet version 1.4.1 not complain WRT '.'s.

3 lines of code changed in:

ggregory 2003-05-28 16:20

Create 'public static final' constants for the package separator and inner class separator characters/Strings.

28 lines of code changed in:

ggregory 2003-05-24 19:24

Removed unused import.

1 lines of code changed in:

alex 2003-05-24 15:28

making constants final (XML, HTML32, HTML40)

4 lines of code changed in:

alex 2003-05-24 15:21

fixed typo

2 lines of code changed in:

alex 2003-05-24 15:11

continuing performance improvements-- now uses a binary lookup

135 lines of code changed in:

scolebourne 2003-05-24 14:34

Add OS name parsing to SystemUtils

323 lines of code changed in:

alex 2003-05-24 13:29

initial performance testing for Entities

266 lines of code changed in:

scolebourne 2003-05-24 12:11

Add SystemUtils tests

283 lines of code changed in:

scolebourne 2003-05-24 12:06

Update to protect against NPEs

Tidy up Java version code

Add Java version int to supplement float

145 lines of code changed in:

scolebourne 2003-05-24 11:00

Ignore bin directory

1 lines of code changed in:

alex 2003-05-24 04:38

add EntitiesTest to LangTestSuite

16 lines of code changed in:

alex 2003-05-24 04:35

refactoring Entities object in preparation for optimization

add unit tests for Entities class

move escape and unescape methods into Entities class

388 lines of code changed in:

ggregory 2003-05-23 03:52

Change copyright in Javadoc output from 2002 to 2003.

2 lines of code changed in:

scolebourne 2003-05-22 22:00

Update licence and Organize imports

37 lines of code changed in:

scolebourne 2003-05-22 21:51

Reworked class to avoid security exceptions

from Michael Becke

135 lines of code changed in:

scolebourne 2003-05-21 23:49

Update licence and Organize imports

54 lines of code changed in:

scolebourne 2003-05-21 23:41

Update testing for FastDateFormat

65 lines of code changed in:

scolebourne 2003-05-21 23:40

Update licence

5 lines of code changed in:

scolebourne 2003-05-21 23:39

Update class and add javadoc ready for release

319 lines of code changed in:

scolebourne 2003-05-21 23:37

Change version number ready for release

2 lines of code changed in:

ggregory 2003-05-20 21:15

Fix javadoc, a <u> was used instead of a <p>.

3 lines of code changed in:

ggregory 2003-05-20 21:11

Fix javadoc, was missing a </code>.

3 lines of code changed in:

ggregory 2003-05-18 00:10

Improve performance (by ~10% on Sun Java 1.3.1_08) for the method escapeEntities(String str, Entities entities) by using the existing StringBuffer instead of String + to the same buffer.

10 lines of code changed in:

scolebourne 2003-05-16 22:17

Remove functor subpackage

17 lines of code changed in:

scolebourne 2003-05-16 22:08

Organize imports

1 lines of code changed in:

scolebourne 2003-05-16 22:07

Change Identifier generation code to be independent of functors

407 lines of code changed in:

ggregory 2003-05-16 19:00

Javadoc only. Provide more uniform comments.

66 lines of code changed in:

scolebourne 2003-05-16 16:14

Add since tags

Update javadoc

45 lines of code changed in:

bayard 2003-05-15 04:05

Commonly usable enhancements to some of the Exceptions found in java.lang.



Submitted by: Matthew Hawthorne

1017 lines of code changed in:

ggregory 2003-05-14 17:13

Be a little more precise in the IS_JAVA_* javadocs.

Make JAVA_* javadocs read more like sentences.

39 lines of code changed in:

bayard 2003-05-14 02:59

Bug #14357 fixed. Mohan's patch makes removeCommonFrames public, and adds an

isThrowableNested to ExceptionUtils.



It adds static attributes to decide if the stack trace should be topDown

and if the stack traces should be trimmed on repeat. If running 1.4 or higher,

it uses the default stack trace, and the functionality of NestableError,

NestableException and NestableRuntimeException getMessage()s all change.

Accompanying these changes are numerous tests.



Submitted by: Mohan Kishore

300 lines of code changed in:

bayard 2003-05-14 02:50

Bug #19880 fixed. RandomStringUtils.random(int count, char[] set)

doesn't include the last character in set.



Submitted by: Phil Steitz

49 lines of code changed in:

bayard 2003-05-14 02:41

Bug #19756 dealt with.



Submitted by: Phil Steitz

344 lines of code changed in:

bayard 2003-05-12 04:41

Block nextInt(int) and nextLong(long) from being <= 0.

31 lines of code changed in:

bayard 2003-05-12 04:29

Fixed bug reported by Phil Steitz in which poorly placed casting was

making all random methods return 0 :)

3 lines of code changed in:

bayard 2003-05-07 19:14

Empty constructor stops it calling setSeed in Random's empty constructor.

6 lines of code changed in:

bayard 2003-05-07 15:09

RandomUtils functionality moved to JVMRandom. RandomUtils then becomes a proper XxxUtils class.

170 lines of code changed in:

ggregory 2003-05-06 22:10

Fix broken links. Use thrid person in comment. Use @see tags.

8 lines of code changed in:

April 2003 »

Generated by StatSVN 0.3.2-SNAPSHOT