]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
FOP-2192: fix checkstyle and findbugs warnings
authorGlenn Adams <gadams@apache.org>
Fri, 18 Jan 2013 17:45:43 +0000 (17:45 +0000)
committerGlenn Adams <gadams@apache.org>
Fri, 18 Jan 2013 17:45:43 +0000 (17:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1435270 13f79535-47bb-0310-9956-ffa450edef68

findbugs-exclude.xml

index dd13797f8c4a2834ae5ca1cee4b907ced176a6b3..3d62cd81a770c1099a6fe0d0c1792f27661fbaf2 100644 (file)
      <Method name="&lt;init&gt;"/>
      <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"/>