diff options
author | Simon Steiner <ssteiner@apache.org> | 2015-06-05 12:19:21 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2015-06-05 12:19:21 +0000 |
commit | 8470af9fd9972bedce303a5110724230af163520 (patch) | |
tree | d0ca7b9dbd67d5cf19bb160effa437471c924410 /findbugs-exclude.xml | |
parent | 0fb8462107767bb0b39f6cd872542722ac683b8e (diff) | |
download | xmlgraphics-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.xml | 11 |
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 --> |