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>
|