svn commit: r1343157 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVectorPreservingVisitor.java

2012-05-28 Thread celestin
Author: celestin Date: Mon May 28 07:54:16 2012 New Revision: 1343157 URL: http://svn.apache.org/viewvc?rev=1343157view=rev Log: MATH-792: created a visitor for vectors. Entries of the vector being visited are not modified. Added:

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

2012-05-28 Thread celestin
Author: celestin Date: Mon May 28 12:09:41 2012 New Revision: 1343217 URL: http://svn.apache.org/viewvc?rev=1343217view=rev Log: MATH-792: walkInXyzOrder methods are excluded from automatic testing (based on reflexion). Modified:

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

2012-05-28 Thread celestin
Author: celestin Date: Mon May 28 12:17:38 2012 New Revision: 1343219 URL: http://svn.apache.org/viewvc?rev=1343219view=rev Log: Copy/paste typo (MATH-792). Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.java Modified:

svn commit: r1343224 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassPath.java

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 12:24:46 2012 New Revision: 1343224 URL: http://svn.apache.org/viewvc?rev=1343224view=rev Log: Bug 53303 - [PATCH] ClassPath.getResource does not correctly perform URL escaping (edit) Modified:

svn commit: r1343226 - /commons/proper/bcel/trunk/pom.xml

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 12:30:08 2012 New Revision: 1343226 URL: http://svn.apache.org/viewvc?rev=1343226view=rev Log: Update to commons-parent 25. Modified: commons/proper/bcel/trunk/pom.xml Modified: commons/proper/bcel/trunk/pom.xml URL:

svn commit: r1343227 - /commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/AbstractTestCase.java

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 12:36:26 2012 New Revision: 1343227 URL: http://svn.apache.org/viewvc?rev=1343227view=rev Log: Test does not correctly perform URL escaping. Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/AbstractTestCase.java Modified:

svn commit: r1343229 - in /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2: impl/test/DefaultFileMonitorTests.java provider/url/test/UrlHttpProviderTestCase.java provider/url/test/

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 12:50:20 2012 New Revision: 1343229 URL: http://svn.apache.org/viewvc?rev=1343229view=rev Log: Tests do not correctly perform URL escaping. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/DefaultFileMonitorTests.java

svn commit: r1343241 - /commons/proper/cli/trunk/pom.xml

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 13:17:01 2012 New Revision: 1343241 URL: http://svn.apache.org/viewvc?rev=1343241view=rev Log: Update to commons-parent 25 and other plug-ins to work with both M2 and M3. Modified: commons/proper/cli/trunk/pom.xml Modified: commons/proper/cli/trunk/pom.xml

svn commit: r1343242 - /commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/DefaultParser.java

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 13:19:03 2012 New Revision: 1343242 URL: http://svn.apache.org/viewvc?rev=1343242view=rev Log: Fix comment typo. Modified: commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/DefaultParser.java Modified:

svn commit: r1343253 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileUtils.java

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 13:42:40 2012 New Revision: 1343253 URL: http://svn.apache.org/viewvc?rev=1343253view=rev Log: [IO-329] FileUtils.writeLines uses unbuffered IO. Modified: commons/proper/io/trunk/src/changes/changes.xml

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

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 13:46:09 2012 New Revision: 1343256 URL: http://svn.apache.org/viewvc?rev=1343256view=rev Log: Update to commons-parent 25. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL:

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

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 13:51:31 2012 New Revision: 1343259 URL: http://svn.apache.org/viewvc?rev=1343259view=rev Log: Update to commons-parent 25. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL:

svn commit: r1343264 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java

2012-05-28 Thread ggregory
Author: ggregory Date: Mon May 28 14:27:46 2012 New Revision: 1343264 URL: http://svn.apache.org/viewvc?rev=1343264view=rev Log: [IO-329] FileUtils.writeLines uses unbuffered IO. Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java Modified:

svn commit: r1343293 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java

2012-05-28 Thread celestin
Author: celestin Date: Mon May 28 15:39:57 2012 New Revision: 1343293 URL: http://svn.apache.org/viewvc?rev=1343293view=rev Log: Removed explicit conversion from int to Integer. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java Modified:

svn commit: r1343339 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVectorPreservingVisitor.java

2012-05-28 Thread celestin
Author: celestin Date: Mon May 28 17:53:37 2012 New Revision: 1343339 URL: http://svn.apache.org/viewvc?rev=1343339view=rev Log: Javadoc typo. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVectorPreservingVisitor.java Modified:

svn commit: r1343342 - in /commons/proper/math/trunk: ./ src/main/java/org/apache/commons/math3/linear/ src/test/java/org/apache/commons/math3/linear/

2012-05-28 Thread celestin
Author: celestin Date: Mon May 28 18:03:44 2012 New Revision: 1343342 URL: http://svn.apache.org/viewvc?rev=1343342view=rev Log: MATH-792: - definition of RealVectorChangingVisitor, - various methods to visit the entries of a RealVector (entries are possibly modified), - default

svn commit: r1343345 - /commons/proper/math/trunk/checkstyle.xml

2012-05-28 Thread celestin
Author: celestin Date: Mon May 28 18:17:44 2012 New Revision: 1343345 URL: http://svn.apache.org/viewvc?rev=1343345view=rev Log: Reverted changes mistakenly committed in r1343342. Modified: commons/proper/math/trunk/checkstyle.xml Modified: commons/proper/math/trunk/checkstyle.xml URL:

svn commit: r1343346 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java

2012-05-28 Thread celestin
Author: celestin Date: Mon May 28 18:21:39 2012 New Revision: 1343346 URL: http://svn.apache.org/viewvc?rev=1343346view=rev Log: Reverted changes mistakenly committed in r1343342. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java

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

2012-05-28 Thread psteitz
Author: psteitz Date: Mon May 28 19:31:54 2012 New Revision: 1343370 URL: http://svn.apache.org/viewvc?rev=1343370view=rev Log: Improved javadoc, eliminated unused (and unlikely to ever be used) method. Modified:

svn commit: r1343382 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomDataTest.java

2012-05-28 Thread psteitz
Author: psteitz Date: Mon May 28 19:59:42 2012 New Revision: 1343382 URL: http://svn.apache.org/viewvc?rev=1343382view=rev Log: Added @Retry annotations for tests using secure generators, changed permutation test to use TestUtils Chisquare. JIRA: MATH-598. Modified:

svn commit: r1343546 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java

2012-05-28 Thread celestin
Author: celestin Date: Tue May 29 05:34:41 2012 New Revision: 1343546 URL: http://svn.apache.org/viewvc?rev=1343546view=rev Log: Added 'final' keyword. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java Modified:

svn commit: r1343547 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java

2012-05-28 Thread celestin
Author: celestin Date: Tue May 29 05:36:19 2012 New Revision: 1343547 URL: http://svn.apache.org/viewvc?rev=1343547view=rev Log: MATH-792: implementation of the visitor pattern for ArrayRealVector (overrides default implementation in RealVector). Modified: