Skip to content

Commit 1837458

Browse files
committed
update spotbugs exclusions from newer spotbugs check
1 parent b11a143 commit 1837458

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build/spotbugs-exclude.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,12 @@
8282
</Match>
8383

8484
<Match>
85-
<!-- introduced with spotbugs 4.8 and require code refactoring -->
85+
<!-- introduced with spotbugs 4.9.1.0 and require code refactoring -->
8686
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE"/>
8787
</Match>
8888

89-
89+
<Match>
90+
<!-- introduced with spotbugs 4.9.1.0 and require code refactoring -->
91+
<Bug pattern="AT_NONATOMIC_64BIT_PRIMITIVE"/>
92+
</Match>
9093
</FindBugsFilter>

0 commit comments

Comments
 (0)