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 563274e02fcc78c69d5e3d64dc55849afbd53ad0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 28 07:17:41 2023 -0400

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

diff --git a/src/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
index b25abfe9..ff40372b 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -125,14 +125,6 @@
     <Method name="readString" />
     <Bug pattern="DM_DEFAULT_ENCODING" />
   </Match>
-  <Match>
-    <Class 
name="org.apache.commons.compress.archivers.zip.FallbackZipEncoding" />
-    <Or>
-      <Method name="decode" />
-      <Method name="encode" />
-    </Or>
-    <Bug pattern="DM_DEFAULT_ENCODING" />
-  </Match>
 
   <!-- Reason: unrolled loop, all possible cases are covered -->
   <Match>

Reply via email to