Skip to content

Commit 935fb7f

Browse files
committed
fix: exclude SPP_FIELD_COULD_BE_STATIC
1 parent 922ac64 commit 935fb7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spotbugs-exclude.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@
198198
<Match>
199199
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
200200
</Match>
201+
<Match>
202+
<Bug pattern="SPP_FIELD_COULD_BE_STATIC" />
203+
</Match>
201204
<!-- find-sec-bugs -->
202205
<Match>
203206
<Bug pattern="PREDICTABLE_RANDOM" />

0 commit comments

Comments
 (0)