3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 23:02:15 +00:00

improve findbugs exclusions

This commit is contained in:
Mike Hearn 2013-01-11 23:27:28 +01:00
parent f2db0028ca
commit 48cdc1d9e7

View File

@ -16,7 +16,9 @@
<FindBugsFilter> <FindBugsFilter>
<Match> <Match>
<!-- Protos and inner classes are generated by the proto compiler --> <!-- Protos and inner classes are generated by the proto compiler -->
<Class name="~org\.bitcoinj\.wallet\.Protos.*"/>
<Package name="org.bitcoinj.protos"/>
<Package name="org.bitcoin.protocols.payments"/>
</Match> </Match>
<!-- bitcoinj is not designed to run in an environment with malicious code loaded into the VM --> <!-- bitcoinj is not designed to run in an environment with malicious code loaded into the VM -->