svn propchange: r1353825 - svn:log

2012-06-25 Thread celestin
Author: celestin Revision: 1353825 Modified property: svn:log Modified: svn:log at Tue Jun 26 06:13:45 2012 -- --- svn:log (original) +++ svn:log Tue Jun 26 06:13:45 2012 @@ -1 +1,3 @@ MATH-795: factored out unit tests fo

svn commit: r1353825 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear: RealVectorAbstractTest.java RealVectorTest.java

2012-06-25 Thread celestin
Author: celestin Date: Tue Jun 26 06:09:27 2012 New Revision: 1353825 URL: http://svn.apache.org/viewvc?rev=1353825&view=rev Log: MATH-795: factored out unit tests for RealVector.map(UnivariateFunction) and RealVector.mapToSelf(UnivariateFunction). Modified: commons/proper/math/trunk/src/te

svn commit: r1353824 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.java

2012-06-25 Thread celestin
Author: celestin Date: Tue Jun 26 05:45:13 2012 New Revision: 1353824 URL: http://svn.apache.org/viewvc?rev=1353824&view=rev Log: MATH-795: factored out unit tests for RealVector.mapAdd(double), RealVector.mapSubtract(double), RealVector.mapDivide(double), RealVector.mapSubtract(double). Modifi

svn commit: r1353810 - /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java

2012-06-25 Thread psteitz
Author: psteitz Date: Tue Jun 26 04:02:21 2012 New Revision: 1353810 URL: http://svn.apache.org/viewvc?rev=1353810&view=rev Log: Javadoc. Modified: commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java Modified: commons/proper/pool/trunk/src/main/

svn commit: r1353809 - /commons/proper/pool/trunk/src/site/site.xml

2012-06-25 Thread psteitz
Author: psteitz Date: Tue Jun 26 03:59:58 2012 New Revision: 1353809 URL: http://svn.apache.org/viewvc?rev=1353809&view=rev Log: Updated javadoc links in preparation for 2.0 release. Modified: commons/proper/pool/trunk/src/site/site.xml Modified: commons/proper/pool/trunk/src/site/site.xml U

svn commit: r1353747 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bidimap/

2012-06-25 Thread tn
Author: tn Date: Mon Jun 25 21:18:57 2012 New Revision: 1353747 URL: http://svn.apache.org/viewvc?rev=1353747&view=rev Log: Cleanup bidimap package: package-info.java, version, author tags, javadoc. Added: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bidimap/

svn commit: r1353731 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/

2012-06-25 Thread tn
Author: tn Date: Mon Jun 25 20:34:32 2012 New Revision: 1353731 URL: http://svn.apache.org/viewvc?rev=1353731&view=rev Log: Cleanup bag package: package-info.java, version, author tags, javadoc. Added: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/package-

svn commit: r1353711 - in /commons/sandbox/beanutils2/trunk: pom.xml src/site/ src/site/site.xml src/site/xdoc/ src/site/xdoc/building.xml src/site/xdoc/index.xml src/site/xdoc/issue-tracking.xml src/

2012-06-25 Thread simonetripodi
Author: simonetripodi Date: Mon Jun 25 19:37:16 2012 New Revision: 1353711 URL: http://svn.apache.org/viewvc?rev=1353711&view=rev Log: [SANDBOX-424] Add files necessary to create site - patch provided by Benedikt Ritter Added: commons/sandbox/beanutils2/trunk/src/site/ commons/sandbox/be

svn commit: r1353586 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/IterationManager.java

2012-06-25 Thread celestin
Author: celestin Date: Mon Jun 25 15:00:11 2012 New Revision: 1353586 URL: http://svn.apache.org/viewvc?rev=1353586&view=rev Log: In the constructor of IterationManager, removed the check for null argument (already carried out in the constructor of Incrementor). Modified: commons/proper/mat

svn commit: r1353451 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util: Incrementor.java IterationManager.java

2012-06-25 Thread celestin
Author: celestin Date: Mon Jun 25 10:44:38 2012 New Revision: 1353451 URL: http://svn.apache.org/viewvc?rev=1353451&view=rev Log: Replaced NullPointerException with NullArgumentException. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Incrementor.java co