Clirr Results

The following document contains the results of Clirr .

Summary

Severity Number
Error Error 47
Warning Warning 0
Info Info 16

Details

Severity Message Class Method / Field
Error Method 'public ConvergenceException(java.lang.String, java.lang.Throwable)' has been removed org.apache.commons.math.ConvergenceException public ConvergenceException(java.lang.String, java.lang.Throwable)
Error Method 'public ConvergenceException(java.lang.String)' has been removed org.apache.commons.math.ConvergenceException public ConvergenceException(java.lang.String)
Error Method 'public FunctionEvaluationException(double, java.lang.String)' has been removed org.apache.commons.math.FunctionEvaluationException public FunctionEvaluationException(double, java.lang.String)
Error Method 'public FunctionEvaluationException(double, java.lang.String, java.lang.Throwable)' has been removed org.apache.commons.math.FunctionEvaluationException public FunctionEvaluationException(double, java.lang.String, java.lang.Throwable)
Error Method 'public MathConfigurationException(java.lang.String)' has been removed org.apache.commons.math.MathConfigurationException public MathConfigurationException(java.lang.String)
Error Method 'public MathConfigurationException(java.lang.String, java.lang.Throwable)' has been removed org.apache.commons.math.MathConfigurationException public MathConfigurationException(java.lang.String, java.lang.Throwable)
Error Method 'public MathException(java.lang.String)' has been removed org.apache.commons.math.MathException public MathException(java.lang.String)
Error Method 'public MathException(java.lang.String, java.lang.Throwable)' has been removed org.apache.commons.math.MathException public MathException(java.lang.String, java.lang.Throwable)
Error Field imaginary is now final org.apache.commons.math.complex.Complex imaginary
Error Accessibility of field imaginary has been weakened from protected to private org.apache.commons.math.complex.Complex imaginary
Error Field real is now final org.apache.commons.math.complex.Complex real
Error Accessibility of field real has been weakened from protected to private org.apache.commons.math.complex.Complex real
Error Method 'public org.apache.commons.math.complex.Complex acos(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex acos(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex asin(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex asin(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex atan(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex atan(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex cos(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex cos(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex cosh(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex cosh(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex exp(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex exp(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex log(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex log(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex pow(org.apache.commons.math.complex.Complex, org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex pow(org.apache.commons.math.complex.Complex, org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex sin(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex sin(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex sinh(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex sinh(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex sqrt(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex sqrt(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex sqrt1z(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex sqrt1z(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex tan(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex tan(org.apache.commons.math.complex.Complex)
Error Method 'public org.apache.commons.math.complex.Complex tanh(org.apache.commons.math.complex.Complex)' has been removed org.apache.commons.math.complex.ComplexUtils public org.apache.commons.math.complex.Complex tanh(org.apache.commons.math.complex.Complex)
Error Class org.apache.commons.math.distribution.DistributionFactory removed org.apache.commons.math.distribution.DistributionFactory
Error Class org.apache.commons.math.distribution.DistributionFactoryImpl removed org.apache.commons.math.distribution.DistributionFactoryImpl
Error Field TOO_SMALL is now final org.apache.commons.math.linear.BigMatrixImpl TOO_SMALL
Error Accessibility of field TOO_SMALL has been weakened from protected to private org.apache.commons.math.linear.BigMatrixImpl TOO_SMALL
Error Method 'protected org.apache.commons.math.linear.BigMatrix getIdentity(int)' has been removed org.apache.commons.math.linear.BigMatrixImpl protected org.apache.commons.math.linear.BigMatrix getIdentity(int)
Error Method 'public MatrixIndexException()' has been removed org.apache.commons.math.linear.MatrixIndexException public MatrixIndexException()
Error Field TOO_SMALL is now final org.apache.commons.math.linear.RealMatrixImpl TOO_SMALL
Error Accessibility of field TOO_SMALL has been weakened from protected to private org.apache.commons.math.linear.RealMatrixImpl TOO_SMALL
Error Method 'protected org.apache.commons.math.linear.RealMatrix getIdentity(int)' has been removed org.apache.commons.math.linear.RealMatrixImpl protected org.apache.commons.math.linear.RealMatrix getIdentity(int)
Error Method 'public void clearSwitchingFunctions()' has been added to an interface org.apache.commons.math.ode.FirstOrderIntegrator public void clearSwitchingFunctions()
Error Method 'public java.util.Collection getSwitchingFunctions()' has been added to an interface org.apache.commons.math.ode.FirstOrderIntegrator public java.util.Collection getSwitchingFunctions()
Error Method 'public org.apache.commons.math.stat.descriptive.DescriptiveStatistics newInstance(java.lang.Class)' has been removed org.apache.commons.math.stat.descriptive.DescriptiveStatistics public org.apache.commons.math.stat.descriptive.DescriptiveStatistics newInstance(java.lang.Class)
Error Method 'public org.apache.commons.math.stat.descriptive.DescriptiveStatistics newInstance()' has been removed org.apache.commons.math.stat.descriptive.DescriptiveStatistics public org.apache.commons.math.stat.descriptive.DescriptiveStatistics newInstance()
Error Class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImpl removed org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImpl
Error Method 'public org.apache.commons.math.stat.descriptive.SummaryStatistics newInstance(java.lang.Class)' has been removed org.apache.commons.math.stat.descriptive.SummaryStatistics public org.apache.commons.math.stat.descriptive.SummaryStatistics newInstance(java.lang.Class)
Error Method 'public org.apache.commons.math.stat.descriptive.SummaryStatistics newInstance()' has been removed org.apache.commons.math.stat.descriptive.SummaryStatistics public org.apache.commons.math.stat.descriptive.SummaryStatistics newInstance()
Error Class org.apache.commons.math.stat.descriptive.SummaryStatisticsImpl removed org.apache.commons.math.stat.descriptive.SummaryStatisticsImpl
Error Method 'protected org.apache.commons.math.distribution.DistributionFactory getDistributionFactory()' has been removed org.apache.commons.math.stat.inference.ChiSquareTestImpl protected org.apache.commons.math.distribution.DistributionFactory getDistributionFactory()
Error Method 'protected org.apache.commons.math.distribution.DistributionFactory getDistributionFactory()' has been removed org.apache.commons.math.stat.inference.TTestImpl protected org.apache.commons.math.distribution.DistributionFactory getDistributionFactory()
Error Class org.apache.commons.math.stat.inference.TestFactory removed org.apache.commons.math.stat.inference.TestFactory
Error Class org.apache.commons.math.stat.inference.TestFactoryImpl removed org.apache.commons.math.stat.inference.TestFactoryImpl
Info Class org.apache.commons.math.genetics.Chromosome added org.apache.commons.math.genetics.Chromosome
Info Class org.apache.commons.math.genetics.ChromosomePair added org.apache.commons.math.genetics.ChromosomePair
Info Class org.apache.commons.math.genetics.CrossoverPolicy added org.apache.commons.math.genetics.CrossoverPolicy
Info Class org.apache.commons.math.genetics.Fitness added org.apache.commons.math.genetics.Fitness
Info Class org.apache.commons.math.genetics.GeneticAlgorithm added org.apache.commons.math.genetics.GeneticAlgorithm
Info Class org.apache.commons.math.genetics.MutationPolicy added org.apache.commons.math.genetics.MutationPolicy
Info Class org.apache.commons.math.genetics.Population added org.apache.commons.math.genetics.Population
Info Class org.apache.commons.math.genetics.SelectionPolicy added org.apache.commons.math.genetics.SelectionPolicy
Info Class org.apache.commons.math.genetics.StoppingCondition added org.apache.commons.math.genetics.StoppingCondition
Info Method 'public void clearSwitchingFunctions()' has been added org.apache.commons.math.ode.AdaptiveStepsizeIntegrator public void clearSwitchingFunctions()
Info Method 'public java.util.Collection getSwitchingFunctions()' has been added org.apache.commons.math.ode.AdaptiveStepsizeIntegrator public java.util.Collection getSwitchingFunctions()
Info Method 'public void clearSwitchingFunctions()' has been added org.apache.commons.math.ode.RungeKuttaIntegrator public void clearSwitchingFunctions()
Info Method 'public java.util.Collection getSwitchingFunctions()' has been added org.apache.commons.math.ode.RungeKuttaIntegrator public java.util.Collection getSwitchingFunctions()
Info Class org.apache.commons.math.ode.SwitchException added org.apache.commons.math.ode.SwitchException
Info Method 'public void clearSwitchingFunctions()' has been added org.apache.commons.math.ode.SwitchingFunctionsHandler public void clearSwitchingFunctions()
Info Method 'public java.util.Collection getSwitchingFunctions()' has been added org.apache.commons.math.ode.SwitchingFunctionsHandler public java.util.Collection getSwitchingFunctions()