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 f67af83 commit 451ee1bCopy full SHA for 451ee1b
src/conf/spotbugs-exclude-filter.xml
@@ -213,7 +213,7 @@
213
<Method name="requireNonNull" />
214
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" />
215
</Match>
216
- <!-- Considering https://github.com/spotbugs/spotbugs/issues/2957 -->
+ <!-- False positive https://github.com/spotbugs/spotbugs/issues/2957 to be fixed in 4.9.0 -->
217
<Match>
218
<Class name="org.apache.commons.lang3.event.EventListenerSupport" />
219
<Method name="readObject" />
0 commit comments