diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2012-06-18 14:07:54 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2012-06-18 14:07:54 +0000 |
commit | 4582b41af17d7f7ba85a399d6ff0d44a85f4fee9 (patch) | |
tree | b0bff5411cc8fa16607e54dfaf6f7d920c8e59bf | |
parent | 58efb3c3ac4c0e54ee5157aef60cbcc9ff163542 (diff) | |
download | xmlgraphics-fop-4582b41af17d7f7ba85a399d6ff0d44a85f4fee9.tar.gz xmlgraphics-fop-4582b41af17d7f7ba85a399d6ff0d44a85f4fee9.zip |
Ignore new FindBugs issues
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1351352 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | findbugs-exclude.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 46879d1f6..f1289c560 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -1,6 +1,15 @@ <?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"/> </Match> |