We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11a143 commit 1837458Copy full SHA for 1837458
build/spotbugs-exclude.xml
@@ -82,9 +82,12 @@
82
</Match>
83
84
<Match>
85
- <!-- introduced with spotbugs 4.8 and require code refactoring -->
+ <!-- introduced with spotbugs 4.9.1.0 and require code refactoring -->
86
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE"/>
87
88
89
-
+ <Match>
90
91
+ <Bug pattern="AT_NONATOMIC_64BIT_PRIMITIVE"/>
92
+ </Match>
93
</FindBugsFilter>
0 commit comments