svn commit: r1166099 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/LUDecompositionImpl.java

2011-09-07 Thread erans
Author: erans Date: Wed Sep 7 10:34:49 2011 New Revision: 1166099 URL: http://svn.apache.org/viewvc?rev=1166099view=rev Log: Added final. Moved declaration of sum where it is used. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/LUDecompositionImpl.java

svn commit: r1166105 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool2/BaseKeyedObjectPool.java

2011-09-07 Thread sebb
Author: sebb Date: Wed Sep 7 10:49:09 2011 New Revision: 1166105 URL: http://svn.apache.org/viewvc?rev=1166105view=rev Log: Typo Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool2/BaseKeyedObjectPool.java Modified:

svn commit: r1166147 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ssl/ native/ native/include/acr/ native/modules/openssl/

2011-09-07 Thread mturk
Author: mturk Date: Wed Sep 7 12:15:40 2011 New Revision: 1166147 URL: http://svn.apache.org/viewvc?rev=1166147view=rev Log: Start adding SSL api Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ssl/

svn commit: r1166220 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java

2011-09-07 Thread ggregory
Author: ggregory Date: Wed Sep 7 15:18:06 2011 New Revision: 1166220 URL: http://svn.apache.org/viewvc?rev=1166220view=rev Log: Convert to JUnit 4 from 3. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java Modified:

svn commit: r1166221 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java

2011-09-07 Thread ggregory
Author: ggregory Date: Wed Sep 7 15:18:43 2011 New Revision: 1166221 URL: http://svn.apache.org/viewvc?rev=1166221view=rev Log: Convert to JUnit 4 from 3. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java Modified:

svn commit: r1166233 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/reflect/MethodUtils.java site/changes/changes.xml test/java/org/apache/commons/lang3/reflect/MethodUtilsTes

2011-09-07 Thread ggregory
Author: ggregory Date: Wed Sep 7 15:39:45 2011 New Revision: 1166233 URL: http://svn.apache.org/viewvc?rev=1166233view=rev Log: [LANG-750] Add MethodUtil APIs to call methods without parameters. Modified:

svn commit: r1166237 - /commons/proper/io/trunk/src/changes/changes.xml

2011-09-07 Thread ggregory
Author: ggregory Date: Wed Sep 7 15:49:24 2011 New Revision: 1166237 URL: http://svn.apache.org/viewvc?rev=1166237view=rev Log: [IO-284] Add IOUtils API toString for URL and URI to get contents Modified: commons/proper/io/trunk/src/changes/changes.xml Modified:

svn commit: r1166243 - /commons/proper/commons-parent/trunk/pom.xml

2011-09-07 Thread ggregory
Author: ggregory Date: Wed Sep 7 15:59:19 2011 New Revision: 1166243 URL: http://svn.apache.org/viewvc?rev=1166243view=rev Log: Remove maven-idea-plugin (bye, bye warnings on every single commons build.) Modified: commons/proper/commons-parent/trunk/pom.xml Modified:

svn commit: r1166253 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/reflect/MethodUtils.java site/changes/changes.xml test/java/org/apache/commons/lang3/reflect/MethodUtilsTes

2011-09-07 Thread ggregory
Author: ggregory Date: Wed Sep 7 16:27:42 2011 New Revision: 1166253 URL: http://svn.apache.org/viewvc?rev=1166253view=rev Log: Revert changes from r1166233: [LANG-750] Add MethodUtil APIs to call methods without parameters. Modified:

svn commit: r1166310 - /commons/sandbox/runtime/trunk/src/main/native/modules/openssl/api.c

2011-09-07 Thread mturk
Author: mturk Date: Wed Sep 7 18:47:25 2011 New Revision: 1166310 URL: http://svn.apache.org/viewvc?rev=1166310view=rev Log: Fill current ssl dynamic api Modified: commons/sandbox/runtime/trunk/src/main/native/modules/openssl/api.c Modified:

svn commit: r1166314 - /commons/sandbox/runtime/trunk/src/main/native/modules/openssl/api.c

2011-09-07 Thread mturk
Author: mturk Date: Wed Sep 7 18:54:29 2011 New Revision: 1166314 URL: http://svn.apache.org/viewvc?rev=1166314view=rev Log: Axe param names from function pointers Modified: commons/sandbox/runtime/trunk/src/main/native/modules/openssl/api.c Modified:

svn commit: r1166322 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/FoldLeft.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:20:31 2011 New Revision: 1166322 URL: http://svn.apache.org/viewvc?rev=1166322view=rev Log: fixed checkstyle violations: Method 'XXX' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166323 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/FoldRight.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:21:39 2011 New Revision: 1166323 URL: http://svn.apache.org/viewvc?rev=1166323view=rev Log: fixed checkstyle violations: Method 'XXX' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166324 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/RecursiveEvaluation.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:23:00 2011 New Revision: 1166324 URL: http://svn.apache.org/viewvc?rev=1166324view=rev Log: fixed checkstyle violations: Method 'XXX' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166325 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/RemoveMatching.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:29:00 2011 New Revision: 1166325 URL: http://svn.apache.org/viewvc?rev=1166325view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166328 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/RetainMatching.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:32:26 2011 New Revision: 1166328 URL: http://svn.apache.org/viewvc?rev=1166328view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166329 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/UntilDo.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:33:48 2011 New Revision: 1166329 URL: http://svn.apache.org/viewvc?rev=1166329view=rev Log: fixed checkstyle violations: Method 'run' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166331 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/WhileDo.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:34:39 2011 New Revision: 1166331 URL: http://svn.apache.org/viewvc?rev=1166331view=rev Log: fixed checkstyle violations: Method 'run' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166333 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/collection/IsEmpty.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:36:42 2011 New Revision: 1166333 URL: http://svn.apache.org/viewvc?rev=1166333view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166334 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/collection/Size.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:37:49 2011 New Revision: 1166334 URL: http://svn.apache.org/viewvc?rev=1166334view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166336 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/ComparableComparator.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:43:12 2011 New Revision: 1166336 URL: http://svn.apache.org/viewvc?rev=1166336view=rev Log: fixed checkstyle violations: First sentence should end with a period. Modified:

svn commit: r1166339 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/ComparableComparator.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:43:47 2011 New Revision: 1166339 URL: http://svn.apache.org/viewvc?rev=1166339view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166340 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/IsEquivalent.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:44:28 2011 New Revision: 1166340 URL: http://svn.apache.org/viewvc?rev=1166340view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166341 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/IsGreaterThan.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:45:19 2011 New Revision: 1166341 URL: http://svn.apache.org/viewvc?rev=1166341view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166342 - /commons/proper/configuration/trunk/src/changes/changes.xml

2011-09-07 Thread oheger
Author: oheger Date: Wed Sep 7 19:45:28 2011 New Revision: 1166342 URL: http://svn.apache.org/viewvc?rev=1166342view=rev Log: Updated changes report, added release date. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified:

svn commit: r1166343 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/IsGreaterThanOrEqual.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:45:53 2011 New Revision: 1166343 URL: http://svn.apache.org/viewvc?rev=1166343view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166344 - in /commons/proper/configuration/trunk: build.xml pom.xml

2011-09-07 Thread oheger
Author: oheger Date: Wed Sep 7 19:46:04 2011 New Revision: 1166344 URL: http://svn.apache.org/viewvc?rev=1166344view=rev Log: Updated version number to next snapshot version. Modified: commons/proper/configuration/trunk/build.xml commons/proper/configuration/trunk/pom.xml Modified:

svn commit: r1166345 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/IsLessThan.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:47:15 2011 New Revision: 1166345 URL: http://svn.apache.org/viewvc?rev=1166345view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166346 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/IsLessThanOrEqual.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:48:07 2011 New Revision: 1166346 URL: http://svn.apache.org/viewvc?rev=1166346view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166347 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/IsNotEquivalent.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:48:35 2011 New Revision: 1166347 URL: http://svn.apache.org/viewvc?rev=1166347view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166348 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/IsWithinRange.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:49:55 2011 New Revision: 1166348 URL: http://svn.apache.org/viewvc?rev=1166348view=rev Log: fixed checkstyle violations: Name 'nameHashCode' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. Modified:

svn commit: r1166350 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/IsWithinRange.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:51:23 2011 New Revision: 1166350 URL: http://svn.apache.org/viewvc?rev=1166350view=rev Log: fixed checkstyle violations: Method 'XXX' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166351 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/IsWithinRange.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:52:49 2011 New Revision: 1166351 URL: http://svn.apache.org/viewvc?rev=1166351view=rev Log: fixed checkstyle violations: '29' is a magic number. Modified:

svn commit: r1166353 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/Max.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:53:49 2011 New Revision: 1166353 URL: http://svn.apache.org/viewvc?rev=1166353view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166355 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/comparator/Min.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:54:29 2011 New Revision: 1166355 URL: http://svn.apache.org/viewvc?rev=1166355view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166358 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/AbstractLoopProcedure.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 19:58:47 2011 New Revision: 1166358 URL: http://svn.apache.org/viewvc?rev=1166358view=rev Log: fixed checkstyle violations: Method 'XXX' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166359 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/AbstractLoopProcedure.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:00:46 2011 New Revision: 1166359 URL: http://svn.apache.org/viewvc?rev=1166359view=rev Log: fixed checkstyle violations: '4' is a magic number. Modified:

svn commit: r1166360 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/BinaryCompositeBinaryFunction.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:03:12 2011 New Revision: 1166360 URL: http://svn.apache.org/viewvc?rev=1166360view=rev Log: fixed checkstyle violations: Method 'XXX' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166361 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/BinaryCompositeBinaryFunction.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:04:20 2011 New Revision: 1166361 URL: http://svn.apache.org/viewvc?rev=1166361view=rev Log: fixed checkstyle violations: '4' is a magic number. Modified:

svn commit: r1166363 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/BinarySequence.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:05:43 2011 New Revision: 1166363 URL: http://svn.apache.org/viewvc?rev=1166363view=rev Log: fixed checkstyle violations: Method 'XXX' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166365 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/Composite.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:06:50 2011 New Revision: 1166365 URL: http://svn.apache.org/viewvc?rev=1166365view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166369 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/CompositeUnaryFunction.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:08:46 2011 New Revision: 1166369 URL: http://svn.apache.org/viewvc?rev=1166369view=rev Log: fixed checkstyle violations: Unclosed HTML tag found: prenew CompositeUnaryFunction(f).of(g)/code Extra HTML tag found: /code Modified:

svn commit: r1166371 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java

2011-09-07 Thread ggregory
Author: ggregory Date: Wed Sep 7 20:09:25 2011 New Revision: 1166371 URL: http://svn.apache.org/viewvc?rev=1166371view=rev Log: Remove dead space. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java Modified:

svn commit: r1166373 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/CompositeUnaryFunction.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:10:26 2011 New Revision: 1166373 URL: http://svn.apache.org/viewvc?rev=1166373view=rev Log: fixed checkstyle violations: Method 'XXX' is not designed for extension - needs to be abstract, final or empty. Modified:

svn commit: r1166374 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/CompositeUnaryFunction.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:11:41 2011 New Revision: 1166374 URL: http://svn.apache.org/viewvc?rev=1166374view=rev Log: fixed checkstyle violations: '4' is a magic number. Modified:

svn commit: r1166375 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/CompositeUnaryPredicate.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:13:25 2011 New Revision: 1166375 URL: http://svn.apache.org/viewvc?rev=1166375view=rev Log: fixed checkstyle violations: Unclosed HTML tag found: prenew CompositeUnaryFunction(f).of(g)/code Extra HTML tag found: /code Modified:

svn commit: r1166378 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/CompositeUnaryProcedure.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:17:16 2011 New Revision: 1166378 URL: http://svn.apache.org/viewvc?rev=1166378view=rev Log: fixed checkstyle violations: Unclosed HTML tag found: prenew CompositeUnaryFunction(f).of(g)/code Extra HTML tag found: /code Modified:

svn commit: r1166380 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/Conditional.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:18:14 2011 New Revision: 1166380 URL: http://svn.apache.org/viewvc?rev=1166380view=rev Log: fixed checkstyle violations: Redundant 'final' modifier. Modified:

svn commit: r1166381 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/ConditionalBinaryFunction.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:19:48 2011 New Revision: 1166381 URL: http://svn.apache.org/viewvc?rev=1166381view=rev Log: fixed checkstyle violations: '4' is a magic number. Modified:

svn commit: r1166383 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/ConditionalBinaryPredicate.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:21:04 2011 New Revision: 1166383 URL: http://svn.apache.org/viewvc?rev=1166383view=rev Log: fixed checkstyle violations: '4' is a magic number. Modified:

svn commit: r1166384 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/ConditionalBinaryProcedure.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:22:00 2011 New Revision: 1166384 URL: http://svn.apache.org/viewvc?rev=1166384view=rev Log: fixed checkstyle violations: '4' is a magic number. Modified:

svn commit: r1166386 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/ConditionalFunction.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:28:01 2011 New Revision: 1166386 URL: http://svn.apache.org/viewvc?rev=1166386view=rev Log: fixed checkstyle violations: '4' is a magic number. Modified:

svn commit: r1166388 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/ConditionalPredicate.java

2011-09-07 Thread simonetripodi
Author: simonetripodi Date: Wed Sep 7 20:29:02 2011 New Revision: 1166388 URL: http://svn.apache.org/viewvc?rev=1166388view=rev Log: fixed checkstyle violations: '4' is a magic number. Modified:

svn commit: r1166437 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMath.java

2011-09-07 Thread sebb
Author: sebb Date: Wed Sep 7 22:05:06 2011 New Revision: 1166437 URL: http://svn.apache.org/viewvc?rev=1166437view=rev Log: MATH 650 FastMath has static code which slows the first access to FastMath Enclose each large data table in nested static class so it's only loaded on first access

svn commit: r1166450 - /commons/proper/commons-parent/trunk/pom.xml

2011-09-07 Thread sebb
Author: sebb Date: Wed Sep 7 22:26:28 2011 New Revision: 1166450 URL: http://svn.apache.org/viewvc?rev=1166450view=rev Log: Note change of RAT plugin details Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL:

svn commit: r1166512 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/CholeskySolverTest.java

2011-09-07 Thread celestin
Author: celestin Date: Thu Sep 8 03:22:50 2011 New Revision: 1166512 URL: http://svn.apache.org/viewvc?rev=1166512view=rev Log: Removed call to double[][] solve(double[][]) from interface DecompositionSolver. Modified:

svn commit: r1166513 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java

2011-09-07 Thread celestin
Author: celestin Date: Thu Sep 8 03:23:19 2011 New Revision: 1166513 URL: http://svn.apache.org/viewvc?rev=1166513view=rev Log: Removed call to double[][] solve(double[][]) from interface DecompositionSolver. Modified:

svn commit: r1166514 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUSolverTest.java

2011-09-07 Thread celestin
Author: celestin Date: Thu Sep 8 03:23:44 2011 New Revision: 1166514 URL: http://svn.apache.org/viewvc?rev=1166514view=rev Log: Removed call to double[][] solve(double[][]) from interface DecompositionSolver. Modified:

svn commit: r1166515 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRSolverTest.java

2011-09-07 Thread celestin
Author: celestin Date: Thu Sep 8 03:24:04 2011 New Revision: 1166515 URL: http://svn.apache.org/viewvc?rev=1166515view=rev Log: Removed call to double[][] solve(double[][]) from interface DecompositionSolver. Modified:

svn commit: r1166516 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueSolverTest.java

2011-09-07 Thread celestin
Author: celestin Date: Thu Sep 8 03:24:28 2011 New Revision: 1166516 URL: http://svn.apache.org/viewvc?rev=1166516view=rev Log: Removed call to double[][] solve(double[][]) from interface DecompositionSolver. Modified: