svn commit: r895132 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/ExceptionUtils.java

2010-01-01 Thread bayard
Author: bayard Date: Sat Jan 2 06:13:25 2010 New Revision: 895132 URL: http://svn.apache.org/viewvc?rev=895132view=rev Log: Added deprecation for 4.0 notices. LANG-491 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/ExceptionUtils.java Modified: commons

svn commit: r894583 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/SQLNestedException.java

2009-12-30 Thread bayard
Author: bayard Date: Wed Dec 30 10:48:07 2009 New Revision: 894583 URL: http://svn.apache.org/viewvc?rev=894583view=rev Log: Removing unused imports Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/SQLNestedException.java Modified: commons/proper/dbcp/trunk/src/java

svn commit: r893703 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/WordUtils.java

2009-12-23 Thread bayard
Author: bayard Date: Thu Dec 24 07:13:17 2009 New Revision: 893703 URL: http://svn.apache.org/viewvc?rev=893703view=rev Log: Removing commented out code. Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/WordUtils.java Modified: commons/proper/lang/trunk/src/java/org

svn commit: r893083 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/Range.java

2009-12-21 Thread bayard
Author: bayard Date: Tue Dec 22 06:23:27 2009 New Revision: 893083 URL: http://svn.apache.org/viewvc?rev=893083view=rev Log: Making class final, switching getMin/Max usage to this.min/max usage. LANG-551 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/Range.java

svn commit: r893088 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/math/NumberUtils.java test/org/apache/commons/lang3/math/NumberUtilsTest.java

2009-12-21 Thread bayard
Author: bayard Date: Tue Dec 22 06:52:42 2009 New Revision: 893088 URL: http://svn.apache.org/viewvc?rev=893088view=rev Log: isNumber(String) and createNumber(String) both modified to support 2.. LANG-521 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/math

svn commit: r891623 - /commons/proper/lang/trunk/pom.xml

2009-12-17 Thread bayard
Author: bayard Date: Thu Dec 17 10:51:32 2009 New Revision: 891623 URL: http://svn.apache.org/viewvc?rev=891623view=rev Log: Change of groupId means clirr needs to be pointed to the old groupId Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL

svn commit: r891627 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/Range.java test/org/apache/commons/lang3/RangeTest.java

2009-12-17 Thread bayard
Author: bayard Date: Thu Dec 17 11:02:53 2009 New Revision: 891627 URL: http://svn.apache.org/viewvc?rev=891627view=rev Log: Making ComparableComparator Serializable. This doesn't stop people putting non-Serializable comparators in a Range, but it does mean the default case can be serialized

svn commit: r891635 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/Range.java

2009-12-17 Thread bayard
Author: bayard Date: Thu Dec 17 11:13:39 2009 New Revision: 891635 URL: http://svn.apache.org/viewvc?rev=891635view=rev Log: Improving doc to indicate null-false for elementBefore(T) and elementAfter(T). LANG-551 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3

svn commit: r892161 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/time/FastDateFormat.java

2009-12-17 Thread bayard
Author: bayard Date: Fri Dec 18 07:21:10 2009 New Revision: 892161 URL: http://svn.apache.org/viewvc?rev=892161view=rev Log: Switching from getTime() to getTimeInMillis() per Sebb's report that it still fixes LANG-538 and is going to be lighter weight Modified: commons/proper/lang/trunk

svn commit: r891147 - /commons/proper/lang/trunk/NOTICE.txt

2009-12-16 Thread bayard
Author: bayard Date: Wed Dec 16 08:00:57 2009 New Revision: 891147 URL: http://svn.apache.org/viewvc?rev=891147view=rev Log: Updating copyright year - just in time :) Modified: commons/proper/lang/trunk/NOTICE.txt Modified: commons/proper/lang/trunk/NOTICE.txt URL: http://svn.apache.org

svn commit: r891528 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/StringUtils.java test/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java

2009-12-16 Thread bayard
Author: bayard Date: Thu Dec 17 03:35:39 2009 New Revision: 891528 URL: http://svn.apache.org/viewvc?rev=891528view=rev Log: Applying Niall's patch from LANG-569 adding indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to StringUtils Modified: commons/proper/lang/trunk/src/java/org

svn commit: r891542 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/time/FastDateFormat.java test/org/apache/commons/lang3/time/FastDateFormatTest.java

2009-12-16 Thread bayard
Author: bayard Date: Thu Dec 17 06:04:28 2009 New Revision: 891542 URL: http://svn.apache.org/viewvc?rev=891542view=rev Log: Fixing LANG-538 - you need to call getTime() on a calendar sometimes to get it in the right state, otherwise the timezone gets out of whack. Modified: commons

svn commit: r891572 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/time/DateUtils.java test/org/apache/commons/lang3/time/DateUtilsTest.java

2009-12-16 Thread bayard
Author: bayard Date: Thu Dec 17 07:21:25 2009 New Revision: 891572 URL: http://svn.apache.org/viewvc?rev=891572view=rev Log: Applying 'fix' for LANG-530. DateUtils.parseDate now protects the common use case of FastDateFormat ZZ output, namely ZZ on the end of the pattern, from being passed

svn commit: r890196 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/builder/EqualsBuilder.java test/org/apache/commons/lang3/builder/EqualsBuilderTest.java

2009-12-13 Thread bayard
Author: bayard Date: Mon Dec 14 06:40:42 2009 New Revision: 890196 URL: http://svn.apache.org/viewvc?rev=890196view=rev Log: Adding a reset() method to EqualsBuilder. LANG-466 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/builder/EqualsBuilder.java commons

svn commit: r890205 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/StringUtils.java test/org/apache/commons/lang3/StringUtilsTrimEmptyTest.java

2009-12-13 Thread bayard
Author: bayard Date: Mon Dec 14 07:31:42 2009 New Revision: 890205 URL: http://svn.apache.org/viewvc?rev=890205view=rev Log: Adding stripAccents method to StringUtils. It requires JDK 1.6 (and accesses it via reflection until Lang becomes 1.6 dependent). LANG-285 Modified: commons/proper

svn commit: r889198 - /commons/proper/lang/trunk/pom.xml

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 11:31:27 2009 New Revision: 889198 URL: http://svn.apache.org/viewvc?rev=889198view=rev Log: Changing groupId (LANG-562) Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper

svn commit: r889202 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/ java/org/apache/commons/lang3/ test/org/apache/commons/lang/ test/org/apache/commons/lang3/

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 11:33:51 2009 New Revision: 889202 URL: http://svn.apache.org/viewvc?rev=889202view=rev Log: Changing directory name from lang to lang3. Build will fail (probably) until Java code is changed in subsequent commit. LANG-563 Added: commons/proper/lang/trunk/src

svn commit: r889215 [3/3] - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/ java/org/apache/commons/lang3/builder/ java/org/apache/commons/lang3/concurrent/ java/org/apache/commons/l

2009-12-10 Thread bayard
Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang3/time/DurationFormatUtilsTest.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang3/time/DurationFormatUtilsTest.java?rev=889215r1=889214r2=889215view=diff

svn commit: r889219 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/exception/ java/org/apache/commons/lang3/time/ pending/ test/org/apache/commons/lang3/ test/org/apache/commons/la

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:02:50 2009 New Revision: 889219 URL: http://svn.apache.org/viewvc?rev=889219view=rev Log: Fixing @links to point to new lang3 package. LANG-563 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/ContextedException.java

svn commit: r889222 - in /commons/proper/lang/trunk/src/test/org/apache/commons/lang3: builder/HashCodeBuilderTest.java time/DurationFormatUtilsTest.java

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:04:56 2009 New Revision: 889222 URL: http://svn.apache.org/viewvc?rev=889222view=rev Log: Moving back from lang3 to lang for the exception stack traces in these test documentation comments as they indicate historical cases. LANG-563 Modified: commons

svn commit: r889225 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang3/StringUtilsTest.java

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:06:34 2009 New Revision: 889225 URL: http://svn.apache.org/viewvc?rev=889225view=rev Log: Removing package name from comment - unnecessary. LANG-563 Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang3/StringUtilsTest.java Modified

svn commit: r889227 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:08:23 2009 New Revision: 889227 URL: http://svn.apache.org/viewvc?rev=889227view=rev Log: Fixing package name. LANG-563 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html Modified: commons/proper/lang/trunk/src

svn commit: r889228 - /commons/proper/lang/trunk/findbugs-exclude-filter.xml

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:09:00 2009 New Revision: 889228 URL: http://svn.apache.org/viewvc?rev=889228view=rev Log: lang - lang3 (LANG-563) Modified: commons/proper/lang/trunk/findbugs-exclude-filter.xml Modified: commons/proper/lang/trunk/findbugs-exclude-filter.xml URL: http

svn commit: r889235 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/Validate.java

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:28:15 2009 New Revision: 889235 URL: http://svn.apache.org/viewvc?rev=889235view=rev Log: Making noNullElements methods take Iterable types rather than Collection types. LANG-548 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3

svn commit: r889236 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/text/StrBuilder.java

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:28:50 2009 New Revision: 889236 URL: http://svn.apache.org/viewvc?rev=889236view=rev Log: Changing appendAll and appendWithSeparators methods to take Iterable instead of Collection. LANG-548 Modified: commons/proper/lang/trunk/src/java/org/apache/commons

svn commit: r884487 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java

2009-11-26 Thread bayard
Author: bayard Date: Thu Nov 26 10:23:16 2009 New Revision: 884487 URL: http://svn.apache.org/viewvc?rev=884487view=rev Log: Fixing javadoc typo Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java Modified: commons/proper/lang/trunk

svn commit: r884489 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

2009-11-26 Thread bayard
Author: bayard Date: Thu Nov 26 10:27:34 2009 New Revision: 884489 URL: http://svn.apache.org/viewvc?rev=884489view=rev Log: Removing unused imports Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java Modified: commons/proper/lang/trunk/src/java/org

svn commit: r884490 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/AggregateTranslator.java

2009-11-26 Thread bayard
Author: bayard Date: Thu Nov 26 10:29:33 2009 New Revision: 884490 URL: http://svn.apache.org/viewvc?rev=884490view=rev Log: Clone the passed in array Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/AggregateTranslator.java Modified: commons/proper/lang

svn commit: r884492 - /commons/proper/lang/trunk/pom.xml

2009-11-26 Thread bayard
Author: bayard Date: Thu Nov 26 10:31:16 2009 New Revision: 884492 URL: http://svn.apache.org/viewvc?rev=884492view=rev Log: Commenting out javancss report as it errors on our source, adding taglib report, and making findbugs default as I find I need 512m now anyway to build the site Modified

svn commit: r884494 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/RandomStringUtilsTest.java

2009-11-26 Thread bayard
Author: bayard Date: Thu Nov 26 10:42:27 2009 New Revision: 884494 URL: http://svn.apache.org/viewvc?rev=884494view=rev Log: Removing @author on method (not legal javadoc) and adding an @see to the jira issue Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang

svn commit: r884498 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

2009-11-26 Thread bayard
Author: bayard Date: Thu Nov 26 10:52:59 2009 New Revision: 884498 URL: http://svn.apache.org/viewvc?rev=884498view=rev Log: Removing broken @see Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java Modified: commons/proper/lang/trunk/src/java/org

svn commit: r884501 - /commons/proper/lang/trunk/pom.xml

2009-11-26 Thread bayard
Author: bayard Date: Thu Nov 26 10:56:01 2009 New Revision: 884501 URL: http://svn.apache.org/viewvc?rev=884501view=rev Log: Updating versions of reports, fixing bugs with Cobertura and JavaNCSS. Checkstyle still not understanding generics, but the 2.4 report errors so needs more investigation

svn commit: r882854 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/Range.java test/org/apache/commons/lang/RangeTest.java

2009-11-21 Thread bayard
Author: bayard Date: Sat Nov 21 08:05:55 2009 New Revision: 882854 URL: http://svn.apache.org/viewvc?rev=882854view=rev Log: Switched to static builder methods, allowing two of the constructors to restrict T to Comparables, and removed javadoc that discussed subclasses optimising methods

svn commit: r882855 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/RangeTest.java

2009-11-21 Thread bayard
Author: bayard Date: Sat Nov 21 08:08:52 2009 New Revision: 882855 URL: http://svn.apache.org/viewvc?rev=882855view=rev Log: Adding a char Range test Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/RangeTest.java Modified: commons/proper/lang/trunk/src/test/org/apache

svn commit: r881197 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/ java/org/apache/commons/lang/text/translate/ test/org/apache/commons/lang/ test/org/apache/commons/lang/text/tran

2009-11-17 Thread bayard
Author: bayard Date: Tue Nov 17 08:45:55 2009 New Revision: 881197 URL: http://svn.apache.org/viewvc?rev=881197view=rev Log: Removing the EscapeUtils/UnescapeUtils classes, and making StringEscapeUtils the replacement. Writer variants of StringEscapeUtils are dropped - instead you hit those via

svn commit: r881685 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/ArrayUtils.java test/org/apache/commons/lang/ArrayUtilsTest.java

2009-11-17 Thread bayard
Author: bayard Date: Wed Nov 18 06:43:23 2009 New Revision: 881685 URL: http://svn.apache.org/viewvc?rev=881685view=rev Log: Removing ArrayUtils.hashCode per LANG-492; it is now available as java.util.Arrays.hashCode Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang

svn commit: r881689 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/Range.java

2009-11-17 Thread bayard
Author: bayard Date: Wed Nov 18 07:11:41 2009 New Revision: 881689 URL: http://svn.apache.org/viewvc?rev=881689view=rev Log: Implementing Serializable - part of LANG-551 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/Range.java Modified: commons/proper/lang/trunk/src

svn commit: r881181 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

2009-11-16 Thread bayard
Author: bayard Date: Tue Nov 17 07:52:35 2009 New Revision: 881181 URL: http://svn.apache.org/viewvc?rev=881181view=rev Log: Remove SQL from javadoc Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java Modified: commons/proper/lang/trunk/src/java/org

svn commit: r836149 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/builder/EqualsBuilder.java test/org/apache/commons/lang/builder/EqualsBuilderTest.java

2009-11-14 Thread bayard
Author: bayard Date: Sat Nov 14 10:10:19 2009 New Revision: 836149 URL: http://svn.apache.org/viewvc?rev=836149view=rev Log: Rolling back r611543 for LANG-393, and removing the special handling of BigDecimal to use compareTo instead of equals because it creates an inequality

svn commit: r836151 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/translate/EscapeUtils.java test/org/apache/commons/lang/StringEscapeUtilsTest.java

2009-11-14 Thread bayard
Author: bayard Date: Sat Nov 14 10:45:27 2009 New Revision: 836151 URL: http://svn.apache.org/viewvc?rev=836151view=rev Log: Changing the standard escapeXml method to not escape high characters. It's easier to add that back on that remove it. LANG-516 and LANG-517 Modified: commons/proper

svn commit: r836152 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

2009-11-14 Thread bayard
Author: bayard Date: Sat Nov 14 10:46:04 2009 New Revision: 836152 URL: http://svn.apache.org/viewvc?rev=836152view=rev Log: Changing the note on high 0x7f characters being escaped. LANG-516 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

svn commit: r835771 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/Range.java test/org/apache/commons/lang/RangeTest.java

2009-11-13 Thread bayard
Author: bayard Date: Fri Nov 13 08:05:11 2009 New Revision: 835771 URL: http://svn.apache.org/viewvc?rev=835771view=rev Log: Adding @throws and test for the ClassCastException thrown by the ComparableComparator Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/Range.java

svn commit: r835777 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/Range.java test/org/apache/commons/lang/RangeTest.java

2009-11-13 Thread bayard
Author: bayard Date: Fri Nov 13 08:51:08 2009 New Revision: 835777 URL: http://svn.apache.org/viewvc?rev=835777view=rev Log: Adding elementCompareTo method as requested in LANG-386 (which called the method positionOfXxx) Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang

svn commit: r835780 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/math/ test/org/apache/commons/lang/math/

2009-11-13 Thread bayard
Author: bayard Date: Fri Nov 13 08:54:04 2009 New Revision: 835780 URL: http://svn.apache.org/viewvc?rev=835780view=rev Log: Removing old Range classes per LANG-551. New lang.Range class replaces these Removed: commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/DoubleRange.java

svn commit: r833308 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/Range.java test/org/apache/commons/lang/RangeTest.java

2009-11-05 Thread bayard
Author: bayard Date: Fri Nov 6 07:56:22 2009 New Revision: 833308 URL: http://svn.apache.org/viewvc?rev=833308view=rev Log: Committing work in progress version of a new Range class to replace the math.*Range classes as discussed in LANG-551 Added: commons/proper/lang/trunk/src/java/org

svn commit: r829487 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java

2009-10-24 Thread bayard
Author: bayard Date: Sun Oct 25 03:37:21 2009 New Revision: 829487 URL: http://svn.apache.org/viewvc?rev=829487view=rev Log: Rolling back 826960 - IOException would need to be added to the API Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java Modified

svn commit: r828942 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/NumericEntityEscaper.java

2009-10-23 Thread bayard
Author: bayard Date: Fri Oct 23 06:43:26 2009 New Revision: 828942 URL: http://svn.apache.org/viewvc?rev=828942view=rev Log: Adding back the empty constructor per Sebb's comment on LANG-540 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate

svn commit: r828943 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/LookupTranslator.java

2009-10-23 Thread bayard
Author: bayard Date: Fri Oct 23 06:44:45 2009 New Revision: 828943 URL: http://svn.apache.org/viewvc?rev=828943view=rev Log: Making private fields final per Sebb's patch to LANG-540 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/LookupTranslator.java

svn commit: r829282 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/CharRange.java java/org/apache/commons/lang/CharSet.java test/org/apache/commons/lang/CharRangeTest.java test/org/

2009-10-23 Thread bayard
Author: bayard Date: Fri Oct 23 23:59:02 2009 New Revision: 829282 URL: http://svn.apache.org/viewvc?rev=829282view=rev Log: Applying patch from LANG-514. CharRange constructors removed and replaced with readable static builder methods Modified: commons/proper/lang/trunk/src/java/org/apache

svn commit: r829283 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/mutable/ test/org/apache/commons/lang/mutable/

2009-10-23 Thread bayard
Author: bayard Date: Sat Oct 24 00:00:47 2009 New Revision: 829283 URL: http://svn.apache.org/viewvc?rev=829283view=rev Log: Patch from Michael Rudolf in LANG-522 applied with additional String constructor tests added Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang

svn propchange: r829282 - svn:log

2009-10-23 Thread bayard
Author: bayard Revision: 829282 Modified property: svn:log Modified: svn:log at Sat Oct 24 00:03:03 2009 -- --- svn:log (original) +++ svn:log Sat Oct 24 00:03:03 2009 @@ -1 +1 @@ -Applying patch from LANG-514. CharRange

svn commit: r829285 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/builder/HashCodeBuilder.java test/org/apache/commons/lang/builder/HashCodeBuilderTest.java

2009-10-23 Thread bayard
Author: bayard Date: Sat Oct 24 00:04:07 2009 New Revision: 829285 URL: http://svn.apache.org/viewvc?rev=829285view=rev Log: Changing the hashCode() method to return toHashCode() per the request in LANG-520 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder

svn commit: r828310 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/Validate.java test/org/apache/commons/lang/ValidateTest.java

2009-10-21 Thread bayard
Author: bayard Date: Thu Oct 22 05:33:21 2009 New Revision: 828310 URL: http://svn.apache.org/viewvc?rev=828310view=rev Log: Applying Tomasz Nurkiewicz's patch from LANG-533 adding notBlank methods to Validate Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang

svn commit: r828317 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/StringUtils.java test/org/apache/commons/lang/StringUtilsEqualsIndexOfTest.java

2009-10-21 Thread bayard
Author: bayard Date: Thu Oct 22 05:46:33 2009 New Revision: 828317 URL: http://svn.apache.org/viewvc?rev=828317view=rev Log: Applying the final part of Benjamin Bentmann's patch to LANG-432, improving our handling of case-insensitive Strings Modified: commons/proper/lang/trunk/src/java/org

svn commit: r826969 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/StrBuilder.java test/org/apache/commons/lang/text/StrBuilderAppendInsertTest.java

2009-10-20 Thread bayard
Author: bayard Date: Tue Oct 20 06:10:10 2009 New Revision: 826969 URL: http://svn.apache.org/viewvc?rev=826969view=rev Log: Applying Robert Scholte's patch from LANG-422, adding a appendSeparator with an alternative default separator if the StrBuilder is currently empty Modified: commons

svn commit: r826970 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/StrBuilder.java test/org/apache/commons/lang/text/StrBuilderAppendInsertTest.java test/org/apache/commons/lan

2009-10-20 Thread bayard
Author: bayard Date: Tue Oct 20 06:11:39 2009 New Revision: 826970 URL: http://svn.apache.org/viewvc?rev=826970view=rev Log: Removing tabs Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java commons/proper/lang/trunk/src/test/org/apache/commons

svn commit: r826946 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/UnicodeUnescaper.java

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 04:16:38 2009 New Revision: 826946 URL: http://svn.apache.org/viewvc?rev=826946view=rev Log: Fixing compile error introduced after making variable final but leaving a path in which it can miss getting initialized Modified: commons/proper/lang/trunk/src/java

svn commit: r826947 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/NumericEntityEscaper.java

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 04:19:47 2009 New Revision: 826947 URL: http://svn.apache.org/viewvc?rev=826947view=rev Log: Applying Sebb's patch from LANG-540 making the NumericEntityEscaper class immutable Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text

svn commit: r826955 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/StringUtils.java test/org/apache/commons/lang/StringUtilsTest.java

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 05:18:57 2009 New Revision: 826955 URL: http://svn.apache.org/viewvc?rev=826955view=rev Log: Adding a StringUtils.repeat(String, String separator, int) method per request in LANG-348 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang

svn commit: r826958 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang: ./ exception/ math/

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 05:35:46 2009 New Revision: 826958 URL: http://svn.apache.org/viewvc?rev=826958view=rev Log: Switched StringBuffer to StringBuilder whenever a local usage (and not subsequently used in an API) as per LANG-541 Modified: commons/proper/lang/trunk/src/java/org

svn commit: r826960 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 05:46:43 2009 New Revision: 826960 URL: http://svn.apache.org/viewvc?rev=826960view=rev Log: Moved identityToString(StringBuffer, Object) to identityToString(Appendable, Object) per LANG-542 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang

svn commit: r826370 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/translate/UnicodeUnescaper.java test/org/apache/commons/lang/text/translate/UnicodeUnescaperTest.java

2009-10-18 Thread bayard
Author: bayard Date: Sun Oct 18 07:25:59 2009 New Revision: 826370 URL: http://svn.apache.org/viewvc?rev=826370view=rev Log: Implementing an option to UnicodeUnescaper in which the syntax '\u+0047' is supported. By default it remains unsupported to match Java's method of parsing. Request

svn commit: r826518 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/translate/UnicodeUnescaper.java test/org/apache/commons/lang/text/translate/UnicodeUnescaperTest.java

2009-10-18 Thread bayard
Author: bayard Date: Sun Oct 18 20:32:40 2009 New Revision: 826518 URL: http://svn.apache.org/viewvc?rev=826518view=rev Log: Changing Param to Option. A Parameter is a user supplied value; an Option is a user supplied choice. LANG-507 related. Modified: commons/proper/lang/trunk/src/java

svn commit: r826584 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/UnicodeUnescaper.java

2009-10-18 Thread bayard
Author: bayard Date: Mon Oct 19 04:38:32 2009 New Revision: 826584 URL: http://svn.apache.org/viewvc?rev=826584view=rev Log: Making private options variable final at Sebb's pointing out of thread safety improvement Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text

svn commit: r825420 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/ClassUtils.java test/org/apache/commons/lang/ClassUtilsTest.java

2009-10-15 Thread bayard
Author: bayard Date: Thu Oct 15 07:31:32 2009 New Revision: 825420 URL: http://svn.apache.org/viewvc?rev=825420view=rev Log: Applying my patch from LANG-535 - adding support to getShortClassName and getPackageName for arrays, including primitive arrays and multi-dimensional arrays. Also stopped

svn commit: r824597 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ClassUtils.java

2009-10-12 Thread bayard
Author: bayard Date: Tue Oct 13 05:50:51 2009 New Revision: 824597 URL: http://svn.apache.org/viewvc?rev=824597view=rev Log: Prefering the Class methods (and thus JDK) over the String methods for getShortClassName/getPackageName when you already have an Object Modified: commons/proper/lang

svn commit: r814994 - /commons/proper/collections/trunk/pom.xml

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:21:51 2009 New Revision: 814994 URL: http://svn.apache.org/viewvc?rev=814994view=rev Log: Merging from -r468106:814127 - namely adding easymock dependency, upgrading to target JDK 1.5 and upgrading JUnit to 4.3.1 Modified: commons/proper/collections/trunk

svn propchange: r814994 - svn:log

2009-09-14 Thread bayard
Author: bayard Revision: 814994 Modified property: svn:log Modified: svn:log at Tue Sep 15 05:23:51 2009 -- --- svn:log (original) +++ svn:log Tue Sep 15 05:23:51 2009 @@ -1 +1 @@ -Merging from -r468106:814127 - namely

svn commit: r814995 - /commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/EmptySetMutator.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:24:32 2009 New Revision: 814995 URL: http://svn.apache.org/viewvc?rev=814995view=rev Log: Generifying in preparation for merge from collections_jdk5_brancH Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/set

svn commit: r814998 - in /commons/proper/collections/trunk: RELEASE-NOTES.html RELEASE-NOTES.txt

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:32:28 2009 New Revision: 814998 URL: http://svn.apache.org/viewvc?rev=814998view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely this file was ported from html to txt. Added: commons/proper/collections/trunk/RELEASE-NOTES.txt

svn commit: r814999 - in /commons/proper/collections/trunk: data/test/ src/java/org/apache/commons/collections/ src/java/org/apache/commons/collections/bag/ src/java/org/apache/commons/collections/buf

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:33:20 2009 New Revision: 814999 URL: http://svn.apache.org/viewvc?rev=814999view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where these files were removed. Removed: commons/proper/collections/trunk/data/test

svn commit: r815002 - in /commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators: AbstractEmptyMapIterator.java AbstractUntypedIteratorDecorator.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:39:48 2009 New Revision: 815002 URL: http://svn.apache.org/viewvc?rev=815002view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was introduced in r738956. Added: commons/proper/collections/trunk/src/java/org

svn commit: r815006 [2/2] - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/ test/org/apache/commons/collections/collection/

2009-09-14 Thread bayard
Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java URL:

svn commit: r815010 - /commons/proper/collections/trunk/build.xml

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:51:53 2009 New Revision: 815010 URL: http://svn.apache.org/viewvc?rev=815010view=rev Log: r740148 | mbenson | 2009-02-02 15:18:16 -0800 (Mon, 02 Feb 2009) | 1 line parameterize junit

svn propchange: r815010 - svn:log

2009-09-14 Thread bayard
Author: bayard Revision: 815010 Modified property: svn:log Modified: svn:log at Tue Sep 15 05:53:27 2009 -- --- svn:log (original) +++ svn:log Tue Sep 15 05:53:27 2009 @@ -1,46 +1,50

svn commit: r815014 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:02 2009 New Revision: 815014 URL: http://svn.apache.org/viewvc?rev=815014view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815018 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:08 2009 New Revision: 815018 URL: http://svn.apache.org/viewvc?rev=815018view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815019 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/Bag.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:10 2009 New Revision: 815019 URL: http://svn.apache.org/viewvc?rev=815019view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815011 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:53:58 2009 New Revision: 815011 URL: http://svn.apache.org/viewvc?rev=815011view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815013 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/PredicatedBag.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:01 2009 New Revision: 815013 URL: http://svn.apache.org/viewvc?rev=815013view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815015 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/SynchronizedBag.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:03 2009 New Revision: 815015 URL: http://svn.apache.org/viewvc?rev=815015view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815035 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/AbstractCollectionDecorator.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:41 2009 New Revision: 815035 URL: http://svn.apache.org/viewvc?rev=815035view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815039 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/TransformedCollection.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:49 2009 New Revision: 815039 URL: http://svn.apache.org/viewvc?rev=815039view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815040 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:51 2009 New Revision: 815040 URL: http://svn.apache.org/viewvc?rev=815040view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815041 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/UnmodifiableCollection.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:53 2009 New Revision: 815041 URL: http://svn.apache.org/viewvc?rev=815041view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815022 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/AbstractDualBidiMap.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:16 2009 New Revision: 815022 URL: http://svn.apache.org/viewvc?rev=815022view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815043 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/ExtendedProperties.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:56 2009 New Revision: 815043 URL: http://svn.apache.org/viewvc?rev=815043view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815044 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/FactoryUtils.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:58 2009 New Revision: 815044 URL: http://svn.apache.org/viewvc?rev=815044view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815027 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/AbstractBufferDecorator.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:25 2009 New Revision: 815027 URL: http://svn.apache.org/viewvc?rev=815027view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815046 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/EqualPredicate.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:02 2009 New Revision: 815046 URL: http://svn.apache.org/viewvc?rev=815046view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815045 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/AllPredicate.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:00 2009 New Revision: 815045 URL: http://svn.apache.org/viewvc?rev=815045view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815050 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NullPredicate.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:13 2009 New Revision: 815050 URL: http://svn.apache.org/viewvc?rev=815050view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815049 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/InstantiateFactory.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:08 2009 New Revision: 815049 URL: http://svn.apache.org/viewvc?rev=815049view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815054 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/Get.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:18 2009 New Revision: 815054 URL: http://svn.apache.org/viewvc?rev=815054view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815053 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/TruePredicate.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:16 2009 New Revision: 815053 URL: http://svn.apache.org/viewvc?rev=815053view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815055 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/IndexedCollection.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:21 2009 New Revision: 815055 URL: http://svn.apache.org/viewvc?rev=815055view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815058 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/IterableSortedMap.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:27 2009 New Revision: 815058 URL: http://svn.apache.org/viewvc?rev=815058view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815059 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:30 2009 New Revision: 815059 URL: http://svn.apache.org/viewvc?rev=815059view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815060 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ListIteratorWrapper.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:55:31 2009 New Revision: 815060 URL: http://svn.apache.org/viewvc?rev=815060view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

svn commit: r815034 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/ClosureUtils.java

2009-09-14 Thread bayard
Author: bayard Date: Tue Sep 15 05:54:39 2009 New Revision: 815034 URL: http://svn.apache.org/viewvc?rev=815034view=rev Log: Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956. Also see the following revisions

<    2   3   4   5   6   7   8   9   10   11   >