Skip to content

Commit

Permalink
Enable SB patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 11, 2024
1 parent 73ea750 commit 72d4467
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mq/.spotbugs/spotbugs-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,39 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
<Match><Bug pattern="CN_IDIOM" /></Match>
<Match><Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE" /></Match>
<Match><Bug pattern="DLS_DEAD_LOCAL_STORE" /></Match>
<Match><Bug pattern="DLS_OVERWRITTEN_INCREMENT" /></Match>
<Match><Bug pattern="DMI_UNSUPPORTED_METHOD" /></Match>
<Match><Bug pattern="FI_EMPTY" /></Match>
<Match><Bug pattern="FI_EXPLICIT_INVOCATION" /></Match>
<Match><Bug pattern="FI_NULLIFY_SUPER" /></Match>
<Match><Bug pattern="FI_FINALIZER_ONLY_NULLS_FIELDS" /></Match>
<Match><Bug pattern="FI_FINALIZER_NULLS_FIELDS" /></Match>
<Match><Bug pattern="FI_MISSING_SUPER_CALL" /></Match>
<Match><Bug pattern="FI_USELESS" /></Match>
<Match><Bug pattern="IC_INIT_CIRCULARITY" /></Match>
<Match><Bug pattern="IL_INFINITE_RECURSIVE_LOOP" /></Match>
<Match><Bug pattern="IMSE_DONT_CATCH_IMSE" /></Match>
<Match><Bug pattern="NM_CLASS_NOT_EXCEPTION" /></Match>
<Match><Bug pattern="SE_NO_SUITABLE_CONSTRUCTOR" /></Match>
<Match><Bug pattern="SE_NO_SUITABLE_CONSTRUCTOR_FOR_EXTERNALIZATION" /></Match>
<Match><Bug pattern="SE_READ_RESOLVE_MUST_RETURN_OBJECT" /></Match>
<Match><Bug pattern="NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD" /></Match>
<Match><Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT" /></Match>
<Match><Bug pattern="NS_NON_SHORT_CIRCUIT" /></Match>
<Match><Bug pattern="QF_QUESTIONABLE_FOR_LOOP" /></Match>
<Match><Bug pattern="IA_AMBIGUOUS_INVOCATION_OF_INHERITED_OR_OUTER_METHOD" /></Match>
<Match><Bug pattern="SE_NO_SERIALVERSIONID" /></Match>
<Match><Bug pattern="SE_NONFINAL_SERIALVERSIONID" /></Match>
<Match><Bug pattern="SE_NONLONG_SERIALVERSIONID" /></Match>
<Match><Bug pattern="SE_NONSTATIC_SERIALVERSIONID" /></Match>
<Match><Bug pattern="SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS" /></Match>
<Match><Bug pattern="SW_SWING_METHODS_INVOKED_IN_SWING_THREAD" /></Match>
<Match><Bug pattern="CCNE_COMPARE_CLASS_EQUALS_NAME" /></Match>
<Match><Bug pattern="UC_USELESS_CONDITION" /></Match>
<Match><Bug pattern="UC_USELESS_VOID_METHOD" /></Match>
<Match><Bug pattern="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD" /></Match>
<Match><Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" /></Match>
<Match><Bug pattern="UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD" /></Match>
</FindBugsFilter>

0 comments on commit 72d4467

Please sign in to comment.