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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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/
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
45 matches
Mail list logo