22 lines
534 B
XML
22 lines
534 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 pattern="REC_CATCH_EXCEPTION"/>
|
|
</Match>
|
|
<Match>
|
|
<Bug pattern="SE_NO_SERIALVERSIONID"/>
|
|
</Match>
|
|
<Match>
|
|
<Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
|
|
</Match>
|
|
<Match>
|
|
<Bug pattern="SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING"/>
|
|
</Match>
|
|
</FindBugsFilter>
|