mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 06:54:29 +01:00
24 lines
564 B
XML
24 lines
564 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>
|
|
<Class name="~.*\.*Test" />
|
|
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
|
|
</Match>
|
|
</FindBugsFilter>
|