diff options
author | Luis Bernardo <lbernardo@apache.org> | 2012-10-17 23:36:43 +0000 |
---|---|---|
committer | Luis Bernardo <lbernardo@apache.org> | 2012-10-17 23:36:43 +0000 |
commit | 9772267c98b4996a889fb8bb2e8b628e2026dd09 (patch) | |
tree | 0facef43f7fa34ef360c6f298e00e5bf3092f081 /findbugs-exclude.xml | |
parent | 8d775d94555b992aa3986323c0867c2cc82c90e4 (diff) | |
download | xmlgraphics-fop-9772267c98b4996a889fb8bb2e8b628e2026dd09.tar.gz xmlgraphics-fop-9772267c98b4996a889fb8bb2e8b628e2026dd09.zip |
bugzilla #54024: rewrote generation of /PageLabels dictionary
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1399483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 9 |
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="<init>"/> <Bug pattern="DM_CONVERT_CASE"/> |