We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be5e35 commit 1f951c1Copy full SHA for 1f951c1
pom.xml
@@ -132,7 +132,7 @@
132
<plugin>
133
<groupId>com.github.spotbugs</groupId>
134
<artifactId>spotbugs-maven-plugin</artifactId>
135
- <version>4.8.6.6</version>
+ <version>4.9.1.0</version>
136
<configuration>
137
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
138
<includeTests>true</includeTests>
spotbugs-exclude.xml
@@ -83,6 +83,9 @@
83
<Match>
84
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
85
</Match>
86
+ <Match>
87
+ <Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE" />
88
+ </Match>
89
<!-- fb-contrib -->
90
91
<Bug pattern="LSC_LITERAL_STRING_COMPARISON" />
0 commit comments