Skip to content

Commit c8a3029

Browse files
committed
cleanup
1 parent 79c8896 commit c8a3029

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

config/spotbugs/config.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,4 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
55

6-
<!-- false-positive bug https://github.com/spotbugs/spotbugs/issues/2083 -->
7-
<Match>
8-
<Bug pattern="EI_EXPOSE_REP"/>
9-
<Class name="de.siegmar.fastcsv.reader.NamedCsvReader"/>
10-
<Field name="header"/>
11-
</Match>
12-
13-
<!-- Ignore mutable throwable exposure in listener -->
14-
<Match>
15-
<Class name="de.siegmar.fastcsv.reader.CollectingStatusListener"/>
16-
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2"/>
17-
<Or>
18-
<Method name="onError"/>
19-
<Method name="getThrowable"/>
20-
</Or>
21-
</Match>
22-
23-
<!-- Keep internal class names like Util and Preconditions -->
24-
<Match>
25-
<Package name="de.siegmar.fastcsv.util"/>
26-
<Bug pattern="PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_CLASS_NAMES"/>
27-
</Match>
28-
296
</FindBugsFilter>

0 commit comments

Comments
 (0)