Skip to content

Commit 451ee1b

Browse files
committed
Comment for SpotBugs false positive to be fixed in 4.9.0
1 parent f67af83 commit 451ee1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf/spotbugs-exclude-filter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<Method name="requireNonNull" />
214214
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" />
215215
</Match>
216-
<!-- Considering https://github.com/spotbugs/spotbugs/issues/2957 -->
216+
<!-- False positive https://github.com/spotbugs/spotbugs/issues/2957 to be fixed in 4.9.0 -->
217217
<Match>
218218
<Class name="org.apache.commons.lang3.event.EventListenerSupport" />
219219
<Method name="readObject" />

0 commit comments

Comments
 (0)