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

2012-06-06 Thread celestin
Author: celestin Date: Thu Jun 7 05:45:44 2012 New Revision: 1347401 URL: http://svn.apache.org/viewvc?rev=1347401&view=rev Log: MATH-795: splitted tests for - RealVector.setEntry(int, double), - RealVector.addToEntry(int, double). Modified: commons/proper/math/trunk/src/test/java/org/a

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

2012-06-06 Thread celestin
Author: celestin Date: Thu Jun 7 05:22:52 2012 New Revision: 1347395 URL: http://svn.apache.org/viewvc?rev=1347395&view=rev Log: MATH-795: - added in RealVectorAbstractTest tests for RealVector.getEntry() preconditions, - modified exceptions thrown in RealVectorTest.TestVectorImpl accordingly

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

2012-06-06 Thread celestin
Author: celestin Date: Thu Jun 7 05:12:46 2012 New Revision: 1347393 URL: http://svn.apache.org/viewvc?rev=1347393&view=rev Log: In TestUtils, improved handling of error messages for - assertEquals(String, double[], RealVector, double), - assertEquals(String, RealVector, RealVector, double).

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

2012-06-06 Thread celestin
Author: celestin Date: Thu Jun 7 05:05:33 2012 New Revision: 1347392 URL: http://svn.apache.org/viewvc?rev=1347392&view=rev Log: Utility method for testing for equality of expected double[] with RealVector. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/TestUtils

svn commit: r1347211 - in /commons/proper/math/trunk/src: site/xdoc/userguide/optimization.xml test/java/org/apache/commons/math3/optimization/fitting/PolynomialFitterTest.java

2012-06-06 Thread erans
Author: erans Date: Wed Jun 6 23:48:49 2012 New Revision: 1347211 URL: http://svn.apache.org/viewvc?rev=1347211&view=rev Log: MATH-800 Updated userguide and added unit test. Modified: commons/proper/math/trunk/src/site/xdoc/userguide/optimization.xml commons/proper/math/trunk/src/test/j

svn commit: r1347184 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/optimization/fitting/PolynomialFitter.java test/java/org/apache/commons/math3/optimization/fitting/Polynomi

2012-06-06 Thread erans
Author: erans Date: Wed Jun 6 22:33:42 2012 New Revision: 1347184 URL: http://svn.apache.org/viewvc?rev=1347184&view=rev Log: MATH-800 Deprecated "PolynomialFitter" and adapted unit test to use "CurveFitter" directly. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math

svn commit: r1347075 - in /commons/sandbox/classscan/trunk: ./ api/src/ api/src/main/ api/src/main/java/ api/src/main/java/org/ api/src/main/java/org/apache/ api/src/main/java/org/apache/commons/ api/

2012-06-06 Thread struberg
Author: struberg Date: Wed Jun 6 19:44:33 2012 New Revision: 1347075 URL: http://svn.apache.org/viewvc?rev=1347075&view=rev Log: set java lang level to 1.6 Added: commons/sandbox/classscan/trunk/api/src/ commons/sandbox/classscan/trunk/api/src/main/ commons/sandbox/classscan/trunk/ap

svn commit: r1347052 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/input/Tailer.java

2012-06-06 Thread sebb
Author: sebb Date: Wed Jun 6 18:55:46 2012 New Revision: 1347052 URL: http://svn.apache.org/viewvc?rev=1347052&view=rev Log: Make private field final since it is not reassigned Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/input/Tailer.java Modified: commons/proper

svn commit: r1346769 - in /commons/sandbox/classscan/trunk: ./ impl-refl/ impl-refl/pom.xml impl-xbf/ impl-xbf/pom.xml pom.xml

2012-06-06 Thread struberg
Author: struberg Date: Wed Jun 6 07:56:34 2012 New Revision: 1346769 URL: http://svn.apache.org/viewvc?rev=1346769&view=rev Log: fix the maven setup Added: commons/sandbox/classscan/trunk/pom.xml (with props) Modified: commons/sandbox/classscan/trunk/ (props changed) commons/sand