diff options
author | Glenn Adams <gadams@apache.org> | 2014-08-08 03:48:54 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2014-08-08 03:48:54 +0000 |
commit | e9f270cf3a274fc59917354d225ab0f57707b96a (patch) | |
tree | f53e72f6d820dd5dcef527b856d88beace0064dd /findbugs-exclude.xml | |
parent | 9feb56844650da39b4df4a161ce268a68f8c7ca6 (diff) | |
download | xmlgraphics-fop-e9f270cf3a274fc59917354d225ab0f57707b96a.tar.gz xmlgraphics-fop-e9f270cf3a274fc59917354d225ab0f57707b96a.zip |
Fix 4-instance findbug warnings.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index c11fdc732..2deaa263f 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -26,10 +26,6 @@ <Bug pattern="DLS_DEAD_LOCAL_STORE"/> </Match> <Match> - <!-- 4 warnings --> - <Bug pattern="DM_BOOLEAN_CTOR"/> - </Match> - <Match> <!-- 29 warnings --> <Bug pattern="DM_CONVERT_CASE"/> </Match> @@ -46,10 +42,6 @@ <Bug pattern="DM_NUMBER_CTOR"/> </Match> <Match> - <!-- 4 warnings --> - <Bug pattern="DM_STRING_VOID_CTOR"/> - </Match> - <Match> <!-- 84 warnings --> <Bug pattern="EI_EXPOSE_REP"/> </Match> @@ -112,18 +104,6 @@ <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/> </Match> <Match> - <!-- 4 warnings --> - <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/> - </Match> - <Match> - <!-- 4 warnings --> - <Bug pattern="NP_NULL_ON_SOME_PATH"/> - </Match> - <Match> - <!-- 4 warnings --> - <Bug pattern="OS_OPEN_STREAM"/> - </Match> - <Match> <!-- 46 warnings --> <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> </Match> |