File tree Expand file tree Collapse file tree
src/main/resources/spotbugs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 </Match >
3232
3333 <!-- Deliberately floating-point equality checks. -->
34- <Match >
35- <Class name =" org.apache.commons.numbers.rootfinder.BrentSolver" />
36- <Method name =" brent" />
37- <BugPattern name =" FE_FLOATING_POINT_EQUALITY" />
38- </Match >
39- <Match >
40- <Class name =" org.apache.commons.numbers.complex.Complex" />
41- <Method name =" sqrt" />
42- <BugPattern name =" FE_FLOATING_POINT_EQUALITY" />
43- </Match >
4434 <Match >
4535 <Class name =" org.apache.commons.math4.neuralnet.twod.NeuronSquareMesh2D" />
4636 <Method name =" createLinks" />
5848 <BugPattern name =" CNT_ROUGH_CONSTANT_VALUE" />
5949 </Match >
6050
61- <Match >
62- <!-- Benchmark state classes can expose internal representations -->
63- <Class name =" ~org.apache.commons.numbers.examples.jmh..*Performance.*" />
64- <BugPattern name =" EI_EXPOSE_REP" />
65- </Match >
66-
6751 <!-- Disable checks for exposure of internal references.
6852 TODO: Revise this to use more targeted exclusions. -->
6953 <Match >
You can’t perform that action at this time.
0 commit comments