svn commit: r1042513 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math: special/Gamma.java util/DefaultTransformer.java

2010-12-05 Thread sebb
Author: sebb Date: Mon Dec 6 02:10:44 2010 New Revision: 1042513 URL: http://svn.apache.org/viewvc?rev=1042513&view=rev Log: Javadoc typos Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/special/Gamma.java commons/proper/math/trunk/src/main/java/org/apache/com

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

2010-12-05 Thread sebb
Author: sebb Date: Mon Dec 6 02:08:01 2010 New Revision: 1042512 URL: http://svn.apache.org/viewvc?rev=1042512&view=rev Log: Add missing @Deprecated annotation Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/RealVector.java Modified: commons/proper/math/tr

svn commit: r1042511 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/LaguerreSolver.java

2010-12-05 Thread sebb
Author: sebb Date: Mon Dec 6 02:07:10 2010 New Revision: 1042511 URL: http://svn.apache.org/viewvc?rev=1042511&view=rev Log: Unused Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/LaguerreSolver.java Modified: commons/proper/math/trunk/src/main/j

svn commit: r1042510 - in /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math: special/Gamma.java util/DefaultTransformer.java util/FastMath.java util/MultidimensionalCounter.

2010-12-05 Thread sebb
Author: sebb Date: Mon Dec 6 01:54:18 2010 New Revision: 1042510 URL: http://svn.apache.org/viewvc?rev=1042510&view=rev Log: Javadoc typos Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/special/Gamma.java commons/proper/math/branches/MATH_2_X/src/

Nexus: Staging Completed.

2010-12-05 Thread Nexus Repository Manager
Description:Release Commons VFS 2.0Details:The following artifacts have been staged to the org.apache.commons-051 (u:rgoers, a:75.82.178.177) repository.commons-vfs2-examples-2.0-sources.jarcommons-vfs2-examples-2.0.jar.asccommons-vfs2-examples-2.0.pomcommons-vfs2-examples-2.0-javadoc.jar.asccommon

svn commit: r1042509 - in /commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math: analysis/interpolation/ analysis/polynomials/ transform/

2010-12-05 Thread sebb
Author: sebb Date: Mon Dec 6 01:49:59 2010 New Revision: 1042509 URL: http://svn.apache.org/viewvc?rev=1042509&view=rev Log: Remove unnecessary throws clauses from testxxx methods Modified: commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/analysis/interpolation/Bi

svn commit: r1042508 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/distribution/ main/java/org/apache/commons/math/optimization/fitting/ test/java/org/apache/commo

2010-12-05 Thread sebb
Author: sebb Date: Mon Dec 6 01:45:19 2010 New Revision: 1042508 URL: http://svn.apache.org/viewvc?rev=1042508&view=rev Log: Unused imports Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/distribution/NormalDistributionImpl.java commons/proper/math

svn commit: r1042507 - in /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math: analysis/solvers/ distribution/ optimization/univariate/

2010-12-05 Thread sebb
Author: sebb Date: Mon Dec 6 01:44:33 2010 New Revision: 1042507 URL: http://svn.apache.org/viewvc?rev=1042507&view=rev Log: Missing @Overrides Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/analysis/solvers/BrentSolver.java commons/proper/math/br

svn commit: r1042502 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/solvers/ test/java/org/apache/commons/math/analysis/solvers/

2010-12-05 Thread erans
Author: erans Date: Mon Dec 6 00:53:59 2010 New Revision: 1042502 URL: http://svn.apache.org/viewvc?rev=1042502&view=rev Log: MATH-451 Removed the "solve" methods lacking the "maxEval" parameter. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/Base

svn commit: r1042450 - in /commons/sandbox/convert/trunk/src/main/java/org/apache/commons/convert: AbstractConverter.java AbstractLocalizedConverter.java Converter.java Converters.java DateTimeConvert

2010-12-05 Thread adrianc
Author: adrianc Date: Sun Dec 5 21:16:51 2010 New Revision: 1042450 URL: http://svn.apache.org/viewvc?rev=1042450&view=rev Log: Removed an unused convert method from the Converter interface. Modified: commons/sandbox/convert/trunk/src/main/java/org/apache/commons/convert/AbstractConverter.j

svn commit: r1042441 - /commons/sandbox/convert/trunk/src/main/java/org/apache/commons/convert/NumberConverters.java

2010-12-05 Thread adrianc
Author: adrianc Date: Sun Dec 5 20:50:51 2010 New Revision: 1042441 URL: http://svn.apache.org/viewvc?rev=1042441&view=rev Log: Removed some unnecessary converters. Those conversions were already handled with generic converters. Modified: commons/sandbox/convert/trunk/src/main/java/org/apa

svn commit: r1042438 - /commons/sandbox/convert/trunk/src/main/java/org/apache/commons/convert/MiscConverters.java

2010-12-05 Thread adrianc
Author: adrianc Date: Sun Dec 5 20:42:07 2010 New Revision: 1042438 URL: http://svn.apache.org/viewvc?rev=1042438&view=rev Log: Cleaned up some compiler warnings. Modified: commons/sandbox/convert/trunk/src/main/java/org/apache/commons/convert/MiscConverters.java Modified: commons/sandbox

svn commit: r1042437 - /commons/sandbox/convert/trunk/src/main/java/org/apache/commons/convert/MiscConverters.java

2010-12-05 Thread adrianc
Author: adrianc Date: Sun Dec 5 20:38:30 2010 New Revision: 1042437 URL: http://svn.apache.org/viewvc?rev=1042437&view=rev Log: Removed two unsupported converters. A SerialBlob or SerialClob that is created from scratch will throw an exception if it is passed to a JDBC driver - because the crea

svn commit: r1042430 - in /commons/sandbox/convert/trunk/src/main/java/org/apache/commons/convert: GenericSingletonToList.java GenericSingletonToSet.java GenericToStringConverter.java MiscConverters.j

2010-12-05 Thread adrianc
Author: adrianc Date: Sun Dec 5 19:54:41 2010 New Revision: 1042430 URL: http://svn.apache.org/viewvc?rev=1042430&view=rev Log: Second pass at building out JavaDocs. Modified: commons/sandbox/convert/trunk/src/main/java/org/apache/commons/convert/GenericSingletonToList.java commons/san

svn commit: r1042428 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math: analysis/interpolation/ analysis/polynomials/ linear/ optimization/direct/ optimization/univariate/ transfor

2010-12-05 Thread sebb
Author: sebb Date: Sun Dec 5 19:37:55 2010 New Revision: 1042428 URL: http://svn.apache.org/viewvc?rev=1042428&view=rev Log: Remove unnecessary throws clauses from testxxx methods Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/BicubicSplineI

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

2010-12-05 Thread sebb
Author: sebb Date: Sun Dec 5 19:28:17 2010 New Revision: 1042425 URL: http://svn.apache.org/viewvc?rev=1042425&view=rev Log: Unnecessary casts Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayRealVectorTest.java Modified: commons/proper/math/trunk/src/

svn commit: r1042424 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/distribution/ main/java/org/apache/commons/math/exception/ test/java/org/apache/commons/math/analysis/interp

2010-12-05 Thread sebb
Author: sebb Date: Sun Dec 5 19:27:21 2010 New Revision: 1042424 URL: http://svn.apache.org/viewvc?rev=1042424&view=rev Log: Unused imports Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/NormalDistributionImpl.java commons/proper/math/trunk/src/m

svn commit: r1042423 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/MaxIterationsExceededException.java

2010-12-05 Thread sebb
Author: sebb Date: Sun Dec 5 19:27:02 2010 New Revision: 1042423 URL: http://svn.apache.org/viewvc?rev=1042423&view=rev Log: Add missing @Deprecated annotation Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/MaxIterationsExceededException.java Modified: commons/p

svn commit: r1042422 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/polynomials/ main/java/org/apache/commons/math/dfp/ main/java/org/apache/commons/math/random/ main/

2010-12-05 Thread sebb
Author: sebb Date: Sun Dec 5 19:25:21 2010 New Revision: 1042422 URL: http://svn.apache.org/viewvc?rev=1042422&view=rev Log: StringBuffer => StringBuilder for local variables Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/polynomials/PolynomialFunction.ja

svn commit: r1042382 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2010-12-05 Thread rgoers
Author: rgoers Date: Sun Dec 5 16:09:05 2010 New Revision: 1042382 URL: http://svn.apache.org/viewvc?rev=1042382&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml commons/p

svn commit: r1042381 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2010-12-05 Thread rgoers
Author: rgoers Date: Sun Dec 5 16:09:02 2010 New Revision: 1042381 URL: http://svn.apache.org/viewvc?rev=1042381&view=rev Log: [maven-release-plugin] copy for tag commons-vfs2-project-2.0 Added: commons/proper/vfs/tags/commons-vfs2-project-2.0/ - copied from r1042380, commons/proper/v

svn commit: r1042380 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2010-12-05 Thread rgoers
Author: rgoers Date: Sun Dec 5 16:08:58 2010 New Revision: 1042380 URL: http://svn.apache.org/viewvc?rev=1042380&view=rev Log: [maven-release-plugin] prepare release commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml commons

svn commit: r1042379 - /commons/proper/vfs/trunk/dist/pom.xml

2010-12-05 Thread rgoers
Author: rgoers Date: Sun Dec 5 16:05:21 2010 New Revision: 1042379 URL: http://svn.apache.org/viewvc?rev=1042379&view=rev Log: Add missing version element Modified: commons/proper/vfs/trunk/dist/pom.xml Modified: commons/proper/vfs/trunk/dist/pom.xml URL: http://svn.apache.org/viewvc/commo

svn commit: r1042376 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/analysis/polynomials/ main/java/org/apache/commons/math/dfp/ main/java/org/apache/commons/math/l

2010-12-05 Thread sebb
Author: sebb Date: Sun Dec 5 15:54:55 2010 New Revision: 1042376 URL: http://svn.apache.org/viewvc?rev=1042376&view=rev Log: StringBuffer => StringBuilder for local variables Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/analysis/polynomials/Polynomia

svn commit: r1042336 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/interpol

2010-12-05 Thread sebb
Author: sebb Date: Sun Dec 5 12:40:48 2010 New Revision: 1042336 URL: http://svn.apache.org/viewvc?rev=1042336&view=rev Log: Add missing @Deprecated annotations Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ConvergingAlgorithm.java commons/proper

svn commit: r1042324 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/analysis/solvers/

2010-12-05 Thread erans
Author: erans Date: Sun Dec 5 11:56:41 2010 New Revision: 1042324 URL: http://svn.apache.org/viewvc?rev=1042324&view=rev Log: MATH-451 Deprecation. Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/analysis/solvers/BisectionSolver.java commons/proper