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-imaging.git
commit 1b63210b54dead129f65f285878ea13327561c26 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 23 14:47:49 2023 -0500 Remove obsolete SpotBugs exclusions --- 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 5804374c..826117a1 100644 --- a/src/conf/spotbugs-exclude-filter.xml +++ b/src/conf/spotbugs-exclude-filter.xml @@ -26,15 +26,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd"> <!-- Reason: Intentionally exposing an array --> - <Match> - <Class name="org.apache.commons.imaging.common.bytesource.ByteSourceArray" /> - <Method name="getAll" /> - <Bug pattern="EI_EXPOSE_REP" /> - </Match> - <Match> - <Class name="org.apache.commons.imaging.common.bytesource.ByteSourceArray" /> - <Bug pattern="EI_EXPOSE_REP2" /> - </Match> <Match> <Class name="org.apache.commons.imaging.formats.jpeg.iptc.IptcBlock" /> <Bug pattern="EI_EXPOSE_REP2" />