aboutsummaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2012-06-22 16:36:20 +0000
committerVincent Hennebert <vhennebert@apache.org>2012-06-22 16:36:20 +0000
commit81e6ffaa6a92b1e1cc7906d43cba19eddbab0ccc (patch)
tree07e480da626a0856a1b2fb8d6a4f2591737953c5 /findbugs-exclude.xml
parent4e554123dc134fa7a8180f3398e0f2277456159d (diff)
parentda4e308bb1bc707814227c29d769f47da0bb3fb2 (diff)
downloadxmlgraphics-fop-81e6ffaa6a92b1e1cc7906d43cba19eddbab0ccc.tar.gz
xmlgraphics-fop-81e6ffaa6a92b1e1cc7906d43cba19eddbab0ccc.zip
Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScript
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1352963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index f1289c560..a52209c32 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -5171,4 +5171,41 @@
<Method name="getNonEmptyLevels"/>
<Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
</Match>
+ <Match>
+ <Class name="org.apache.fop.render.pdf.AbstractImageAdapter"/>
+ <Method name="populateXObjectDictionaryForIndexColorModel"/>
+ <Bug pattern="OS_OPEN_STREAM"/>
+ </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>
+ <Match>
+ <Class name="org.apache.fop.render.ps.ImageEncoderPNG"/>
+ <Method name="writeTo"/>
+ <Bug pattern="OS_OPEN_STREAM"/>
+ </Match>
+ <Match>
+ <Or>
+ <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawPNG"/>
+ <Class name="org.apache.fop.render.ps.PSImageHandlerRawPNG"/>
+ </Or>
+ <Method name="getSupportedImageFlavors"/>
+ <Bug pattern="EI_EXPOSE_REP"/>
+ </Match>
+ <Match>
+ <Class name="org.apache.fop.render.ps.PSImageHandlerRawPNG"/>
+ <Or>
+ <Method name="handleImage"/>
+ <Method name="generateForm"/>
+ </Or>
+ <Bug pattern="BC_UNCONFIRMED_CAST"/>
+ </Match>
</FindBugsFilter>