summaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 1b7bcac67..2bec97462 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -1079,6 +1079,15 @@
<Bug pattern="DM_CONVERT_CASE"/>
</Match>
<Match>
+ <Class name="org.apache.fop.pdf.PDFPageLabels"/>
+ <Or>
+ <Method name="addPageLabel"/>
+ <Method name="alphabeticToArabic"/>
+ <Method name="romanToArabic"/>
+ </Or>
+ <Bug pattern="DM_CONVERT_CASE"/>
+ </Match>
+ <Match>
<Class name="org.apache.fop.render.bitmap.MultiFileRenderingUtil"/>
<Method name="&lt;init&gt;"/>
<Bug pattern="DM_CONVERT_CASE"/>