svn commit: r641166 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/ java/org/apache/commons/collections/bag/ test/org/apache/commons/collections/ test/org/apache/commo

2008-03-25 Thread bayard
Author: bayard Date: Tue Mar 25 23:08:52 2008 New Revision: 641166 URL: http://svn.apache.org/viewvc?rev=641166&view=rev Log: Applying my patch from COLLECTIONS-265. TreeBag no longer accepts non-Comparable classes when it naturally ordered (ie: no comparator has been set) Modified: common

svn commit: r641165 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/PredicatedCollection.java

2008-03-25 Thread bayard
Author: bayard Date: Tue Mar 25 23:04:56 2008 New Revision: 641165 URL: http://svn.apache.org/viewvc?rev=641165&view=rev Log: Adding the predicate to the IllegalArgumentException as per COLLECTIONS-280 Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/collect

svn commit: r641155 - /commons/proper/collections/trunk/RELEASE-NOTES.html

2008-03-25 Thread bayard
Author: bayard Date: Tue Mar 25 22:22:06 2008 New Revision: 641155 URL: http://svn.apache.org/viewvc?rev=641155&view=rev Log: Adding a note about collections-238 having potential compatibility problems Modified: commons/proper/collections/trunk/RELEASE-NOTES.html Modified: commons/proper/col

svn commit: r641153 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/ExtendedProperties.java test/org/apache/commons/collections/TestExtendedProperties.java

2008-03-25 Thread bayard
Author: bayard Date: Tue Mar 25 22:18:45 2008 New Revision: 641153 URL: http://svn.apache.org/viewvc?rev=641153&view=rev Log: Applying a unit test and a fix for COLLECTIONS-238 - allowing ExtendedProperties to support empty property values Modified: commons/proper/collections/trunk/src/java

svn commit: r641124 - in /commons/sandbox/performance/trunk/src/java/org/apache/commons/performance: ClientThread.java LoadGenerator.java Statistics.java

2008-03-25 Thread psteitz
Author: psteitz Date: Tue Mar 25 19:56:37 2008 New Revision: 641124 URL: http://svn.apache.org/viewvc?rev=641124&view=rev Log: Completed implementation of statistics aggregators. Modified: commons/sandbox/performance/trunk/src/java/org/apache/commons/performance/ClientThread.java common

svn commit: r640958 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/expr/ test/java/org/apache/commons/configuration2/expr/

2008-03-25 Thread oheger
Author: oheger Date: Tue Mar 25 12:48:21 2008 New Revision: 640958 URL: http://svn.apache.org/viewvc?rev=640958&view=rev Log: Added a getChildrenCount() method to the NodeHandler interface. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/c

svn commit: r640865 - /commons/proper/lang/trunk/xdocs/article2_4.xml

2008-03-25 Thread mbenson
Author: mbenson Date: Tue Mar 25 08:43:23 2008 New Revision: 640865 URL: http://svn.apache.org/viewvc?rev=640865&view=rev Log: fix error Modified: commons/proper/lang/trunk/xdocs/article2_4.xml Modified: commons/proper/lang/trunk/xdocs/article2_4.xml URL: http://svn.apache.org/viewvc/common

svn commit: r640735 - /commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/parser/XMLParser.java

2008-03-25 Thread bayard
Author: bayard Date: Tue Mar 25 01:06:39 2008 New Revision: 640735 URL: http://svn.apache.org/viewvc?rev=640735&view=rev Log: Null protection for the 'e' variable as per Fortify report Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/parser/XMLParser.java Modified: co

svn commit: r640732 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ram/RamFileRandomAccessContent.java

2008-03-25 Thread bayard
Author: bayard Date: Tue Mar 25 00:52:27 2008 New Revision: 640732 URL: http://svn.apache.org/viewvc?rev=640732&view=rev Log: Removed the recursive method call, and pointed the read(byte[]) to the read(byte[],int,int) method as per VFS-190 Modified: commons/proper/vfs/trunk/core/src/main/ja

svn commit: r640729 - in /commons/proper/lang/trunk: default.properties pom.xml project.xml

2008-03-25 Thread bayard
Author: bayard Date: Tue Mar 25 00:38:20 2008 New Revision: 640729 URL: http://svn.apache.org/viewvc?rev=640729&view=rev Log: Moving the version to 3.0-SNAPSHOT to match JIRA Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml commons/proper/lang/t

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

2008-03-25 Thread bayard
Author: bayard Date: Tue Mar 25 00:37:12 2008 New Revision: 640727 URL: http://svn.apache.org/viewvc?rev=640727&view=rev Log: Fixing the javadoc for endsWithIgnoreCase as per LANG-418, and adding some javadoc to test the novel javadoc examples Modified: commons/proper/lang/trunk/src/java/org