The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is
Effort is min
| Class | Bugs |
|---|---|
| org.apache.commons.math3.optimization.direct.BOBYQAOptimizer | 3 |
| org.apache.commons.math3.random.EmpiricalDistribution | 4 |
| org.apache.commons.math3.random.ValueServer | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Test for floating point equality in org.apache.commons.math3.optimization.direct.BOBYQAOptimizer.altmov(int, double) | STYLE | FE_FLOATING_POINT_EQUALITY | 1461 | High |
| Switch statement found in org.apache.commons.math3.optimization.direct.BOBYQAOptimizer.bobyqb(double[], double[]) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 546-556 | Medium |
| Switch statement found in org.apache.commons.math3.optimization.direct.BOBYQAOptimizer.trsbox(double, ArrayRealVector, ArrayRealVector, ArrayRealVector, ArrayRealVector, ArrayRealVector) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 1882-1885 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.apache.commons.math3.random.EmpiricalDistribution.load(File): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 242 | High |
| Found reliance on default encoding in org.apache.commons.math3.random.EmpiricalDistribution.load(File): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 246 | High |
| Found reliance on default encoding in org.apache.commons.math3.random.EmpiricalDistribution.load(URL): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 213 | High |
| Found reliance on default encoding in org.apache.commons.math3.random.EmpiricalDistribution.load(URL): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 221 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.apache.commons.math3.random.ValueServer.resetReplayFile(): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 270 | High |