diff options
author | Robert Meyer <rmeyer@apache.org> | 2015-08-11 08:11:44 +0000 |
---|---|---|
committer | Robert Meyer <rmeyer@apache.org> | 2015-08-11 08:11:44 +0000 |
commit | 82b4a2412ef20d28f5345c75286380c43a0a8db6 (patch) | |
tree | 5b29140e40d25a7109fd5b60b48425f4e4dcc82c /findbugs-exclude.xml | |
parent | 399828422a499e8125d31192918134095ec1c64e (diff) | |
download | xmlgraphics-fop-82b4a2412ef20d28f5345c75286380c43a0a8db6.tar.gz xmlgraphics-fop-82b4a2412ef20d28f5345c75286380c43a0a8db6.zip |
Fixed checkstyle missing EOL. Resolved ignored findbugs warning
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1695225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 13f811251..2eaa8580b 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -238,10 +238,6 @@ <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 --> |