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 8d63e7d commit f67af83Copy full SHA for f67af83
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
- <!-- What can be done?-->
+ <!-- Considering https://github.com/spotbugs/spotbugs/issues/2957 -->
217
<Match>
218
<Class name="org.apache.commons.lang3.event.EventListenerSupport" />
219
<Method name="readObject" />
0 commit comments