Skip to content

Commit 42bd787

Browse files
committed
Clean-up findbugs exclude filter.
1 parent cda6405 commit 42bd787

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
2828

2929
<Match>
30-
<Class name="~.*\.jmh\..*generated\..*"/>
31-
</Match>
32-
33-
<Match>
34-
<!-- Direct access to an internal array is required for the benchmark. -->
3530
<Class name="org.apache.commons.csv.CSVPrinter"/>
3631
<BugPattern name="SF_SWITCH_FALLTHROUGH"/>
3732
<Method name="printComment"/>

0 commit comments

Comments
 (0)