aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2014-09-04 14:24:38 +0000
committerSimon Steiner <ssteiner@apache.org>2014-09-04 14:24:38 +0000
commitaa1367a401b7bad197fe3e6f4870bf4ef0c478da (patch)
tree7a52abf7dee9969807329a2e1043f24ccbf66e46
parent578b1754476ef907522e129d11d40a43e1342a4d (diff)
downloadxmlgraphics-fop-aa1367a401b7bad197fe3e6f4870bf4ef0c478da.tar.gz
xmlgraphics-fop-aa1367a401b7bad197fe3e6f4870bf4ef0c478da.zip
Revert findbugs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1622485 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--findbugs-exclude.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 3a4256ab6..e2f560e97 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -228,45 +228,6 @@
<!-- 58 warnings -->
<Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
</Match>
- <Match>
- <Bug pattern="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD"/>
- </Match>
- <Match>
- <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>
- </Match>
- <Match>
- <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/>
- </Match>
- <Match>
- <Bug pattern="DM_DEFAULT_ENCODING"/>
- </Match>
- <Match>
- <Bug pattern="BC_UNCONFIRMED_CAST"/>
- </Match>
- <Match>
- <Bug pattern="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE"/>
- </Match>
- <Match>
- <Bug pattern="SE_BAD_FIELD_STORE"/>
- </Match>
- <Match>
- <Bug pattern="BC_BAD_CAST_TO_CONCRETE_COLLECTION"/>
- </Match>
- <Match>
- <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/>
- </Match>
- <Match>
- <Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/>
- </Match>
- <Match>
- <Bug pattern="DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS"/>
- </Match>
- <Match>
- <Bug pattern="RC_REF_COMPARISON_BAD_PRACTICE"/>
- </Match>
- <Match>
- <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
- </Match>
<!-- END - TEMPORARY (UNAPPROVED) EXCLUSIONS -->