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 451ee1bf9 Comment for SpotBugs false positive to be fixed in 4.9.0
451ee1bf9 is described below

commit 451ee1bf91168df0e26f57d39476b0ec6b32dfa6
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 29 09:35:55 2024 -0500

    Comment for SpotBugs false positive to be fixed in 4.9.0
---
 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 f1925b947..f9cea3d47 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>
-  <!-- Considering https://github.com/spotbugs/spotbugs/issues/2957 -->
+  <!-- False positive https://github.com/spotbugs/spotbugs/issues/2957 to be 
fixed in 4.9.0 -->
   <Match>
     <Class name="org.apache.commons.lang3.event.EventListenerSupport" />
     <Method name="readObject" />

Reply via email to