Skip to content

Commit e5b2a1d

Browse files
committed
fix: suppress AT_STALE_THREAD_WRITE_OF_PRIMITIVE
1 parent 68cf692 commit e5b2a1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spotbugs-exclude.xml

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
<Match>
8484
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
8585
</Match>
86+
<Match>
87+
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE" />
88+
</Match>
8689
<!-- fb-contrib -->
8790
<Match>
8891
<Bug pattern="LSC_LITERAL_STRING_COMPARISON" />

0 commit comments

Comments
 (0)