diff options
author | Glenn Adams <gadams@apache.org> | 2014-08-07 06:46:57 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2014-08-07 06:46:57 +0000 |
commit | 84bc994a2232516d12253ba23b3a29fbc47ea291 (patch) | |
tree | 8ebb60448d57b8f934cbcb0b2d37331dc738dfe8 /findbugs-exclude.xml | |
parent | c7d7ed1ee64ee057fc36b444161b0f982cd6e447 (diff) | |
download | xmlgraphics-fop-84bc994a2232516d12253ba23b3a29fbc47ea291.tar.gz xmlgraphics-fop-84bc994a2232516d12253ba23b3a29fbc47ea291.zip |
Fix 2-instance findbug warnings.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616416 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 4af7948ad..791f22ec8 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -34,10 +34,6 @@ <Bug pattern="DM_BOOLEAN_CTOR"/> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="DM_BOXED_PRIMITIVE_TOSTRING"/> - </Match> - <Match> <!-- 29 warnings --> <Bug pattern="DM_CONVERT_CASE"/> </Match> @@ -54,22 +50,10 @@ <Bug pattern="DM_NUMBER_CTOR"/> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="DM_STRING_TOSTRING"/> - </Match> - <Match> <!-- 4 warnings --> <Bug pattern="DM_STRING_VOID_CTOR"/> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="DMI_INVOKING_TOSTRING_ON_ARRAY"/> - </Match> - <Match> - <!-- 2 warnings --> - <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/> - </Match> - <Match> <!-- 84 warnings --> <Bug pattern="EI_EXPOSE_REP"/> </Match> @@ -87,10 +71,6 @@ </Or> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> - </Match> - <Match> <!-- 3 warnings --> <Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/> </Match> @@ -103,10 +83,6 @@ <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="IM_BAD_CHECK_FOR_ODD"/> - </Match> - <Match> <!-- 3 warnings --> <Bug pattern="IS2_INCONSISTENT_SYNC"/> </Match> @@ -119,10 +95,6 @@ <Bug pattern="LI_LAZY_INIT_STATIC"/> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="MF_CLASS_MASKS_FIELD"/> - </Match> - <Match> <Bug pattern="MS_EXPOSE_REP"/> <Or> <And> @@ -160,10 +132,6 @@ <Bug pattern="NP_NULL_ON_SOME_PATH"/> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/> - </Match> - <Match> <!-- 3 warnings --> <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/> </Match> @@ -172,10 +140,6 @@ <Bug pattern="OS_OPEN_STREAM"/> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/> - </Match> - <Match> <!-- 46 warnings --> <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> </Match> @@ -200,22 +164,10 @@ <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="SBSC_USE_STRINGBUFFER_CONCATENATION"/> - </Match> - <Match> <!-- 33 warnings --> <Bug pattern="SE_BAD_FIELD"/> </Match> <Match> - <!-- 2 warnings --> - <Bug pattern="SE_BAD_FIELD_INNER_CLASS"/> - </Match> - <Match> - <!-- 2 warnings --> - <Bug pattern="SE_BAD_FIELD_STORE"/> - </Match> - <Match> <!-- 6 warnings --> <Bug pattern="SE_INNER_CLASS"/> </Match> |