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 887168fa6fe81faceea4e83eb90fcb8c90c35934
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 28 07:16:37 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 4dff0b89..b25abfe9 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -134,13 +134,6 @@
     <Bug pattern="DM_DEFAULT_ENCODING" />
   </Match>
 
-  <!-- Reason: default encoding is good enough for exception message -->
-  <Match>
-    <Class name="org.apache.commons.compress.archivers.tar.TarUtils" />
-    <Method name="exceptionMessage" />
-    <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