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/
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
=
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
=
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
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
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
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
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/
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