aboutsummaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml15
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"/>