svn commit: r1387426 - in /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3: ./ mutable/

2012-09-18 Thread sebb
Author: sebb Date: Wed Sep 19 01:41:27 2012 New Revision: 1387426 URL: http://svn.apache.org/viewvc?rev=1387426&view=rev Log: Simplify boolean tests and avoid boxing Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ArrayUtilsTest.java commons/proper/lang/trunk/

svn commit: r1387424 [2/2] - in /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3: ./ exception/ math/ mutable/ text/ time/

2012-09-18 Thread sebb
Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/mutable/MutableLongTest.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/mutable/MutableLongTest.java?rev=1387424&r1=1387423&r2=1387424&view=diff =

svn commit: r1387423 [2/2] - in /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3: ./ event/ exception/ mutable/

2012-09-18 Thread sebb
Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/LocaleUtilsTest.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/LocaleUtilsTest.java?rev=1387423&r1=1387422&r2=1387423&view=diff =

svn commit: r1387417 - in /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3: builder/CompareToBuilderTest.java builder/ToStringBuilderTest.java concurrent/CallableBackgroundInitializer

2012-09-18 Thread sebb
Author: sebb Date: Wed Sep 19 00:31:53 2012 New Revision: 1387417 URL: http://svn.apache.org/viewvc?rev=1387417&view=rev Log: Now we are using JUnit4, can use expected=throwable.class for simple failure checks Note: not suitable for cases where an earlier statement can generate the same exceptio

svn commit: r1387319 - /commons/proper/commons-parent/trunk/RELEASE-NOTES.txt

2012-09-18 Thread dennisl
Author: dennisl Date: Tue Sep 18 18:59:21 2012 New Revision: 1387319 URL: http://svn.apache.org/viewvc?rev=1387319&view=rev Log: Regenerate release notes for Commons Parent 27. Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Modified: commons/proper/commons-parent/trunk/RELEA

svn commit: r1387317 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

2012-09-18 Thread dennisl
Author: dennisl Date: Tue Sep 18 18:58:21 2012 New Revision: 1387317 URL: http://svn.apache.org/viewvc?rev=1387317&view=rev Log: Fix column sort order for maven-changes-plugin. Document the version update of maven-changes-plugin. Modified: commons/proper/commons-parent/trunk/pom.xml commo

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

2012-09-18 Thread ggregory
Author: ggregory Date: Tue Sep 18 11:28:19 2012 New Revision: 1387093 URL: http://svn.apache.org/viewvc?rev=1387093&view=rev Log: Pick up fix for https://jira.codehaus.org/browse/MCHANGES-285 with an update of maven-changes-plugin to 2.8 from 2.7.1. Modified: commons/proper/commons-parent/tr

svn commit: r1387084 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/SumSincFunction.java

2012-09-18 Thread luc
Author: luc Date: Tue Sep 18 10:30:01 2012 New Revision: 1387084 URL: http://svn.apache.org/viewvc?rev=1387084&view=rev Log: Removed dead test code. The code was never used and was an implementation of a now deprecated interface. Modified: commons/proper/math/trunk/src/test/java/org/apache/

svn commit: r1387064 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator.java test/java/org/apache/commons/math3/analysis/d

2012-09-18 Thread luc
Author: luc Date: Tue Sep 18 09:07:54 2012 New Revision: 1387064 URL: http://svn.apache.org/viewvc?rev=1387064&view=rev Log: Fail early on wrong derivation order. If the user asks for a derivation order that is too large for the number of points in the finite differences algorithm, we now detect