svn commit: r1200701 - /commons/proper/io/trunk/pom.xml

2011-11-10 Thread sebb
Author: sebb Date: Fri Nov 11 02:39:20 2011 New Revision: 1200701 URL: http://svn.apache.org/viewvc?rev=1200701&view=rev Log: Surefire blindly treats all matching files as potential test classes Ensure only .class files are selected Modified: commons/proper/io/trunk/pom.xml Modified: commons

svn commit: r1200697 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/FileUtilsTestCase.java

2011-11-10 Thread sebb
Author: sebb Date: Fri Nov 11 02:22:48 2011 New Revision: 1200697 URL: http://svn.apache.org/viewvc?rev=1200697&view=rev Log: Check files fail to compare byte-wise Modified: commons/proper/io/trunk/src/test/java/org/apache/commons/io/FileUtilsTestCase.java Modified: commons/proper/io/trunk

svn commit: r1200693 - in /commons/proper/io/trunk/src: changes/ main/java/org/apache/commons/io/ test/java/org/apache/commons/io/ test/resources/ test/resources/org/ test/resources/org/apache/ test/r

2011-11-10 Thread sebb
Author: sebb Date: Fri Nov 11 02:13:59 2011 New Revision: 1200693 URL: http://svn.apache.org/viewvc?rev=1200693&view=rev Log: IO-275 FileUtils.contentEquals/IOUtils.contentEquals - Add option to ignore "line endings" Added: commons/proper/io/trunk/src/test/resources/ commons/proper/io/tr

svn commit: r1200623 - in /commons/proper/digester/trunk: ./ src/main/java/org/apache/commons/digester3/ src/main/java/org/apache/commons/digester3/annotations/handlers/ src/main/java/org/apache/commo

2011-11-10 Thread mbenson
Author: mbenson Date: Thu Nov 10 23:32:22 2011 New Revision: 1200623 URL: http://svn.apache.org/viewvc?rev=1200623&view=rev Log: [DIGESTER-153] Add Constructor support to ObjectCreateRule ; cooperative work between Simo Tripodi & Matt Benson Added: commons/proper/digester/trunk/src/main/jav

svn commit: r1200561 - /commons/proper/email/trunk/src/test/org/apache/commons/mail/resolver/DataSourceUrlResolverTest.java

2011-11-10 Thread sgoeschl
Author: sgoeschl Date: Thu Nov 10 21:24:10 2011 New Revision: 1200561 URL: http://svn.apache.org/viewvc?rev=1200561&view=rev Log: [EMAIL-108] Cleaned up the test Modified: commons/proper/email/trunk/src/test/org/apache/commons/mail/resolver/DataSourceUrlResolverTest.java Modified: commons/

svn commit: r1200554 - in /commons/proper/email/trunk/src: java/org/apache/commons/mail/util/URLFactory.java test/org/apache/commons/mail/util/URLFactoryTest.java

2011-11-10 Thread sgoeschl
Author: sgoeschl Date: Thu Nov 10 21:16:29 2011 New Revision: 1200554 URL: http://svn.apache.org/viewvc?rev=1200554&view=rev Log: [EMAIL-108] URLFactory is no longer needed since the functionality is now implemented in two different resolvers Removed: commons/proper/email/trunk/src/java/org

svn commit: r1200546 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/geometry/euclidean/threed/ main/java/org/apache/commons/math/geometry/euclidean/twod/ site/xdoc/ test/java/o

2011-11-10 Thread luc
Author: luc Date: Thu Nov 10 21:03:55 2011 New Revision: 1200546 URL: http://svn.apache.org/viewvc?rev=1200546&view=rev Log: Added array constructor and getter for Vector2D and Vector3D. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/geometry/euclidean/threed/Vecto

svn commit: r1200545 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/geometry/euclidean/threed/Rotation.java site/xdoc/changes.xml test/java/org/apache/commons/math/geometry/euc

2011-11-10 Thread luc
Author: luc Date: Thu Nov 10 21:02:54 2011 New Revision: 1200545 URL: http://svn.apache.org/viewvc?rev=1200545&view=rev Log: Added applyTo and applyInverseTo methods in the Rotation class that handle directly arrays instead of Vector3D instances. Patch provided by Jan Kotek. Modified: commo

svn commit: r1200516 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/optimization/direct/ site/xdoc/ site/xdoc/userguide/ test/java/org/apache/commons/math/optimization/direct/

2011-11-10 Thread luc
Author: luc Date: Thu Nov 10 20:08:55 2011 New Revision: 1200516 URL: http://svn.apache.org/viewvc?rev=1200516&view=rev Log: Added adapters for simple bounds constraints optimization. The adapters are useful only for optimizers that do not support simple bounds constraints by themselves (i.e. Nel

svn commit: r1200430 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math: analysis/solvers/ complex/ distribution/ exception/util/ fraction/

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 17:05:51 2011 New Revision: 1200430 URL: http://svn.apache.org/viewvc?rev=1200430&view=rev Log: Simpify exception checking: - use expected @Test attribute - don't catch and rethrow Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysi

svn commit: r1200394 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/StableRandomGeneratorTest.java

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 15:54:47 2011 New Revision: 1200394 URL: http://svn.apache.org/viewvc?rev=1200394&view=rev Log: Need to fail if the exception is not generated Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/StableRandomGeneratorTest.java Modifi

svn commit: r1200393 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math: linear/ optimization/direct/ optimization/general/ random/

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 15:52:30 2011 New Revision: 1200393 URL: http://svn.apache.org/viewvc?rev=1200393&view=rev Log: Unused Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealVectorTest.java commons/proper/math/trunk/src/test/java/org/apa

svn commit: r1200384 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/RegressionResults.java

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 15:43:02 2011 New Revision: 1200384 URL: http://svn.apache.org/viewvc?rev=1200384&view=rev Log: Unnecessary casts; document unused field Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/RegressionResults.java Modified:

svn commit: r1200365 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/regression/MillerUpdatingRegressionTest.java

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 15:07:47 2011 New Revision: 1200365 URL: http://svn.apache.org/viewvc?rev=1200365&view=rev Log: Use asserNotNull(var) instead of if (var != null) and avoid subsequent NPE warnings Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/re

svn commit: r1200359 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/regression/SimpleRegressionTest.java

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 15:01:32 2011 New Revision: 1200359 URL: http://svn.apache.org/viewvc?rev=1200359&view=rev Log: Use asserNotNull(var) instead of assertTrue(var != null) and avoid subsequent NPE warnings Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/

svn commit: r1200358 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/StableRandomGeneratorTest.java

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 14:58:57 2011 New Revision: 1200358 URL: http://svn.apache.org/viewvc?rev=1200358&view=rev Log: Javadoc Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/StableRandomGeneratorTest.java Modified: commons/proper/math/trunk/src/test

svn commit: r1200354 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 14:54:20 2011 New Revision: 1200354 URL: http://svn.apache.org/viewvc?rev=1200354&view=rev Log: Unused Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java Modified: commons/proper/math/trunk/src/ma

svn commit: r1200351 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math: linear/ConjugateGradient.java linear/SymmLQ.java optimization/direct/BOBYQAOptimizer.java

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 14:47:07 2011 New Revision: 1200351 URL: http://svn.apache.org/viewvc?rev=1200351&view=rev Log: Add missing serialVersionUId Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/ConjugateGradient.java commons/proper/math/trunk/sr

svn commit: r1200350 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java

2011-11-10 Thread sebb
Author: sebb Date: Thu Nov 10 14:43:44 2011 New Revision: 1200350 URL: http://svn.apache.org/viewvc?rev=1200350&view=rev Log: Unnecessary casts - angbd is double, so ensures the rest of the calculation uses double Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/opt

svn commit: r1200334 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/

2011-11-10 Thread celestin
Author: celestin Date: Thu Nov 10 14:11:06 2011 New Revision: 1200334 URL: http://svn.apache.org/viewvc?rev=1200334&view=rev Log: Removed illegal @Override. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java commons

svn commit: r1200283 - in /commons/sandbox/csv/trunk/src: main/java/org/apache/commons/csv/CSVFormat.java test/java/org/apache/commons/csv/CSVFormatTest.java

2011-11-10 Thread ebourg
Author: ebourg Date: Thu Nov 10 11:58:02 2011 New Revision: 1200283 URL: http://svn.apache.org/viewvc?rev=1200283&view=rev Log: Fixed the immutability of the delimiter in CSVFormat Modified: commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java commons/sandbox/cs