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
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
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).
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
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
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
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
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
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