You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ga...@apache.org on 2013/01/18 18:45:44 UTC

svn commit: r1435270 - /xmlgraphics/fop/trunk/findbugs-exclude.xml

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: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org