Author: gadams
Date: Fri Mar 28 20:31:53 2014
New Revision: 1582875

URL: http://svn.apache.org/r1582875
Log:
Fix 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=1582875&r1=1582874&r2=1582875&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/findbugs-exclude.xml (original)
+++ xmlgraphics/fop/trunk/findbugs-exclude.xml Fri Mar 28 20:31:53 2014
@@ -444,6 +444,21 @@
           <Method name="renderSVGDocument"/>
         </Or>
       </And>
+      <And>
+        <Class name="org.apache.fop.render.ps.PSTextPainter"/>
+        <Or>
+          <Field name="gen"/>
+          <Field name="ps"/>
+          <Field name="psRun"/>
+          <Field name="textUtil"/>
+        </Or>
+      </And>
+      <And>
+        <Class name="org.apache.fop.svg.PDFTextPainter"/>
+        <Or>
+          <Field name="pdf"/>
+        </Or>
+      </And>
     </Or>
   </Match>
   <Match>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to