File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments