mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-20 14:34:24 +01:00
30 lines
746 B
XML
30 lines
746 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<Bug pattern="EI_EXPOSE_REP"/>
|
|
</Match>
|
|
<Match>
|
|
<Bug pattern="EI_EXPOSE_REP2"/>
|
|
</Match>
|
|
<Match>
|
|
<Bug code="NP"/>
|
|
</Match>
|
|
<Match>
|
|
<Bug pattern="DCN_NULLPOINTER_EXCEPTION"/>
|
|
</Match>
|
|
<Match>
|
|
<Class name="~.*\.*Test\$.*" />
|
|
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/>
|
|
</Match>
|
|
<Match>
|
|
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
|
|
</Match>
|
|
<Match>
|
|
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_THROWABLE"/>
|
|
</Match>
|
|
<Match>
|
|
<Class name="~.*\.*Test" />
|
|
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
|
|
</Match>
|
|
</FindBugsFilter>
|