svn commit: r1726446 - /commons/proper/beanutils/branches/BEANUTILS_2/

2016-01-23 Thread brentworden
Author: brentworden Date: Sat Jan 23 20:09:01 2016 New Revision: 1726446 URL: http://svn.apache.org/viewvc?rev=1726446&view=rev Log: ignore eclipse artifacts from running mvn eclipse:eclipse Modified: commons/proper/beanutils/branches/BEANUTILS_2/ (props changed) Propchange: com

svn commit: r1624273 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVRecord.java

2014-09-11 Thread brentworden
Author: brentworden Date: Thu Sep 11 12:56:17 2014 New Revision: 1624273 URL: http://svn.apache.org/r1624273 Log: revert tostring implementation Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVRecord.java Modified: commons/proper/csv/trunk/src/main/java/org

svn commit: r1624061 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVRecord.java

2014-09-10 Thread brentworden
Author: brentworden Date: Wed Sep 10 17:28:26 2014 New Revision: 1624061 URL: http://svn.apache.org/r1624061 Log: CSV-124 replace string concatenation with StringBuilder Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVRecord.java Modified: commons/proper/csv

svn commit: r1624050 - /commons/proper/csv/trunk/src/changes/changes.xml

2014-09-10 Thread brentworden
Author: brentworden Date: Wed Sep 10 16:08:46 2014 New Revision: 1624050 URL: http://svn.apache.org/r1624050 Log: CSV-124 update changes Modified: commons/proper/csv/trunk/src/changes/changes.xml Modified: commons/proper/csv/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc

svn commit: r1624048 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/CSVRecord.java test/java/org/apache/commons/csv/CSVFileParserTest.java

2014-09-10 Thread brentworden
Author: brentworden Date: Wed Sep 10 16:05:45 2014 New Revision: 1624048 URL: http://svn.apache.org/r1624048 Log: CSV-124 apply provided patch and update unit tests Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVRecord.java commons/proper/csv/trunk/src/test

svn commit: r1535612 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/IOUtils.java main/java/org/apache/commons/io/output/ByteArrayOutputStream.java test/java/org

2013-10-24 Thread brentworden
Author: brentworden Date: Fri Oct 25 02:42:12 2013 New Revision: 1535612 URL: http://svn.apache.org/r1535612 Log: IO-395 overload IOUtils buffer methods to accept buffer size. Modified: commons/proper/io/trunk/src/changes/changes.xml commons/proper/io/trunk/src/main/java/org/apache

svn commit: r1535374 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java

2013-10-24 Thread brentworden
Author: brentworden Date: Thu Oct 24 13:22:07 2013 New Revision: 1535374 URL: http://svn.apache.org/r1535374 Log: exclude variation of the sun.nio.cs.ext.COMPOUND_TEXT_Encorder charset name when testing stream availability and skipping. Modified: commons/proper/io/trunk/src/test/java/org

svn commit: r1535373 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java

2013-10-24 Thread brentworden
Author: brentworden Date: Thu Oct 24 13:18:49 2013 New Revision: 1535373 URL: http://svn.apache.org/r1535373 Log: exclude variation of the sun.nio.cs.ext.COMPOUND_TEXT_Encorder charset name when testing stream availability and skipping. Modified: commons/proper/io/trunk/src/test/java/org

svn commit: r1532734 - /commons/trunks-proper/CHALLENGE.txt

2013-10-16 Thread brentworden
Author: brentworden Date: Wed Oct 16 11:46:13 2013 New Revision: 1532734 URL: http://svn.apache.org/r1532734 Log: (empty) Modified: commons/trunks-proper/CHALLENGE.txt Modified: commons/trunks-proper/CHALLENGE.txt URL: http://svn.apache.org/viewvc/commons/trunks-proper/CHALLENGE.txt?rev

svn commit: r1500545 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/ObjectUtils.java test/java/org/apache/commons/lang3/ObjectUtilsTest.java

2013-07-07 Thread brentworden
Author: brentworden Date: Sun Jul 7 22:07:46 2013 New Revision: 1500545 URL: http://svn.apache.org/r1500545 Log: LANG-837 Add ObjectUtils.toIdentityString methods that support StringBuilder, StrBuilder, and Appendable Modified: commons/proper/lang/trunk/src/changes/changes.xml commons

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

2013-06-28 Thread brentworden
Author: brentworden Date: Fri Jun 28 16:21:09 2013 New Revision: 1497829 URL: http://svn.apache.org/r1497829 Log: short circuit (un)capitalize if string is already (un)capitalized. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java commons

svn commit: r1382392 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/collection/AbstractCollectionTest.java

2012-09-08 Thread brentworden
Author: brentworden Date: Sun Sep 9 02:56:10 2012 New Revision: 1382392 URL: http://svn.apache.org/viewvc?rev=1382392&view=rev Log: corrected junit message Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/collection/AbstractCollectionTest.

svn commit: r1377492 - in /commons/proper/collections/trunk/src: main/java/org/apache/commons/collections/map/PassiveExpiringMap.java test/java/org/apache/commons/collections/map/TestPassiveExpiringMa

2012-08-26 Thread brentworden
Author: brentworden Date: Sun Aug 26 19:35:45 2012 New Revision: 1377492 URL: http://svn.apache.org/viewvc?rev=1377492&view=rev Log: fix indentation Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/PassiveExpiringMap.java commons/pr

svn commit: r1377491 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections/set/ListOrderedSet.java test/java/org/apache/commons/collections/set/ListO

2012-08-26 Thread brentworden
Author: brentworden Date: Sun Aug 26 19:29:47 2012 New Revision: 1377491 URL: http://svn.apache.org/viewvc?rev=1377491&view=rev Log: COLLECTIONS-426 patch applied. Modified: commons/proper/collections/trunk/src/changes/changes.xml commons/proper/collections/trunk/src/main/java

svn commit: r1377485 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections/list/SetUniqueList.java test/java/org/apache/commons/collections/list/SetU

2012-08-26 Thread brentworden
Author: brentworden Date: Sun Aug 26 19:01:51 2012 New Revision: 1377485 URL: http://svn.apache.org/viewvc?rev=1377485&view=rev Log: COLLECTIONS-427 patch applied. Modified: commons/proper/collections/trunk/src/changes/changes.xml commons/proper/collections/trunk/src/main/java

svn commit: r1377196 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections/ListUtils.java test/java/org/apache/commons/collections/ListUtilsTest.java

2012-08-24 Thread brentworden
Author: brentworden Date: Sat Aug 25 03:59:34 2012 New Revision: 1377196 URL: http://svn.apache.org/viewvc?rev=1377196&view=rev Log: COLLECTIONS-405 added select and selectRejected methods to ListUtils Modified: commons/proper/collections/trunk/src/changes/changes.xml commons/pr

svn commit: r1376831 - in /commons/proper/collections/trunk/src/test/resources/data/test: PassiveExpiringMap.emptyCollection.version4.obj PassiveExpiringMap.fullCollection.version4.obj

2012-08-23 Thread brentworden
Author: brentworden Date: Fri Aug 24 05:37:06 2012 New Revision: 1376831 URL: http://svn.apache.org/viewvc?rev=1376831&view=rev Log: COLLECTIONS-241 forgot serialized collection files Added: commons/proper/collections/trunk/src/test/resources/data/

svn commit: r1376828 - /commons/proper/collections/trunk/src/changes/changes.xml

2012-08-23 Thread brentworden
Author: brentworden Date: Fri Aug 24 05:15:01 2012 New Revision: 1376828 URL: http://svn.apache.org/viewvc?rev=1376828&view=rev Log: updated changes with COLLECTIONS-241 Modified: commons/proper/collections/trunk/src/changes/changes.xml Modified: commons/proper/collections/trunk/src/cha

svn commit: r1376827 - in /commons/proper/collections/trunk/src: main/java/org/apache/commons/collections/map/PassiveExpiringMap.java test/java/org/apache/commons/collections/map/TestPassiveExpiringMa

2012-08-23 Thread brentworden
Author: brentworden Date: Fri Aug 24 05:08:36 2012 New Revision: 1376827 URL: http://svn.apache.org/viewvc?rev=1376827&view=rev Log: COLLECTIONS-241 added PassiveExpiringMap and tests Added: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections

svn commit: r1127604 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/ java/org/apache/commons/collections/iterators/ test/org/apache/commons/collections/ test/org/apach

2011-05-25 Thread brentworden
Author: brentworden Date: Wed May 25 18:04:29 2011 New Revision: 1127604 URL: http://svn.apache.org/viewvc?rev=1127604&view=rev Log: COLLECTIONS-213. Added multiple use support to IteratorIterable. Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collect

svn commit: r1127199 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/functors/ test/org/apache/commons/collections/functors/

2011-05-24 Thread brentworden
Author: brentworden Date: Tue May 24 18:28:13 2011 New Revision: 1127199 URL: http://svn.apache.org/viewvc?rev=1127199&view=rev Log: COLLECTIONS-313. Added abstract closure that is capable of handling thrown exceptions from closure execution. Added: commons/proper/collections/trunk

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

2011-05-24 Thread brentworden
Author: brentworden Date: Tue May 24 16:12:00 2011 New Revision: 1127125 URL: http://svn.apache.org/viewvc?rev=1127125&view=rev Log: COLLECTIONS-306. Added @since. Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java Modified: com

svn commit: r1127123 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/CollectionUtils.java test/org/apache/commons/collections/TestCollectionUtils.java

2011-05-24 Thread brentworden
Author: brentworden Date: Tue May 24 16:11:07 2011 New Revision: 1127123 URL: http://svn.apache.org/viewvc?rev=1127123&view=rev Log: COLLECTIONS-306. Added predicated subtract method to CollectionUtils. Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collect

svn commit: r1126836 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/ java/org/apache/commons/collections/iterators/ test/org/apache/commons/collections/ test/org/apach

2011-05-23 Thread brentworden
Author: brentworden Date: Tue May 24 02:46:02 2011 New Revision: 1126836 URL: http://svn.apache.org/viewvc?rev=1126836&view=rev Log: COLLECTIONS-213. Added IteratorIterable adaptor class. Added: commons/proper/collections/trunk/src/java/org/apache/commons/collections/itera

svn commit: r1125466 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/CollectionUtils.java test/org/apache/commons/collections/TestCollectionUtils.java

2011-05-20 Thread brentworden
Author: brentworden Date: Fri May 20 16:56:34 2011 New Revision: 1125466 URL: http://svn.apache.org/viewvc?rev=1125466&view=rev Log: [COLLECTIONS-362] changed filter return value to boolean. Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collect

svn commit: r1125367 - in /commons/proper/collections/trunk/src/java/org/apache/commons/collections: ./ functors/ map/

2011-05-20 Thread brentworden
Author: brentworden Date: Fri May 20 13:04:44 2011 New Revision: 1125367 URL: http://svn.apache.org/viewvc?rev=1125367&view=rev Log: [COLLECTIONS-229] removed remaining deprecated methods. Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/PredicateUtils.

svn commit: r1023356 - /commons/proper/commons-parent/trunk/pom.xml

2010-10-16 Thread brentworden
Author: brentworden Date: Sat Oct 16 19:05:25 2010 New Revision: 1023356 URL: http://svn.apache.org/viewvc?rev=1023356&view=rev Log: [COMMONSSITE-29] added a java api link POM property that is configured in the javadoc plugin. Modified: commons/proper/commons-parent/trunk/pom.xml Modi

svn commit: r1023281 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/collection/ java/org/apache/commons/collections/set/ test/org/apache/commons/collections/map/ test/

2010-10-16 Thread brentworden
Author: brentworden Date: Sat Oct 16 13:24:12 2010 New Revision: 1023281 URL: http://svn.apache.org/viewvc?rev=1023281&view=rev Log: [COLLECTIONS-327] added serialVersionUID. Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/collec

svn commit: r1023105 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/functors/ test/org/apache/commons/collections/functors/

2010-10-15 Thread brentworden
Author: brentworden Date: Fri Oct 15 20:44:33 2010 New Revision: 1023105 URL: http://svn.apache.org/viewvc?rev=1023105&view=rev Log: [COLLECTIONS-8] added comparator based predicate. Added: commons/proper/collections/trunk/src/java/org/apache/commons/collections/func

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

2010-10-15 Thread brentworden
Author: brentworden Date: Fri Oct 15 19:29:44 2010 New Revision: 1023078 URL: http://svn.apache.org/viewvc?rev=1023078&view=rev Log: [COLLECTIONS-327] added serialVersionUID. Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/ExtendedProperties.java Modi

svn commit: r830745 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/distribution/ site/xdoc/ test/java/org/apache/commons/math/distribution/

2009-10-28 Thread brentworden
Author: brentworden Date: Wed Oct 28 19:59:21 2009 New Revision: 830745 URL: http://svn.apache.org/viewvc?rev=830745&view=rev Log: MATH-311. Changed probability calculations for Binomial, Poisson, and Hypergeometric distributions to use Catherine Loader's saddle point approximatio

svn commit: r830641 - /commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html

2009-10-28 Thread brentworden
Author: brentworden Date: Wed Oct 28 15:42:43 2009 New Revision: 830641 URL: http://svn.apache.org/viewvc?rev=830641&view=rev Log: updated external dependency section in javadoc to correctly identify required and conditionally required dependencies. Modified: commons/proper/beanutils/t

svn commit: r779176 - /commons/proper/math/trunk/doap_math.rdf

2009-05-27 Thread brentworden
Author: brentworden Date: Wed May 27 13:54:50 2009 New Revision: 779176 URL: http://svn.apache.org/viewvc?rev=779176&view=rev Log: corrected versioning in DOAP Modified: commons/proper/math/trunk/doap_math.rdf Modified: commons/proper/math/trunk/doap_math.rdf URL: http://svn.apache

svn commit: r776939 - in /commons/proper/math/trunk/src/test/org/apache/commons/math: TestUtils.java stat/ranking/NaturalRankingTest.java

2009-05-20 Thread brentworden
Author: brentworden Date: Thu May 21 03:17:52 2009 New Revision: 776939 URL: http://svn.apache.org/viewvc?rev=776939&view=rev Log: re-enabled unit test. changed testutils to use own assertEquals method to safely compare NaN values. Modified: commons/proper/math/trunk/src/test/org/ap

svn commit: r699157 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/distribution/FDistributionImpl.java site/xdoc/changes.xml test/org/apache/commons/math/distribution/FDistributionT

2008-09-25 Thread brentworden
Author: brentworden Date: Thu Sep 25 20:09:53 2008 New Revision: 699157 URL: http://svn.apache.org/viewvc?rev=699157&view=rev Log: MATH-227. fixed F distribution inverse CDF computation for small denominator degrees of freedom. Modified: commons/proper/math/trunk/src/java/org/ap

svn commit: r654100 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/analysis/BrentSolver.java site/xdoc/changes.xml test/org/apache/commons/math/analysis/BrentSolverTest.java

2008-05-07 Thread brentworden
Author: brentworden Date: Wed May 7 06:36:33 2008 New Revision: 654100 URL: http://svn.apache.org/viewvc?rev=654100&view=rev Log: MATH-204. added root checks for the endpoints. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java com

svn commit: r645193 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/stat/inference/TTestImpl.java site/xdoc/changes.xml

2008-04-05 Thread brentworden
Author: brentworden Date: Sat Apr 5 18:25:08 2008 New Revision: 645193 URL: http://svn.apache.org/viewvc?rev=645193&view=rev Log: MATH-201. Fixed truncation error in t-test classes for large t values. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/infer

svn commit: r643028 - /commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/

2008-03-31 Thread brentworden
Author: brentworden Date: Mon Mar 31 08:39:17 2008 New Revision: 643028 URL: http://svn.apache.org/viewvc?rev=643028&view=rev Log: set subversion properties on new files. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/Chromosome.java (props cha

svn commit: r643027 - /commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/

2008-03-31 Thread brentworden
Author: brentworden Date: Mon Mar 31 08:37:16 2008 New Revision: 643027 URL: http://svn.apache.org/viewvc?rev=643027&view=rev Log: added beginning of genetics framework. Added: commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/ commons/proper/math/trunk/src/java

svn commit: r635154 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/linear/ java/org/apache/commons/math/ode/ java/org/apache/commons/math/random/ java/org/apache/commons/math/stat/d

2008-03-08 Thread brentworden
Author: brentworden Date: Sat Mar 8 19:54:20 2008 New Revision: 635154 URL: http://svn.apache.org/viewvc?rev=635154&view=rev Log: MATH-193. javadoc and style fixes. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java commons/proper/

svn commit: r635150 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive: DescriptiveStatistics.java SummaryStatistics.java

2008-03-08 Thread brentworden
Author: brentworden Date: Sat Mar 8 19:30:30 2008 New Revision: 635150 URL: http://svn.apache.org/viewvc?rev=635150&view=rev Log: replace string concatenation with StringBuffer.append calls. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descrip

svn commit: r590964 - in /commons/proper/math/trunk: src/java/org/apache/commons/math/stat/descriptive/ src/test/org/apache/commons/math/stat/descriptive/ xdocs/userguide/

2007-11-01 Thread brentworden
Author: brentworden Date: Thu Nov 1 03:59:59 2007 New Revision: 590964 URL: http://svn.apache.org/viewvc?rev=590964&view=rev Log: set subversion properties on new files. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descrip

svn commit: r590569 - /commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java

2007-10-30 Thread brentworden
Author: brentworden Date: Tue Oct 30 23:18:46 2007 New Revision: 590569 URL: http://svn.apache.org/viewvc?rev=590569&view=rev Log: added @since tag. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java Modi

svn commit: r590566 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java test/org/apache/commons/math/stat/descriptive/Synchronized

2007-10-30 Thread brentworden
Author: brentworden Date: Tue Oct 30 22:41:18 2007 New Revision: 590566 URL: http://svn.apache.org/viewvc?rev=590566&view=rev Log: MATH-170. added SynchronizedDescriptiveStatistics class. Added: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descrip

svn commit: r590564 - in /commons/proper/math/trunk: src/test/org/apache/commons/math/stat/descriptive/ xdocs/ xdocs/userguide/

2007-10-30 Thread brentworden
Author: brentworden Date: Tue Oct 30 22:38:58 2007 New Revision: 590564 URL: http://svn.apache.org/viewvc?rev=590564&view=rev Log: MATH-170. added SynchronizedDescriptiveStatistics class. Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/stat/descrip