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 6c24d27 commit 0ff2c06Copy full SHA for 0ff2c06
pom.xml
@@ -128,7 +128,7 @@
128
<plugin>
129
<groupId>com.mebigfatguy.fb-contrib</groupId>
130
<artifactId>fb-contrib</artifactId>
131
- <version>7.6.12</version>
+ <version>7.6.13</version>
132
</plugin>
133
134
<groupId>com.h3xstream.findsecbugs</groupId>
spotbugs-exclude.xml
@@ -198,6 +198,9 @@
198
<Match>
199
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
200
</Match>
201
+ <Match>
202
+ <Bug pattern="SPP_FIELD_COULD_BE_STATIC" />
203
+ </Match>
204
<!-- find-sec-bugs -->
205
206
<Bug pattern="PREDICTABLE_RANDOM" />
0 commit comments