]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Ignore new FindBugs issues
authorVincent Hennebert <vhennebert@apache.org>
Mon, 18 Jun 2012 14:07:54 +0000 (14:07 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 18 Jun 2012 14:07:54 +0000 (14:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1351352 13f79535-47bb-0310-9956-ffa450edef68

findbugs-exclude.xml

index 46879d1f6642f470aac8ef6c334a2f939ffb72f9..f1289c560c6121cb2ba0fa61026009edb9de01fa 100644 (file)
@@ -1,5 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <FindBugsFilter>
+  <Match>
+    <Class name="org.apache.fop.fonts.truetype.TTFFile$1"/>
+    <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
+  </Match>
+  <Match>
+    <Class name="org.apache.fop.fonts.truetype.FontFileReader"/>
+    <Method name="getAllBytes"/>
+    <Bug pattern="EI_EXPOSE_REP"/>
+  </Match>
   <Match>
     <Class name="org.apache.fop.fo.properties.FontFamilyProperty"/>
     <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/>