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 70b9b86479be7056ac7287cea1e4fd53559f5ad1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 28 07:28:08 2023 -0400 Remove obsolete SpotBugs entry --- src/conf/spotbugs-exclude-filter.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml index 7a224736..4b099640 100644 --- a/src/conf/spotbugs-exclude-filter.xml +++ b/src/conf/spotbugs-exclude-filter.xml @@ -27,11 +27,6 @@ xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd"> <!-- Reason: References to System.out/err == --> - <Match> - <Class name="org.apache.commons.compress.archivers.zip.ZipFile" /> - <Method name="finalize" /> - <Bug pattern="NP_ALWAYS_NULL" /> - </Match> <Match> <Class name="org.apache.commons.compress.archivers.dump.DumpArchiveUtil" /> <Method name="dumpBlock" />