File: findbugsExclude.xml

package info (click to toggle)
asm3 3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,180 kB
  • ctags: 3,898
  • sloc: java: 37,049; xml: 1,814; makefile: 44
file content (27 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8"?>

<FindBugsFilter>
  <Match>
    <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
  </Match>
  <Match>
    <Bug category="MALICIOUS_CODE"/>
  </Match>
  <Match>
    <BugCode name="Se"/>
  </Match>
  <!-- we can exclude tests too, but bug may appear also in the test code...
  <Match>
    <Class name="~.*Test.*"/>
  </Match>
  -->
  <Match>
    <Class name="Adapt"/>
  </Match>
  <Match>
    <Class name="Analysis"/>
  </Match>
  <Match>
    <Class name="jbfc"/>
  </Match>
</FindBugsFilter>