diff options
author | Glenn Adams <gadams@apache.org> | 2013-01-18 17:45:43 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2013-01-18 17:45:43 +0000 |
commit | 3f24442f694c607ef0e6ba8ab8c7bc81576bc692 (patch) | |
tree | 6124f394fa34b36a5fb351503061850034a722bd /findbugs-exclude.xml | |
parent | aee25bbe7a9fc5acdc1918ce9162007f30fad228 (diff) | |
download | xmlgraphics-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.xml | 5 |
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"/> |