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:
parent
f2db0028ca
commit
48cdc1d9e7
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user