[go: up one dir, main page]

File: findbugsExclude.xml

package info (click to toggle)
asm3 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,332 kB
  • sloc: java: 37,188; xml: 1,841; makefile: 29; sh: 12
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>