Skip to content

Commit 82ab48c

Browse files
author
Gilles Sadowski
committed
Remove non-applicable rules (SpotBugs).
1 parent 26708f4 commit 82ab48c

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/main/resources/spotbugs/spotbugs-exclude-filter.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@
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"/>
@@ -58,12 +48,6 @@
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>

0 commit comments

Comments
 (0)