Skip to content

Commit

Permalink
update spotbugs exclusions from newer spotbugs check
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivard committed Feb 21, 2025
1 parent b11a143 commit 1837458
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@
</Match>

<Match>
<!-- introduced with spotbugs 4.8 and require code refactoring -->
<!-- introduced with spotbugs 4.9.1.0 and require code refactoring -->
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE"/>
</Match>


<Match>
<!-- introduced with spotbugs 4.9.1.0 and require code refactoring -->
<Bug pattern="AT_NONATOMIC_64BIT_PRIMITIVE"/>
</Match>
</FindBugsFilter>

0 comments on commit 1837458

Please sign in to comment.