aboutsummaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2015-06-05 12:19:21 +0000
committerSimon Steiner <ssteiner@apache.org>2015-06-05 12:19:21 +0000
commit8470af9fd9972bedce303a5110724230af163520 (patch)
treed0ca7b9dbd67d5cf19bb160effa437471c924410 /findbugs-exclude.xml
parent0fb8462107767bb0b39f6cd872542722ac683b8e (diff)
downloadxmlgraphics-fop-8470af9fd9972bedce303a5110724230af163520.tar.gz
xmlgraphics-fop-8470af9fd9972bedce303a5110724230af163520.zip
XGC-97: Add PreloaderRawPNG to handle images ImageIO cant
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1683737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 73796c128..2eaa8580b 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -227,6 +227,17 @@
<!-- Properties not yet implemented -->
<Class name="org.apache.fop.fo.properties.CommonAural"/>
</Match>
+ <Match>
+ <Class name="org.apache.fop.render.pdf.ImageRawPNGAdapter"/>
+ <Or>
+ <Method name="outputContents"/>
+ <Method name="setup"/>
+ </Or>
+ <Or>
+ <Bug pattern="OS_OPEN_STREAM"/>
+ <Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/>
+ </Or>
+ </Match>
<!-- END - APPROVED EXCLUSIONS -->
<!-- START - TEMPORARY (UNAPPROVED) EXCLUSIONS -->