FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.1.1

Threshold is Normal

Effort is Default

Summary

Classes Bugs Errors Missing Classes
847 4 44 62

Files

Class Bugs
org.apache.commons.math.analysis.NewtonSolver 1
org.apache.commons.math.linear.BigMatrixImpl 1
org.apache.commons.math.linear.RealMatrixImpl 1
org.apache.commons.math.random.EmpiricalDistributionImpl 1

org.apache.commons.math.analysis.NewtonSolver

Bug Category Details Line
org.apache.commons.math.analysis.NewtonSolver.derivative is transient but org.apache.commons.math.analysis.NewtonSolver isn't Serializable STYLE SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS Not available

org.apache.commons.math.linear.BigMatrixImpl

Bug Category Details Line
org.apache.commons.math.linear.BigMatrixImpl.TOO_SMALL isn't final but should be MALICIOUS_CODE MS_SHOULD_BE_FINAL 76

org.apache.commons.math.linear.RealMatrixImpl

Bug Category Details Line
org.apache.commons.math.linear.RealMatrixImpl.TOO_SMALL isn't final but should be MALICIOUS_CODE MS_SHOULD_BE_FINAL 72

org.apache.commons.math.random.EmpiricalDistributionImpl

Bug Category Details Line
Class org.apache.commons.math.random.EmpiricalDistributionImpl defines non-transient non-serializable instance field randomData BAD_PRACTICE SE_BAD_FIELD Not available