svn commit: r751359 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/exception/

2009-03-07 Thread bayard
Author: bayard Date: Sun Mar 8 02:20:22 2009 New Revision: 751359 URL: http://svn.apache.org/viewvc?rev=751359&view=rev Log: Fixing names of classes so they compile/run Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/exception/AbstractNestableTest.java com

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

2009-03-07 Thread bayard
Author: bayard Date: Sun Mar 8 02:34:41 2009 New Revision: 751360 URL: http://svn.apache.org/viewvc?rev=751360&view=rev Log: Hooking up tests and tests to ignore Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r752351 - /commons/proper/cli/branches/cli-1.x/pom.xml

2009-03-10 Thread bayard
Author: bayard Date: Wed Mar 11 02:27:44 2009 New Revision: 752351 URL: http://svn.apache.org/viewvc?rev=752351&view=rev Log: Moving to JDK 1.4. Modified: commons/proper/cli/branches/cli-1.x/pom.xml Modified: commons/proper/cli/branches/cli-1.x/pom.xml URL: http://svn.apache.org/vi

svn commit: r752352 - /commons/proper/cli/branches/cli-1.x/pom.xml

2009-03-10 Thread bayard
Author: bayard Date: Wed Mar 11 02:28:03 2009 New Revision: 752352 URL: http://svn.apache.org/viewvc?rev=752352&view=rev Log: 6th attempt lucky? Modified: commons/proper/cli/branches/cli-1.x/pom.xml Modified: commons/proper/cli/branches/cli-1.x/pom.xml URL: http://svn.apache.org/vi

svn commit: r752353 - /commons/proper/cli/tags/cli-1.2-RC6/

2009-03-10 Thread bayard
Author: bayard Date: Wed Mar 11 02:28:29 2009 New Revision: 752353 URL: http://svn.apache.org/viewvc?rev=752353&view=rev Log: Tagging RC6 of CLI-1.2 Added: commons/proper/cli/tags/cli-1.2-RC6/ - copied from r752352, commons/proper/cli/branches/cli-1.x/

svn commit: r753619 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/IDKey.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 09:26:01 2009 New Revision: 753619 URL: http://svn.apache.org/viewvc?rev=753619&view=rev Log: Making IDKey package private. Which means it needs to move into builder Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/IDKey.java Modi

svn commit: r753620 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang: IDKey.java builder/IDKey.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 09:26:14 2009 New Revision: 753620 URL: http://svn.apache.org/viewvc?rev=753620&view=rev Log: Moving IDKey into builder package Added: commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/IDKey.java - copied unchanged from r75

svn commit: r753621 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder: HashCodeBuilder.java IDKey.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 09:26:42 2009 New Revision: 753621 URL: http://svn.apache.org/viewvc?rev=753621&view=rev Log: Fixing package name. Removing import Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java commons/proper/lang/t

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

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 09:57:47 2009 New Revision: 753624 URL: http://svn.apache.org/viewvc?rev=753624&view=rev Log: Removing deprecated fields in DateUtils as per LANG-438 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java commons/pr

svn commit: r753625 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/NumberUtils.java test/org/apache/commons/lang/LangTestSuite.java test/org/apache/commons/lang/NumberUtilsTest.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 09:59:56 2009 New Revision: 753625 URL: http://svn.apache.org/viewvc?rev=753625&view=rev Log: Removed deprecated org.apache.commons.lang.NumberUtils class as per LANG-438 Removed: commons/proper/lang/trunk/src/java/org/apache/commons/lang/NumberUtils.

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

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 10:01:53 2009 New Revision: 753626 URL: http://svn.apache.org/viewvc?rev=753626&view=rev Log: Removing deprecated NumberUtils.toInt methods [LANG-438] Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberUtils.java com

svn commit: r753627 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/NumberRange.java test/org/apache/commons/lang/LangTestSuite.java test/org/apache/commons/lang/NumberRangeTest.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 10:03:13 2009 New Revision: 753627 URL: http://svn.apache.org/viewvc?rev=753627&view=rev Log: Removed deprecated NumberRange class [LANG-438] Removed: commons/proper/lang/trunk/src/java/org/apache/commons/lang/NumberRange.java commons/proper/lang/t

svn commit: r754482 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/CharSetUtils.java test/org/apache/commons/lang/CharSetUtilsTest.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 16:29:28 2009 New Revision: 754482 URL: http://svn.apache.org/viewvc?rev=754482&view=rev Log: Removing deprecated evaluateSet and translate methods [LANG-438] Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/CharSetUtils.java com

svn commit: r754483 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 16:33:57 2009 New Revision: 754483 URL: http://svn.apache.org/viewvc?rev=754483&view=rev Log: Removed deprecated methods from StandardToStringStyle (setShortClassName + isShortClassName) [LANG-438] Modified: commons/proper/lang/trunk/src/java/org/ap

svn commit: r754484 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 16:34:16 2009 New Revision: 754484 URL: http://svn.apache.org/viewvc?rev=754484&view=rev Log: Removed deprecated constructors from ReflectionToStringBuilder [LANG-438] Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/bui

svn commit: r754485 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/SystemUtils.java test/org/apache/commons/lang/SystemUtilsTest.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 16:36:17 2009 New Revision: 754485 URL: http://svn.apache.org/viewvc?rev=754485&view=rev Log: Removed deprecated getJavaVersion() method from SystemUtils [LANG-438] Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/SystemUtils.

svn commit: r754486 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringStyle.java

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 16:37:15 2009 New Revision: 754486 URL: http://svn.apache.org/viewvc?rev=754486&view=rev Log: Removed deprecated methods from ToStringStyle (setShortClassName + isShortClassName) [LANG-438] Modified: commons/proper/lang/trunk/src/java/org/apache/commons/

svn commit: r754488 - /commons/proper/lang/trunk/xdocs/index.xml

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 16:45:09 2009 New Revision: 754488 URL: http://svn.apache.org/viewvc?rev=754488&view=rev Log: Removing Resources section. Article is a 404 now and the list of things used in the latest release grows and grows Modified: commons/proper/lang/trunk/x

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

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 16:47:40 2009 New Revision: 754489 URL: http://svn.apache.org/viewvc?rev=754489&view=rev Log: Turning on cobertura + findbugs. Pointing clirr to 2.4 Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL:

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

2009-03-14 Thread bayard
Author: bayard Date: Sat Mar 14 16:54:45 2009 New Revision: 754491 URL: http://svn.apache.org/viewvc?rev=754491&view=rev Log: Note that FindBugs is memory hungry Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r754589 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/ java/org/apache/commons/lang/exception/ test/org/apache/commons/lang/ test/org/apache/commons/lang/exception/

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 02:10:44 2009 New Revision: 754589 URL: http://svn.apache.org/viewvc?rev=754589&view=rev Log: Removing the Lang NestableException concept and instead relying on the JDK support. [LANG-492]. [LANG-491] notes the need to rethink ExceptionUtils and its

svn commit: r754591 - /commons/proper/lang/lang-backcompat/src/test/org/apache/commons/lang/exception/

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 02:30:46 2009 New Revision: 754591 URL: http://svn.apache.org/viewvc?rev=754591&view=rev Log: Hooking the old exception code in. Contains a branched fork of the ExceptionUtils class - will need to decide what to do about that Added: commons/proper/lang/

svn commit: r754595 - /commons/proper/lang/lang-backcompat/src/java/org/apache/commons/lang/math/

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 02:42:34 2009 New Revision: 754595 URL: http://svn.apache.org/viewvc?rev=754595&view=rev Log: Preparing to move some code in from the math subpackage Added: commons/proper/lang/lang-backcompat/src/java/org/apache/commons/lang/math/

svn commit: r754597 - /commons/proper/lang/lang-backcompat/src/test/org/apache/commons/lang/math/

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 02:42:49 2009 New Revision: 754597 URL: http://svn.apache.org/viewvc?rev=754597&view=rev Log: Preparing to move some code in from the math subpackage Added: commons/proper/lang/lang-backcompat/src/test/org/apache/commons/lang/math/

svn commit: r754599 - in /commons/proper/lang: lang-backcompat/src/java/org/apache/commons/lang/math/JVMRandom.java trunk/src/java/org/apache/commons/lang/math/JVMRandom.java

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 02:43:42 2009 New Revision: 754599 URL: http://svn.apache.org/viewvc?rev=754599&view=rev Log: Dropping JVMRandom from Lang to the backcompat Added: commons/proper/lang/lang-backcompat/src/java/org/apache/commons/lang/math/JVMRandom.java - co

svn commit: r754600 - in /commons/proper/lang: lang-backcompat/src/java/org/apache/commons/lang/math/RandomUtils.java trunk/src/java/org/apache/commons/lang/math/RandomUtils.java

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 02:44:13 2009 New Revision: 754600 URL: http://svn.apache.org/viewvc?rev=754600&view=rev Log: Dropping RandomUtils from Lang to the backcompat Added: commons/proper/lang/lang-backcompat/src/java/org/apache/commons/lang/math/RandomUtils.java - co

svn commit: r754601 - in /commons/proper/lang: lang-backcompat/src/test/org/apache/commons/lang/math/RandomUtilsTest.java trunk/src/test/org/apache/commons/lang/math/RandomUtilsTest.java

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 02:46:35 2009 New Revision: 754601 URL: http://svn.apache.org/viewvc?rev=754601&view=rev Log: Dropping RandomUtils from Lang to the backcompat Added: commons/proper/lang/lang-backcompat/src/test/org/apache/commons/lang/math/RandomUtilsTest.java - co

svn commit: r754590 - /commons/proper/lang/lang-backcompat/src/java/org/apache/commons/lang/exception/

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 02:30:19 2009 New Revision: 754590 URL: http://svn.apache.org/viewvc?rev=754590&view=rev Log: Hooking the old exception code in. Contains a branched fork of the ExceptionUtils class - will need to decide what to do about that Added: commons/proper/lang/

svn commit: r754602 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/math/MathTestSuite.java

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 02:49:37 2009 New Revision: 754602 URL: http://svn.apache.org/viewvc?rev=754602&view=rev Log: Removing removed test from suite - LANG-493 Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/math/MathTestSuite.java Modified: commons/pr

svn commit: r754610 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/EnumUtilsTest.java

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 03:41:15 2009 New Revision: 754610 URL: http://svn.apache.org/viewvc?rev=754610&view=rev Log: Bringing the code coverage to 100% :) Constructor wasn't being tested. Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/EnumUtils

svn commit: r754611 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/mutable/MutableBooleanTest.java

2009-03-14 Thread bayard
Author: bayard Date: Sun Mar 15 03:43:40 2009 New Revision: 754611 URL: http://svn.apache.org/viewvc?rev=754611&view=rev Log: This should bring code coverage to 100% for MutableBoolean Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/mutable/MutableBooleanTest.

svn commit: r754782 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberUtils.java

2009-03-15 Thread bayard
Author: bayard Date: Sun Mar 15 22:36:07 2009 New Revision: 754782 URL: http://svn.apache.org/viewvc?rev=754782&view=rev Log: Fixing javadoc to not reference removed method Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberUtils.java Modified: commons/pr

svn commit: r754830 - in /commons/proper/cli/branches/cli-1.x/src: java/org/apache/commons/cli/OptionBuilder.java test/org/apache/commons/cli/OptionBuilderTest.java

2009-03-16 Thread bayard
Author: bayard Date: Mon Mar 16 07:26:44 2009 New Revision: 754830 URL: http://svn.apache.org/viewvc?rev=754830&view=rev Log: Applying Jorg Schaible's patch from CLI-177 to fix the OptionBuilder's not resetting when an Exception is thrown Modified: commons/proper/cli/branch

svn commit: r754831 - /commons/proper/cli/branches/cli-1.x/pom.xml

2009-03-16 Thread bayard
Author: bayard Date: Mon Mar 16 07:27:41 2009 New Revision: 754831 URL: http://svn.apache.org/viewvc?rev=754831&view=rev Log: RC7 time Modified: commons/proper/cli/branches/cli-1.x/pom.xml Modified: commons/proper/cli/branches/cli-1.x/pom.xml URL: http://svn.apache.org/viewvc/com

svn commit: r754832 - /commons/proper/cli/trunk/xdocs/changes.xml

2009-03-16 Thread bayard
Author: bayard Date: Mon Mar 16 07:29:19 2009 New Revision: 754832 URL: http://svn.apache.org/viewvc?rev=754832&view=rev Log: Adding CLI-177 Modified: commons/proper/cli/trunk/xdocs/changes.xml Modified: commons/proper/cli/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/com

svn commit: r754833 - /commons/proper/cli/tags/cli-1.2-RC7/

2009-03-16 Thread bayard
Author: bayard Date: Mon Mar 16 07:29:40 2009 New Revision: 754833 URL: http://svn.apache.org/viewvc?rev=754833&view=rev Log: Tagging RC7 of CLI-1.2 Added: commons/proper/cli/tags/cli-1.2-RC7/ - copied from r754832, commons/proper/cli/branches/cli-1.x/

svn commit: r756168 - /commons/proper/cli/branches/cli-1.x/RELEASE-NOTES.txt

2009-03-19 Thread bayard
Author: bayard Date: Thu Mar 19 20:23:26 2009 New Revision: 756168 URL: http://svn.apache.org/viewvc?rev=756168&view=rev Log: Slight update to release notes, nothing critical but a few extra issues added in. This is the version that will live on the dist website Modified: commons/proper

svn commit: r756244 - /commons/proper/cli/trunk/xdocs/changes.xml

2009-03-19 Thread bayard
Author: bayard Date: Thu Mar 19 22:46:00 2009 New Revision: 756244 URL: http://svn.apache.org/viewvc?rev=756244&view=rev Log: Adding last minute changes and date Modified: commons/proper/cli/trunk/xdocs/changes.xml Modified: commons/proper/cli/trunk/xdocs/changes.xml URL:

svn commit: r756252 - /commons/proper/commons-build/trunk/downloads/downloads.xml

2009-03-19 Thread bayard
Author: bayard Date: Thu Mar 19 23:04:37 2009 New Revision: 756252 URL: http://svn.apache.org/viewvc?rev=756252&view=rev Log: Upating CLI download page Modified: commons/proper/commons-build/trunk/downloads/downloads.xml Modified: commons/proper/commons-build/trunk/downloads/downloads

svn commit: r756325 - /commons/proper/cli/branches/cli-1.x/pom.xml

2009-03-19 Thread bayard
Author: bayard Date: Fri Mar 20 04:48:58 2009 New Revision: 756325 URL: http://svn.apache.org/viewvc?rev=756325&view=rev Log: Moving to development snapshot Modified: commons/proper/cli/branches/cli-1.x/pom.xml Modified: commons/proper/cli/branches/cli-1.x/pom.xml URL:

svn commit: r756326 - /commons/proper/cli/branches/cli-1.x/xdocs/

2009-03-19 Thread bayard
Author: bayard Date: Fri Mar 20 05:04:18 2009 New Revision: 756326 URL: http://svn.apache.org/viewvc?rev=756326&view=rev Log: Copying the CLI2 site over, to then be tightened up to be a CLI1 website Added: commons/proper/cli/branches/cli-1.x/xdocs/ - copied from r756325, commons/pr

svn commit: r756333 - /commons/proper/cli/branches/cli-1.x/src/site/

2009-03-19 Thread bayard
Author: bayard Date: Fri Mar 20 05:49:21 2009 New Revision: 756333 URL: http://svn.apache.org/viewvc?rev=756333&view=rev Log: Copying the CLI2 site.xml over, to then be tightened up to be a CLI1 website Added: commons/proper/cli/branches/cli-1.x/src/site/ - copied from r756332, com

svn commit: r756334 - /commons/proper/cli/branches/cli-1.x/src/media/media/

2009-03-19 Thread bayard
Author: bayard Date: Fri Mar 20 05:49:57 2009 New Revision: 756334 URL: http://svn.apache.org/viewvc?rev=756334&view=rev Log: Copying the CLI2 logo over, to then be tightened up to be a CLI1 website Added: commons/proper/cli/branches/cli-1.x/src/media/media/ - copied from r75

svn commit: r756341 - in /commons/proper/cli/branches/cli-1.x: pom.xml src/site/site.xml xdocs/examples/ xdocs/index.xml xdocs/manual/

2009-03-19 Thread bayard
Author: bayard Date: Fri Mar 20 06:27:40 2009 New Revision: 756341 URL: http://svn.apache.org/viewvc?rev=756341&view=rev Log: Updating site to be CLI1 specific Removed: commons/proper/cli/branches/cli-1.x/xdocs/examples/ commons/proper/cli/branches/cli-1.x/xdocs/manual/ Modi

svn commit: r756487 - in /commons: proper/cli/branches/avalon-implementation/ sandbox/avalon-cli/

2009-03-20 Thread bayard
Author: bayard Date: Fri Mar 20 14:34:07 2009 New Revision: 756487 URL: http://svn.apache.org/viewvc?rev=756487&view=rev Log: Moving avalon-implementation of cli over to the sandbox Added: commons/sandbox/avalon-cli/ - copied from r756486, commons/proper/cli/branches/av

svn commit: r756491 - in /commons/sandbox: avalon-cli-tmp/ avalon-cli/

2009-03-20 Thread bayard
Author: bayard Date: Fri Mar 20 14:49:33 2009 New Revision: 756491 URL: http://svn.apache.org/viewvc?rev=756491&view=rev Log: Needs a trunk, moving out the way Added: commons/sandbox/avalon-cli-tmp/ - copied from r756490, commons/sandbox/avalon-cli/ Removed: commons/sandbox/av

svn commit: r756492 - /commons/sandbox/avalon-cli/

2009-03-20 Thread bayard
Author: bayard Date: Fri Mar 20 14:49:39 2009 New Revision: 756492 URL: http://svn.apache.org/viewvc?rev=756492&view=rev Log: Creating avalon-cli space Added: commons/sandbox/avalon-cli/

svn commit: r756493 - in /commons/sandbox: avalon-cli-tmp/ avalon-cli/trunk/

2009-03-20 Thread bayard
Author: bayard Date: Fri Mar 20 14:50:02 2009 New Revision: 756493 URL: http://svn.apache.org/viewvc?rev=756493&view=rev Log: Moving avalon-cli code in as trunk to new avalon-cli space Added: commons/sandbox/avalon-cli/trunk/ - copied from r756492, commons/sandbox/avalon-cli

svn commit: r756497 - /commons/trunks-sandbox/

2009-03-20 Thread bayard
Author: bayard Date: Fri Mar 20 14:50:57 2009 New Revision: 756497 URL: http://svn.apache.org/viewvc?rev=756497&view=rev Log: Adding avalon-cli to externals Modified: commons/trunks-sandbox/ (props changed) Propchange: commons/trunks-san

svn commit: r757041 - in /commons/proper/cli/trunk: src/site/site.xml xdocs/index.xml xdocs/introduction.xml xdocs/properties.xml xdocs/release_1_0.xml xdocs/release_1_2.xml xdocs/upgrading-1.0-to-1.1

2009-03-21 Thread bayard
Author: bayard Date: Sat Mar 21 22:41:54 2009 New Revision: 757041 URL: http://svn.apache.org/viewvc?rev=757041&view=rev Log: Making the cli website CLI2 specific Removed: commons/proper/cli/trunk/xdocs/introduction.xml commons/proper/cli/trunk/xdocs/properties.xml commons/proper

svn commit: r757042 - in /commons/proper/cli/trunk: build.xml project.properties

2009-03-21 Thread bayard
Author: bayard Date: Sat Mar 21 22:43:51 2009 New Revision: 757042 URL: http://svn.apache.org/viewvc?rev=757042&view=rev Log: Dumping Ant build Removed: commons/proper/cli/trunk/build.xml commons/proper/cli/trunk/project.properties

svn commit: r757047 - /commons/proper/cli/trunk/pom.xml

2009-03-21 Thread bayard
Author: bayard Date: Sat Mar 21 22:47:24 2009 New Revision: 757047 URL: http://svn.apache.org/viewvc?rev=757047&view=rev Log: Moving to cli2 in the sandbox Modified: commons/proper/cli/trunk/pom.xml Modified: commons/proper/cli/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r757048 - /commons/sandbox/cli2/

2009-03-21 Thread bayard
Author: bayard Date: Sat Mar 21 22:47:47 2009 New Revision: 757048 URL: http://svn.apache.org/viewvc?rev=757048&view=rev Log: Creating space for CLI2 Added: commons/sandbox/cli2/

svn commit: r757050 - in /commons: proper/cli/trunk/ sandbox/cli2/trunk/

2009-03-21 Thread bayard
Author: bayard Date: Sat Mar 21 22:48:26 2009 New Revision: 757050 URL: http://svn.apache.org/viewvc?rev=757050&view=rev Log: Moving trunk, which is CLI2, over to the sandbox Added: commons/sandbox/cli2/trunk/ - copied from r757049, commons/proper/cli/trunk/ Removed: commons/pr

svn commit: r757051 - in /commons/proper/cli: branches/cli-1.x/ trunk/

2009-03-21 Thread bayard
Author: bayard Date: Sat Mar 21 22:49:15 2009 New Revision: 757051 URL: http://svn.apache.org/viewvc?rev=757051&view=rev Log: Moving the 1.x branch in as the trunk for Commons CLI Added: commons/proper/cli/trunk/ - copied from r757050, commons/proper/cli/branches/cli-1.x/ Rem

svn commit: r757052 - /commons/trunks-sandbox/

2009-03-21 Thread bayard
Author: bayard Date: Sat Mar 21 22:50:00 2009 New Revision: 757052 URL: http://svn.apache.org/viewvc?rev=757052&view=rev Log: Adding cli2 to externals Modified: commons/trunks-sandbox/ (props changed) Propchange: commons/trunks-san

svn commit: r757057 - in /commons/proper/commons-build/trunk: menus/sandbox-items.ent parts/sandbox-table.ent src/site/apt/sandbox/index.apt

2009-03-21 Thread bayard
Author: bayard Date: Sat Mar 21 23:00:26 2009 New Revision: 757057 URL: http://svn.apache.org/viewvc?rev=757057&view=rev Log: Adding CLI2 entry Modified: commons/proper/commons-build/trunk/menus/sandbox-items.ent commons/proper/commons-build/trunk/parts/sandbox-table.ent com

svn commit: r757064 - /commons/proper/cli/trunk/pom.xml

2009-03-21 Thread bayard
Author: bayard Date: Sat Mar 21 23:12:40 2009 New Revision: 757064 URL: http://svn.apache.org/viewvc?rev=757064&view=rev Log: Fixing svn info Modified: commons/proper/cli/trunk/pom.xml Modified: commons/proper/cli/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/cli/t

svn commit: r757137 - /commons/sandbox/cli2/trunk/xdocs/index.xml

2009-03-21 Thread bayard
Author: bayard Date: Sun Mar 22 06:55:02 2009 New Revision: 757137 URL: http://svn.apache.org/viewvc?rev=757137&view=rev Log: Fixing user guide link Modified: commons/sandbox/cli2/trunk/xdocs/index.xml Modified: commons/sandbox/cli2/trunk/xdocs/index.xml URL: http://svn.apache.org/vi

svn commit: r757430 - in /commons: proper/cli/trunk/doap_cli.rdf sandbox/cli2/trunk/doap_cli.rdf

2009-03-23 Thread bayard
Author: bayard Date: Mon Mar 23 16:08:26 2009 New Revision: 757430 URL: http://svn.apache.org/viewvc?rev=757430&view=rev Log: Moving the CLI DOAP back into trunk Added: commons/proper/cli/trunk/doap_cli.rdf - copied unchanged from r757429, commons/sandbox/cli2/trunk/doap_cli

svn commit: r757657 - /commons/sandbox/cli2/trunk/pom.xml

2009-03-23 Thread bayard
Author: bayard Date: Tue Mar 24 04:21:02 2009 New Revision: 757657 URL: http://svn.apache.org/viewvc?rev=757657&view=rev Log: Moving more items from cli to cli2 Modified: commons/sandbox/cli2/trunk/pom.xml Modified: commons/sandbox/cli2/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r757676 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/language/ test/org/apache/commons/codec/language/

2009-03-24 Thread bayard
Author: bayard Date: Tue Mar 24 07:18:36 2009 New Revision: 757676 URL: http://svn.apache.org/viewvc?rev=757676&view=rev Log: Applying sebb's patch from CODEC-72 - fixing the char[] API of Soundex/RefinedSoundex, which shouldn't be used externally as they are the defaults. He&#

svn commit: r760875 - /commons/proper/compress/trunk/pom.xml

2009-04-01 Thread bayard
Author: bayard Date: Wed Apr 1 12:57:55 2009 New Revision: 760875 URL: http://svn.apache.org/viewvc?rev=760875&view=rev Log: Dropping me from the list of compress developers now that there are others there Modified: commons/proper/compress/trunk/pom.xml Modified: commons/proper/comp

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

2009-04-09 Thread bayard
Author: bayard Date: Thu Apr 9 08:34:47 2009 New Revision: 763559 URL: http://svn.apache.org/viewvc?rev=763559&view=rev Log: Removing BooleanUtils.toBooleanObject(boolean) as JDK 1.4 provides Boolean.valueOf(boolean) - even if we ignore autoboxing. LANG-492 Modified: commons/proper/

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

2009-04-09 Thread bayard
Author: bayard Date: Thu Apr 9 08:38:53 2009 New Revision: 763561 URL: http://svn.apache.org/viewvc?rev=763561&view=rev Log: Improving getPackageName(Class) to be class.getPackage().getName(). This method then becomes one of the null-protection only methods... which are imo struggling

svn commit: r766213 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64Test.java

2009-04-17 Thread bayard
Author: bayard Date: Sat Apr 18 05:02:21 2009 New Revision: 766213 URL: http://svn.apache.org/viewvc?rev=766213&view=rev Log: Adding null test for CODEC-40 Modified: commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64Test.java Modified: commons/proper/codec/t

svn commit: r767766 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/IteratorUtils.java

2009-04-22 Thread bayard
Author: bayard Date: Thu Apr 23 02:37:09 2009 New Revision: 767766 URL: http://svn.apache.org/viewvc?rev=767766&view=rev Log: Fixing unnecessary null check in IteratorUtils per COLLECTIONS-319 Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collect

svn commit: r767767 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java

2009-04-22 Thread bayard
Author: bayard Date: Thu Apr 23 02:38:59 2009 New Revision: 767767 URL: http://svn.apache.org/viewvc?rev=767767&view=rev Log: Removing unnecessary null check per COLLECTIONS-318 Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java Modi

svn commit: r767768 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/StaticBucketMap.java

2009-04-22 Thread bayard
Author: bayard Date: Thu Apr 23 02:45:32 2009 New Revision: 767768 URL: http://svn.apache.org/viewvc?rev=767768&view=rev Log: Improving effiency of StaticBucketMap.putAll as per COLLECTIONS-320 Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections

svn commit: r770078 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/builder/ java/org/apache/commons/lang/math/ java/org/apache/commons/lang/mutable/ test/org/apache/commons/lang/mat

2009-04-29 Thread bayard
Author: bayard Date: Thu Apr 30 06:03:16 2009 New Revision: 770078 URL: http://svn.apache.org/viewvc?rev=770078&view=rev Log: Removing NumberUtils.compare(float,float) and NumberUtils.compare(double,double). These are now foud in Float and Double respectively. Keeping the unit tests,

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

2009-04-30 Thread bayard
Author: bayard Date: Thu Apr 30 07:40:02 2009 New Revision: 770100 URL: http://svn.apache.org/viewvc?rev=770100&view=rev Log: Applying Hendrik Maryns' generics changes for Mutable classes from LANG-336 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lan

svn commit: r770101 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/BooleanUtils.java

2009-04-30 Thread bayard
Author: bayard Date: Thu Apr 30 07:50:19 2009 New Revision: 770101 URL: http://svn.apache.org/viewvc?rev=770101&view=rev Log: Simplifying for loop Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/BooleanUtils.java Modified: commons/proper/lang/trunk/src/java/org/ap

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

2009-04-30 Thread bayard
Author: bayard Date: Thu Apr 30 08:08:48 2009 New Revision: 770105 URL: http://svn.apache.org/viewvc?rev=770105&view=rev Log: Applying a set of updates for new Java features from Hendrik Maryns in LANG-336 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/

svn commit: r770891 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang: Entities.java Validate.java

2009-05-01 Thread bayard
Author: bayard Date: Sat May 2 05:20:35 2009 New Revision: 770891 URL: http://svn.apache.org/viewvc?rev=770891&view=rev Log: Applying Hendrik Maryns' generics changes for Entities + Validate from LANG-336 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/Enti

svn commit: r772539 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/CharSet.java

2009-05-07 Thread bayard
Author: bayard Date: Thu May 7 08:10:59 2009 New Revision: 772539 URL: http://svn.apache.org/viewvc?rev=772539&view=rev Log: Updating to java 5 foreach - LANG-336 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/CharSet.java Modified: commons/proper/lang/trunk/src/

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

2009-05-07 Thread bayard
Author: bayard Date: Thu May 7 08:11:38 2009 New Revision: 772540 URL: http://svn.apache.org/viewvc?rev=772540&view=rev Log: Updating to java 5 foreach - LANG-336 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/ClassUtils.java Modified: commons/proper/lang/trunk

svn commit: r772541 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/CompareToBuilder.java

2009-05-07 Thread bayard
Author: bayard Date: Thu May 7 08:12:25 2009 New Revision: 772541 URL: http://svn.apache.org/viewvc?rev=772541&view=rev Log: Adding generics - LANG-336 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/CompareToBuilder.java Modified: commons/proper/lang/t

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

2009-05-07 Thread bayard
Author: bayard Date: Thu May 7 08:28:13 2009 New Revision: 772544 URL: http://svn.apache.org/viewvc?rev=772544&view=rev Log: Type doesn't need tobe ArrayList Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionUtils.java Modified: commons/pr

svn commit: r772548 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/EqualsBuilder.java

2009-05-07 Thread bayard
Author: bayard Date: Thu May 7 08:31:48 2009 New Revision: 772548 URL: http://svn.apache.org/viewvc?rev=772548&view=rev Log: Genericizing excludeFieldList variablle - LANG-336 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/EqualsBuilder.java Modi

svn commit: r772551 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java

2009-05-07 Thread bayard
Author: bayard Date: Thu May 7 08:41:42 2009 New Revision: 772551 URL: http://svn.apache.org/viewvc?rev=772551&view=rev Log: Genericizing excludeFieldList variable and updating for loop to foreach - LANG-336 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/bui

svn commit: r772553 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java

2009-05-07 Thread bayard
Author: bayard Date: Thu May 7 08:42:01 2009 New Revision: 772553 URL: http://svn.apache.org/viewvc?rev=772553&view=rev Log: Type doesn't need to be ArrayList, and updating for loops Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ReflectionToStringBui

svn commit: r772557 - /commons/proper/lang/trunk/xdocs/changes.xml

2009-05-07 Thread bayard
Author: bayard Date: Thu May 7 09:00:26 2009 New Revision: 772557 URL: http://svn.apache.org/viewvc?rev=772557&view=rev Log: Start of changes file - LANG-484 Added: commons/proper/lang/trunk/xdocs/changes.xml (with props) Added: commons/proper/lang/trunk/xdocs/changes.xml URL:

svn commit: r775045 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/builder/ test/org/apache/commons/lang/builder/

2009-05-15 Thread bayard
Author: bayard Date: Fri May 15 07:33:02 2009 New Revision: 775045 URL: http://svn.apache.org/viewvc?rev=775045&view=rev Log: Genericizing per LANG-336. Removed two lines in the test that were trying to build a to string up to a class that was not in the hierarchy. The compiler now prot

svn commit: r775048 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text: StrLookup.java StrSubstitutor.java

2009-05-15 Thread bayard
Author: bayard Date: Fri May 15 07:34:17 2009 New Revision: 775048 URL: http://svn.apache.org/viewvc?rev=775048&view=rev Log: Commiting my variant patch from LANG-336 to Henrik Maryn's genericizing code Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrLo

svn commit: r775410 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java

2009-05-15 Thread bayard
Author: bayard Date: Sat May 16 03:44:06 2009 New Revision: 775410 URL: http://svn.apache.org/viewvc?rev=775410&view=rev Log: Fixing javadoc Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java Modified: commons/proper/lang/trunk/src/java

svn commit: r775411 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable: MutableBoolean.java MutableByte.java MutableDouble.java MutableFloat.java MutableInt.java MutableShort.jav

2009-05-15 Thread bayard
Author: bayard Date: Sat May 16 03:46:27 2009 New Revision: 775411 URL: http://svn.apache.org/viewvc?rev=775411&view=rev Log: Fixing javadoc, unused import Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java commons/proper/lang/trunk

svn commit: r775420 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java

2009-05-15 Thread bayard
Author: bayard Date: Sat May 16 06:32:52 2009 New Revision: 775420 URL: http://svn.apache.org/viewvc?rev=775420&view=rev Log: Removing unused import Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java Modified: commons/proper/lang/trunk

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

2009-05-16 Thread bayard
Author: bayard Date: Sat May 16 07:06:17 2009 New Revision: 775422 URL: http://svn.apache.org/viewvc?rev=775422&view=rev Log: Couple more reports - CPD and JavaNCSS because... why not? Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL:

svn commit: r775425 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang: builder/CompareToBuilder.java builder/ToStringBuilder.java mutable/MutableDouble.java

2009-05-16 Thread bayard
Author: bayard Date: Sat May 16 07:27:40 2009 New Revision: 775425 URL: http://svn.apache.org/viewvc?rev=775425&view=rev Log: Removing unused imports Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/CompareToBuilder.java commons/proper/lang/trunk/src/

svn commit: r775427 - in /commons/proper/lang/trunk: findbugs-exclude-filter.xml pom.xml

2009-05-16 Thread bayard
Author: bayard Date: Sat May 16 08:16:29 2009 New Revision: 775427 URL: http://svn.apache.org/viewvc?rev=775427&view=rev Log: Hooking up findbugs exclude file and updating the exception cases Modified: commons/proper/lang/trunk/findbugs-exclude-filter.xml commons/proper/lang/t

svn commit: r775428 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/IntHashMap.java

2009-05-16 Thread bayard
Author: bayard Date: Sat May 16 08:17:21 2009 New Revision: 775428 URL: http://svn.apache.org/viewvc?rev=775428&view=rev Log: Commented out unused field Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/IntHashMap.java Modified: commons/proper/lang/trunk/src/java

svn commit: r775429 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/StrTokenizer.java test/org/apache/commons/lang/text/StrTokenizerTest.java

2009-05-16 Thread bayard
Author: bayard Date: Sat May 16 08:18:46 2009 New Revision: 775429 URL: http://svn.apache.org/viewvc?rev=775429&view=rev Log: Started cloning the input character array. Record in LANG-489 for migration guide. Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/

svn commit: r775432 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java

2009-05-16 Thread bayard
Author: bayard Date: Sat May 16 08:26:07 2009 New Revision: 775432 URL: http://svn.apache.org/viewvc?rev=775432&view=rev Log: Cloning the output from getExcludeFieldNames, adjusting the code to use the attribute directly so it doesn't pay the clone() cost every time and changing the

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

2009-05-16 Thread bayard
Author: bayard Date: Sat May 16 08:36:51 2009 New Revision: 775434 URL: http://svn.apache.org/viewvc?rev=775434&view=rev Log: Letting PMD know we're on 1.5 Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewv

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

2009-05-16 Thread bayard
Author: bayard Date: Sat May 16 08:45:23 2009 New Revision: 775436 URL: http://svn.apache.org/viewvc?rev=775436&view=rev Log: Adding Hendrik Maryns as a contributor given all the work he did on Generics. Thanks again Hendrik Modified: commons/proper/lang/trunk/pom.xml Modified: com

svn commit: r775797 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java

2009-05-17 Thread bayard
Author: bayard Date: Mon May 18 03:15:33 2009 New Revision: 775797 URL: http://svn.apache.org/viewvc?rev=775797&view=rev Log: Moving isEmpty to generics as per LANG-504 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java Modified: commons/proper/lang/t

svn commit: r776538 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LRUMap.java

2009-05-19 Thread bayard
Author: bayard Date: Wed May 20 04:22:12 2009 New Revision: 776538 URL: http://svn.apache.org/viewvc?rev=776538&view=rev Log: Removing the incorrect -1 means no limit phrase from the constructor javadoc. COLLECTIONS-316 Modified: commons/proper/collections/trunk/src/java/org/apache/com

svn commit: r776542 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/AbstractHashedMap.java

2009-05-19 Thread bayard
Author: bayard Date: Wed May 20 04:30:05 2009 New Revision: 776542 URL: http://svn.apache.org/viewvc?rev=776542&view=rev Log: Refactoring putAll to _putAll so the constructor can call the copying in code without running through a subclass' implementation of putAll. Reported in COLLEC

svn commit: r776546 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/keyvalue/ test/org/apache/commons/collections/ test/org/apache/commons/collections/comparators/ test

2009-05-19 Thread bayard
Author: bayard Date: Wed May 20 04:48:19 2009 New Revision: 776546 URL: http://svn.apache.org/viewvc?rev=776546&view=rev Log: Removing tabs Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/keyvalue/MultiKey.java commons/proper/collections/trunk

svn commit: r776549 - in /commons/proper/collections/trunk: maven.xml project.properties project.xml

2009-05-19 Thread bayard
Author: bayard Date: Wed May 20 04:57:02 2009 New Revision: 776549 URL: http://svn.apache.org/viewvc?rev=776549&view=rev Log: Removing Maven1 build system Removed: commons/proper/collections/trunk/maven.xml commons/proper/collections/trunk/project.properties commons/pr

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