/[Apache-SVN]
ViewVC logotype

Revision 746578


Jump to revision: Previous Next
Author: luc
Date: Sat Feb 21 20:01:14 2009 UTC (15 years, 2 months ago)
Changed paths: 105 (showing only 100; show all)
Log Message:
replaced Object[] parameters by variable arguments in exceptions constructors
this allows simpler error declaration and removes the need for the strange
null argument with fixed messages

Changed paths

Path Details
Directorycommons/proper/math/trunk/src/experimental/org/apache/commons/math/linear/RecursiveLayoutRealMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ArgumentOutsideDomainException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ConvergenceException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/DimensionMismatchException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/DuplicateSampleAbscissaException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/FunctionEvaluationException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MathConfigurationException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MathException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MathRuntimeException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MaxIterationsExceededException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/integration/LegendreGaussIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/integration/RombergIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/integration/SimpsonIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/integration/TrapezoidIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/minimization/UnivariateRealMinimizerImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/BrentSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/LaguerreSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/NewtonSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/complex/Complex.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/complex/ComplexFormat.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/distribution/BetaDistributionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/distribution/ZipfDistributionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/AbstractEstimator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/EstimationException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/GaussNewtonEstimator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/fraction/Fraction.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/fraction/FractionConversionException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/fraction/FractionFormat.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/CardanEulerSingularityException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/NotARotationMatrixException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Rotation.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3D.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3DFormat.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/AbstractRealMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/DenseRealMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/InvalidMatrixException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixIndexException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorFormat.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/decomposition/CholeskyDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/decomposition/EigenDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/decomposition/LUDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/decomposition/NonSquareMatrixException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/decomposition/NotPositiveDefiniteMatrixException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/decomposition/NotSymmetricMatrixException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/decomposition/QRDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/decomposition/SingularMatrixException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/decomposition/SingularValueDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/AbstractIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ContinuousOutputModel.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DerivativeException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/IntegratorException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventState.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/CostException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/DirectSearchOptimizer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/random/RandomAdaptor.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/random/ValueServer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/correlation/Covariance.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/correlation/PearsonsCorrelation.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/Kurtosis.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/transform/FastCosineTransformer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/transform/FastFourierTransformer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/transform/FastHadamardTransformer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/transform/FastSineTransformer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/util/ContinuedFraction.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/util/DefaultTransformer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/util/ResizableDoubleArray.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ConvergenceExceptionTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/FunctionEvaluationExceptionTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/MathExceptionTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/MaxIterationsExceededExceptionTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/BigMatrixImplTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/InvalidMatrixExceptionTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/MatrixIndexExceptionTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/decomposition/CholeskySolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/decomposition/EigenSolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/decomposition/LUSolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/decomposition/QRSolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/decomposition/SingularValueSolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/FirstOrderConverterTest.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26