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 fc286853b5b57b4cca9f09a41834c59eba45dca0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 23 14:49:45 2023 -0500 Remove obsolete SpotBugs exclusions --- src/conf/spotbugs-exclude-filter.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml index 826117a1..b522e4c4 100644 --- a/src/conf/spotbugs-exclude-filter.xml +++ b/src/conf/spotbugs-exclude-filter.xml @@ -26,10 +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.formats.jpeg.iptc.IptcBlock" /> - <Bug pattern="EI_EXPOSE_REP2" /> - </Match> <Match> <Class name="org.apache.commons.imaging.formats.jpeg.segments.DqtSegment$QuantizationTable" /> <Method name="getElements" />