February 2004 Commit Log

Number of Commits:
50
Number of Active Developers:
5
fredrik 2004-02-26 21:10

Fixed some typos in javadoc.

10 lines of code changed in:

ggregory 2004-02-25 00:25



Add support for java.awt.headless (Java 1.4.)

108 lines of code changed in:

fredrik 2004-02-24 22:38

Added a contributor.

3 lines of code changed in:

fredrik 2004-02-24 22:31

Added isAsciiPrintable() http://issues.apache.org/bugzilla/show_bug.cgi?id=22489.

68 lines of code changed in:

fredrik 2004-02-24 22:22

Renamed methods so that they follow the "MethodNameEvenForAcronyms"-scheme.

132 lines of code changed in:

ggregory 2004-02-24 06:01



PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27054

Fixes to some Javadoc errors in ClassUtils

Submitted by: Janek Bogucki

Reviewed by: Gary Gregory

5 lines of code changed in:

ggregory 2004-02-23 04:36

Copied RELEASE-NOTES.txt to RELEASE-NOTES-2.0.txt

RELEASE-NOTES.txt now tracks an upcomming 2.1.

lang.enum.*:

Deprecated and replaced by org.apache.commons.lang.enums.* and will be

removed in version 3.0. All classes in this package are deprecated and

repackaged to org.apache.commons.lang.enums since enum is a Java 1.5

keyword.

19 lines of code changed in:

ggregory 2004-02-23 04:34



lang.enum.*:

Deprecated and replaced by org.apache.commons.lang.enums.* and will be

removed in version 3.0. All classes in this package are deprecated and

repackaged to org.apache.commons.lang.enums since enum is a Java 1.5

keyword.

3095 lines of code changed in:

bayard 2004-02-20 07:02

linked proposal in

1 lines of code changed in:

fredrik 2004-02-19 21:31

Using ArrayUtils.isEmpty().

3 lines of code changed in:

scolebourne 2004-02-19 21:29

Add notice to builds

3 lines of code changed in:

scolebourne 2004-02-19 21:23

Add blank line

1 lines of code changed in:

fredrik 2004-02-19 21:04

Using StringUtils.isEmpty().

12 lines of code changed in:

scolebourne 2004-02-19 01:34

Fix spelling and scope

7 lines of code changed in:

ggregory 2004-02-19 01:24

Make CLASS_NAME_COMPARATOR and PACKAGE_NAME_COMPARATOR work on Java 1.2.

17 lines of code changed in:

ggregory 2004-02-18 23:22

Organize Imports.

11 lines of code changed in:

ggregory 2004-02-18 23:20

Apply Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

17 lines of code changed in:

ggregory 2004-02-18 23:13

Apply Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

375 lines of code changed in:

ggregory 2004-02-18 23:06

Apply Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

2502 lines of code changed in:

fredrik 2004-02-18 22:32

Using isEmpty() internally.

32 lines of code changed in:

bayard 2004-02-18 09:43

proposal for lang in xdoc form

81 lines of code changed in:

mdiggory 2004-02-18 04:11

Adding Commons Site Look & Feel configuration to all jakarta-commons/<project>/project.properties

1 lines of code changed in:

ggregory 2004-02-17 00:55



PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26922

[lang] public static boolean DateUtils.equals(Date dt1, Date dt2) ?

Updated testDateEqualsJava(): The behavior is different b/w Sun Java 1.3.1_10 and 1.4.2_03.

34 lines of code changed in:

ggregory 2004-02-16 23:48



PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26961

[lang][patch] Remove redundant check for null separator in StringUtils#join

Submitted by: Janek Bogucki

Reviewed by: Gary Gregory.

3 lines of code changed in:

ggregory 2004-02-16 23:40

Somehow (c) was not 2004.

2 lines of code changed in:

ggregory 2004-02-16 23:39



PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26922

[lang] public static boolean DateUtils.equals(Date dt1, Date dt2) ?

Record a test for future reference when having this chat.

18 lines of code changed in:

mdiggory 2004-02-15 16:08

included navigation should be from commons-build now.

1 lines of code changed in:

ggregory 2004-02-15 00:51



PR: Bugzilla Bug 26943 [patch] Class and Package Comparators for ClassUtils

Submitted by: alban.peignier

Reviewed by: Gary Gregory

220 lines of code changed in:

scolebourne 2004-02-14 01:16

Add Maarten Coene

3 lines of code changed in:

scolebourne 2004-02-14 01:15

Add getLength method

bug 26594, from Maarten Coene

171 lines of code changed in:

scolebourne 2004-02-14 00:48

Add validate methods for all elements same type

bug 25683, from Norm Deane

72 lines of code changed in:

scolebourne 2004-02-14 00:31

Improve Tokenizer with CSV and TSV plus change default to StringTokenizer like

includes code from Matthew Inger

383 lines of code changed in:

ggregory 2004-02-14 00:23

Javadoc and added some system properties.

305 lines of code changed in:

scolebourne 2004-02-13 23:32

Add comment about new Tokenizer class in split method

7 lines of code changed in:

scolebourne 2004-02-13 23:17

Handle broken test actually working on Linux Sun JDK 1.4.1

11 lines of code changed in:

  • src/test/org/apache/commons/lang/enum: EnumTest.java (+11 -5)
ggregory 2004-02-13 02:03

Typo.

1 lines of code changed in:

ggregory 2004-02-13 01:58

Added @since and @version tags.

2 lines of code changed in:

ggregory 2004-02-12 20:09

Javadoc fixes.

3 lines of code changed in:

ggregory 2004-02-12 01:58



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

[lang] Add SystemUtils.AWT_TOOLKIT.

13 lines of code changed in:

scolebourne 2004-02-12 01:00

Improve tests to check result of enum equals

6 lines of code changed in:

ggregory 2004-02-12 00:49

Forgot to clean up exception name in the previous commit.

4 lines of code changed in:

  • src/java/org/apache/commons/lang/enum: Enum.java (+4 -4)
ggregory 2004-02-12 00:48

equals() Javadoc now mentions the separate class loader case.

4 lines of code changed in:

  • src/java/org/apache/commons/lang/enum: Enum.java (+4 -1)
ggregory 2004-02-12 00:45



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

[lang] Enum.equals does not handle different class loaders.

59 lines of code changed in:

  • src/java/org/apache/commons/lang/enum: Enum.java (+16 -23)
  • src/test/org/apache/commons/lang/enum: EnumTest.java (+43 -2)
ggregory 2004-02-11 23:33



PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26656

[lang][patch] Validate.java: fixes comment skew, removes unused loop counter.

Submitted by: Janek Bogucki

Reviewed by: Gary Gregory

22 lines of code changed in:

ggregory 2004-02-11 20:08



PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23174

Submitted by: Maarten Coene, Arun Mammen Thomas

Reviewed by: Gary Gregory

17 lines of code changed in:

mdiggory 2004-02-10 19:15

Moving extension of global project.xml to ../commons-build/project.xml on those project.xml files which originally had it in place.

1 lines of code changed in:

fredrik 2004-02-04 18:52

Fixed bug in getDateInstance(int, TimeZone, Locale). See bz #26646.

3 lines of code changed in:

fredrik 2004-02-04 18:49

Added test case for getDateInstance(int, Locale).

Removed whitespaces from lines that was supposed to be empty.

35 lines of code changed in:

scolebourne 2004-02-03 22:34

Switch to Apache Licence 2.0

13 lines of code changed in:

ggregory 2004-02-03 22:14

Bugzilla Bug 26056 [lang] Add methods to ArrayUtils: add at end and insert-like ops

Added methods: primitiveType[] add(primitiveType[], primitiveType)

564 lines of code changed in:

January 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT