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 65d29e821b384d7ebeb84c2ed6a2ef3cfc5bd6a9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 28 07:18:24 2023 -0400

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

diff --git a/src/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
index ff40372b..36b8c503 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -119,13 +119,6 @@
     <Bug pattern="OBL_UNSATISFIED_OBLIGATION" />
   </Match>
 
-  <!-- Reason: the contract is to use default encoding (unless told otherwise) 
-->
-  <Match>
-    <Class 
name="org.apache.commons.compress.archivers.arj.ArjArchiveInputStream" />
-    <Method name="readString" />
-    <Bug pattern="DM_DEFAULT_ENCODING" />
-  </Match>
-
   <!-- Reason: unrolled loop, all possible cases are covered -->
   <Match>
     <Class 
name="org.apache.commons.compress.compressors.snappy.PureJavaCrc32C" />

Reply via email to