Fixed some typos in javadoc.
10 lines of code changed in:
Add support for java.awt.headless (Java 1.4.)
108 lines of code changed in:
Added a contributor.
3 lines of code changed in:
Added isAsciiPrintable() http://issues.apache.org/bugzilla/show_bug.cgi?id=22489.
68 lines of code changed in:
Renamed methods so that they follow the "MethodNameEvenForAcronyms"-scheme.
132 lines of code changed in:
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:
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:
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:
linked proposal in
1 lines of code changed in:
Using ArrayUtils.isEmpty().
3 lines of code changed in:
Add notice to builds
3 lines of code changed in:
Add blank line
1 lines of code changed in:
Using StringUtils.isEmpty().
12 lines of code changed in:
Fix spelling and scope
7 lines of code changed in:
Make CLASS_NAME_COMPARATOR and PACKAGE_NAME_COMPARATOR work on Java 1.2.
17 lines of code changed in:
Organize Imports.
11 lines of code changed in:
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:
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:
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:
Using isEmpty() internally.
32 lines of code changed in:
proposal for lang in xdoc form
81 lines of code changed in:
Adding Commons Site Look & Feel configuration to all jakarta-commons/<project>/project.properties
1 lines of code changed in:
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:
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:
Somehow (c) was not 2004.
2 lines of code changed in:
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:
included navigation should be from commons-build now.
1 lines of code changed in:
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:
Add Maarten Coene
3 lines of code changed in:
Add getLength method
bug 26594, from Maarten Coene
171 lines of code changed in:
Add validate methods for all elements same type
bug 25683, from Norm Deane
72 lines of code changed in:
Improve Tokenizer with CSV and TSV plus change default to StringTokenizer like
includes code from Matthew Inger
383 lines of code changed in:
Javadoc and added some system properties.
305 lines of code changed in:
Add comment about new Tokenizer class in split method
7 lines of code changed in:
Handle broken test actually working on Linux Sun JDK 1.4.1
11 lines of code changed in:
Typo.
1 lines of code changed in:
Added @since and @version tags.
2 lines of code changed in:
Javadoc fixes.
3 lines of code changed in:
PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=26877
[lang] Add SystemUtils.AWT_TOOLKIT.
13 lines of code changed in:
Improve tests to check result of enum equals
6 lines of code changed in:
Forgot to clean up exception name in the previous commit.
4 lines of code changed in:
equals() Javadoc now mentions the separate class loader case.
4 lines of code changed in:
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:
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:
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:
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:
Fixed bug in getDateInstance(int, TimeZone, Locale). See bz #26646.
3 lines of code changed in:
Added test case for getDateInstance(int, Locale).
Removed whitespaces from lines that was supposed to be empty.
35 lines of code changed in:
Switch to Apache Licence 2.0
13 lines of code changed in:
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: