This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new f67af836e Update SpotBugs configuration comment
f67af836e is described below
commit f67af836e8c69644aa87ef916ae7f1b7a9e635c2
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 29 09:04:24 2024 -0500
Update SpotBugs configuration comment
See https://github.com/spotbugs/spotbugs/issues/2957
---
src/conf/spotbugs-exclude-filter.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/conf/spotbugs-exclude-filter.xml
b/src/conf/spotbugs-exclude-filter.xml
index 3a89b82d5..f1925b947 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -213,7 +213,7 @@
<Method name="requireNonNull" />
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" />
</Match>
- <!-- What can be done?-->
+ <!-- Considering https://github.com/spotbugs/spotbugs/issues/2957 -->
<Match>
<Class name="org.apache.commons.lang3.event.EventListenerSupport" />
<Method name="readObject" />