svn commit: r1450009 [2/2] - in /commons/proper/dbutils/branches/2_0/src: main/java/org/apache/commons/dbutils/ test/java/org/apache/commons/dbutils/

2013-02-25 Thread wspeirs
Added: commons/proper/dbutils/branches/2_0/src/test/java/org/apache/commons/dbutils/InsertExecutorTest.java URL: http://svn.apache.org/viewvc/commons/proper/dbutils/branches/2_0/src/test/java/org/apache/commons/dbutils/InsertExecutorTest.java?rev=1450009&view=auto

svn commit: r1449929 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/AbstractMapBag.java

2013-02-25 Thread tn
Author: tn Date: Mon Feb 25 22:18:22 2013 New Revision: 1449929 URL: http://svn.apache.org/r1449929 Log: Fix TODO by documenting the possible exceptions, similar to e.g. java.util.ArrayList. Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/bag/Abstract

svn commit: r1449914 - 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

2013-02-25 Thread tn
Author: tn Date: Mon Feb 25 21:47:48 2013 New Revision: 1449914 URL: http://svn.apache.org/r1449914 Log: [COLLECTIONS-444] SetUniqueList.set now works correctly when the object to be inserted is already at the same place. Thanks to Thomas Vahrst. Modified: commons/proper/collections/trunk/sr

svn commit: r1449912 - /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java

2013-02-25 Thread britter
Author: britter Date: Mon Feb 25 21:42:07 2013 New Revision: 1449912 URL: http://svn.apache.org/r1449912 Log: Use @code JavaDoc tag for referencing parameters - no functional changes Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java Modifie

svn commit: r1449910 - /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java

2013-02-25 Thread britter
Author: britter Date: Mon Feb 25 21:37:57 2013 New Revision: 1449910 URL: http://svn.apache.org/r1449910 Log: Document behavior for null inputs - no functional changes Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java Modified: commons/pro

svn commit: r1449890 - in /commons/proper/dbutils/branches/2_0/src: main/java/org/apache/commons/dbutils/ test/java/org/apache/commons/dbutils/

2013-02-25 Thread wspeirs
Author: wspeirs Date: Mon Feb 25 20:55:29 2013 New Revision: 1449890 URL: http://svn.apache.org/r1449890 Log: - Removed all deprecated methods & fields - Updated unit tests Modified: commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils/AbstractQueryRunner.java co

svn commit: r1449882 - /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java

2013-02-25 Thread britter
Author: britter Date: Mon Feb 25 20:47:23 2013 New Revision: 1449882 URL: http://svn.apache.org/r1449882 Log: Document behavior for null inputs - no functional changes Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java Modified: common

svn commit: r1449876 - in /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils: ConstructorUtils.java MethodUtils.java

2013-02-25 Thread britter
Author: britter Date: Mon Feb 25 20:37:28 2013 New Revision: 1449876 URL: http://svn.apache.org/r1449876 Log: Invert conditional logic as discussed on the ML (http://markmail.org/message/psfzd3l7yaxx6n5v) Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/Co

svn commit: r1449822 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/analysis/interpolation/FieldHermiteInterpolator.java test/java/org/apache/commons/math3/analysis/interpolat

2013-02-25 Thread luc
Author: luc Date: Mon Feb 25 19:31:52 2013 New Revision: 1449822 URL: http://svn.apache.org/r1449822 Log: Added derivatives evaluation for field Hermite interpolator. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/FieldHermiteInterpolator.ja

svn commit: r1449813 - /commons/proper/dbutils/branches/2_0/

2013-02-25 Thread wspeirs
Author: wspeirs Date: Mon Feb 25 18:57:42 2013 New Revision: 1449813 URL: http://svn.apache.org/r1449813 Log: Branching to start work on v2.0 Added: commons/proper/dbutils/branches/2_0/ (props changed) - copied from r1449812, commons/proper/dbutils/trunk/ Propchange: commons/proper/d

svn commit: r1449744 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/dfp/DfpTest.java

2013-02-25 Thread luc
Author: luc Date: Mon Feb 25 15:19:41 2013 New Revision: 1449744 URL: http://svn.apache.org/r1449744 Log: New test. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/dfp/DfpTest.java Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/dfp/Dfp

svn commit: r1449735 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/AbstractExtendedFieldElementTest.java

2013-02-25 Thread luc
Author: luc Date: Mon Feb 25 14:52:52 2013 New Revision: 1449735 URL: http://svn.apache.org/r1449735 Log: Removed development traces. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/AbstractExtendedFieldElementTest.java Modified: commons/proper/math/trunk/src/tes

svn commit: r1449723 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math3: AbstractExtendedFieldElementTest.java analysis/differentiation/DerivativeStructureTest.java dfp/DfpTest.jav

2013-02-25 Thread luc
Author: luc Date: Mon Feb 25 14:34:37 2013 New Revision: 1449723 URL: http://svn.apache.org/r1449723 Log: Improved test coverage. Added: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/AbstractExtendedFieldElementTest.java (with props) Modified: commons/proper/math/t

svn commit: r1449722 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: ExtendedFieldElement.java analysis/differentiation/DSCompiler.java analysis/differentiation/DerivativeStruc

2013-02-25 Thread luc
Author: luc Date: Mon Feb 25 14:33:53 2013 New Revision: 1449722 URL: http://svn.apache.org/r1449722 Log: Fixed definition of remainder and added missing copySign signature. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ExtendedFieldElement.java commons/prop

svn commit: r1449714 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/auth/ core/src/test/java/org/apache/commons/vfs2/auth/ src/changes/

2013-02-25 Thread joehni
Author: joehni Date: Mon Feb 25 14:15:36 2013 New Revision: 1449714 URL: http://svn.apache.org/r1449714 Log: StaticUserAuthenticator should return only requested authentication data (VFS-464). Added: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/auth/ commons/prope

svn commit: r1449657 - in /commons/proper/math/trunk/src: changes/ main/java/org/apache/commons/math3/analysis/interpolation/ test/java/org/apache/commons/math3/analysis/interpolation/

2013-02-25 Thread luc
Author: luc Date: Mon Feb 25 10:59:10 2013 New Revision: 1449657 URL: http://svn.apache.org/r1449657 Log: Added Hermite interpolator for ExtendFieldElement instances. Added: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/FieldHermiteInterpolator.java