forked from I2P_Developers/i2p.i2p
Core: findbugs exclusions (for use in Eclipse or Jenkins)
This commit is contained in:
8
core/java/findbugs-exclude.xml
Normal file
8
core/java/findbugs-exclude.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<FindBugsFilter>
|
||||||
|
<Match>
|
||||||
|
<Class name="net.metanotion.io.block.index.BSkipSpan" />
|
||||||
|
<Field name="nextPage" />
|
||||||
|
<Bug pattern="UR_UNINIT_READ" />
|
||||||
|
</Match>
|
||||||
|
</FindBugsFilter>
|
Reference in New Issue
Block a user