diff options
author | Chris Bowditch <cbowditch@apache.org> | 2012-01-18 14:32:43 +0000 |
---|---|---|
committer | Chris Bowditch <cbowditch@apache.org> | 2012-01-18 14:32:43 +0000 |
commit | 311236e507cc5417e4db524b1faed7865ab17617 (patch) | |
tree | b92563c28e38fa8aad34d3644c3ab94a3ed4e595 /findbugs-exclude.xml | |
parent | 39d7a6a55d17367986843d273cf79dcd6a9f5f97 (diff) | |
download | xmlgraphics-fop-311236e507cc5417e4db524b1faed7865ab17617.tar.gz xmlgraphics-fop-311236e507cc5417e4db524b1faed7865ab17617.zip |
resolve findbug warnings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1232905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 67220fc1e..de2eded20 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -2507,6 +2507,16 @@ <Bug pattern="DM_NUMBER_CTOR"/> </Match> <Match> + <Class name="org.apache.fop.render.rtf.RTFHandler"/> + <Method name="startPageSequence"/> + <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> + </Match> + <Match> + <Class name="org.apache.fop.render.afp.AFPImageHandlerRawCCITTFax"/> + <Method name="setAdditionalParameters"/> + <Bug pattern="BC_UNCONFIRMED_CAST"/> + </Match> + <Match> <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes"/> <Method name="set"/> <Bug pattern="DM_NUMBER_CTOR"/> @@ -3546,6 +3556,11 @@ <Method name="handleImage"/> <Bug pattern="BC_UNCONFIRMED_CAST"/> </Match> + <Match> + <Class name="org.apache.fop.render.afp.AFPImageHandlerRawJPEG"/> + <Method name="handleImage"/> + <Bug pattern="BC_UNCONFIRMED_CAST"/> + </Match> <Match> <Class name="org.apache.fop.render.afp.AFPImageHandlerSVG"/> <Method name="handleImage"/> |