Author: gadams
Date: Fri Jan 18 17:45:43 2013
New Revision: 1435270
URL: http://svn.apache.org/viewvc?rev=1435270&view=rev
Log:
FOP-2192: fix checkstyle and findbugs warnings
Modified:
xmlgraphics/fop/trunk/findbugs-exclude.xml
Modified: xmlgraphics/fop/trunk/findbugs-exclude.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/findbugs-exclude.xml?rev=1435270&r1=1435269&r2=1435270&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/findbugs-exclude.xml (original)
+++ xmlgraphics/fop/trunk/findbugs-exclude.xml Fri Jan 18 17:45:43 2013
@@ -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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]