diff options
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 --> |