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-compress.git

commit f399c8b5ae84ba338c291e58b045ad62aa787d96
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 28 07:13:53 2023 -0400

    Remove obsolete SpotBugs entry
---
 src/conf/spotbugs-exclude-filter.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
index 3df8a994..4dff0b89 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -125,15 +125,6 @@
     <Method name="readString" />
     <Bug pattern="DM_DEFAULT_ENCODING" />
   </Match>
-  <Match>
-    <Class name="org.apache.commons.compress.archivers.zip.AsiExtraField" />
-    <Or>
-      <Method name="getLocalFileDataData" />
-      <Method name="getLocalFileDataLength" />
-      <Method name="parseFromLocalFileData" />
-    </Or>
-    <Bug pattern="DM_DEFAULT_ENCODING" />
-  </Match>
   <Match>
     <Class 
name="org.apache.commons.compress.archivers.zip.FallbackZipEncoding" />
     <Or>

Reply via email to