summaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorRobert Meyer <rmeyer@apache.org>2015-06-12 15:52:55 +0000
committerRobert Meyer <rmeyer@apache.org>2015-06-12 15:52:55 +0000
commit5a7195cae382c971145f722d9404174c17827c99 (patch)
tree5c5bbf14f5c648505cd2310c3b54a3a8554cbc17 /findbugs-exclude.xml
parent235d9fa9941692184dd778293ef0f8ba12000d5c (diff)
downloadxmlgraphics-fop-5a7195cae382c971145f722d9404174c17827c99.tar.gz
xmlgraphics-fop-5a7195cae382c971145f722d9404174c17827c99.zip
Creation of soft fonts for TrueType fonts in PCL
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PCLSoftFonts@1685112 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 2eaa8580b..13f811251 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -238,6 +238,10 @@
<Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/>
</Or>
</Match>
+ <Match>
+ <Class name="org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable"/>
+ <Bug pattern="ICAST_INTEGER_MULTIPLY_CAST_TO_LONG"/>
+ </Match>
<!-- END - APPROVED EXCLUSIONS -->
<!-- START - TEMPORARY (UNAPPROVED) EXCLUSIONS -->