/[Apache-SVN]
ViewVC logotype

Revision 666292


Jump to revision: Previous Next
Author: luc
Date: Tue Jun 10 19:32:52 2008 UTC (15 years, 9 months ago)
Changed paths: 41
Log Message:
replaced inefficient use of constructors for Integer, Long, Float and Double
by the recommended static valueOf methods that cache results

Changed paths

Path Details
Directorycommons/proper/math/branches/MATH_2_0/src/experimental/org/apache/commons/math/function/DefaultContext.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImpl.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImplTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ArgumentOutsideDomainException.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/DimensionMismatchException.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/DuplicateSampleAbscissaException.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/FunctionEvaluationException.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/MaxIterationsExceededException.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/analysis/UnivariateRealSolverUtils.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/complex/ComplexFormat.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/estimation/AbstractEstimator.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/fraction/FractionConversionException.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/AdaptiveStepsizeIntegrator.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/RungeKuttaIntegrator.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/random/RandomDataImpl.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/Frequency.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatistics.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/util/ContinuedFraction.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/util/DefaultTransformer.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/mantissa/src/org/spaceroots/mantissa/algebra/Polynomial.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ConvergenceExceptionTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/FunctionEvaluationExceptionTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/MathExceptionTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/MaxIterationsExceededExceptionTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/complex/ComplexFormatAbstractTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/fraction/FractionTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/HighamHall54IntegratorTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/random/RandomDataTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/FrequencyTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/data/CertifiedDataAbstractTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/ListUnivariateImpl.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/ListUnivariateImplTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/MixedListUnivariateImplTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/MultivariateSummaryStatisticsTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/StatisticalSummaryValuesTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/SummaryStatisticsTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/util/DefaultTransformerTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/util/TestBean.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26