forked from ome/bioformats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexcludebugs.xml
More file actions
34 lines (27 loc) · 721 Bytes
/
excludebugs.xml
File metadata and controls
34 lines (27 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<!--
Various filters for the FindBugs output
-->
<FindBugsFilter>
<Match>
<Bug pattern="MS_MUTABLE_ARRAY"/>
</Match>
<Match>
<Confidence value="2"/>
<Not>
<Bug pattern="SBSC_USE_STRINGBUFFER_CONCATENATION"/>
</Not>
</Match>
<Match>
<Class name="~loci\.common\..*"/>
<Bug pattern="EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS,NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
</Match>
<Match>
<Class name="~loci\.formats\.meta\..*"/>
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
</Match>
<Match>
<Class name="~loci\.formats\.ome\..*"/>
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
</Match>
</FindBugsFilter>