summaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2013-01-18 17:45:43 +0000
committerGlenn Adams <gadams@apache.org>2013-01-18 17:45:43 +0000
commit3f24442f694c607ef0e6ba8ab8c7bc81576bc692 (patch)
tree6124f394fa34b36a5fb351503061850034a722bd /findbugs-exclude.xml
parentaee25bbe7a9fc5acdc1918ce9162007f30fad228 (diff)
downloadxmlgraphics-fop-3f24442f694c607ef0e6ba8ab8c7bc81576bc692.tar.gz
xmlgraphics-fop-3f24442f694c607ef0e6ba8ab8c7bc81576bc692.zip
FOP-2192: fix checkstyle and findbugs warnings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1435270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index dd13797f8..3d62cd81a 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -4842,6 +4842,11 @@
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<Match>
+ <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningState"/>
+ <Method name="reset"/>
+ <Bug pattern="EI_EXPOSE_REP2"/>
+ </Match>
+ <Match>
<Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$DeviceTable"/>
<Method name="getDeltas"/>
<Bug pattern="EI_EXPOSE_REP"/>