aboutsummaryrefslogtreecommitdiffstats
path: root/fop-core/src/tools/resources/findbugs/exclusions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fop-core/src/tools/resources/findbugs/exclusions.xml')
-rw-r--r--fop-core/src/tools/resources/findbugs/exclusions.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/fop-core/src/tools/resources/findbugs/exclusions.xml b/fop-core/src/tools/resources/findbugs/exclusions.xml
index c502e4b72..a0ff65e68 100644
--- a/fop-core/src/tools/resources/findbugs/exclusions.xml
+++ b/fop-core/src/tools/resources/findbugs/exclusions.xml
@@ -438,6 +438,9 @@
<Match>
<Bug pattern="MS_EXPOSE_REP"/>
</Match>
+ <Match>
+ <Bug pattern="CT_CONSTRUCTOR_THROW,AA_ASSERTION_OF_ARGUMENTS,SING_SINGLETON_GETTER_NOT_SYNCHRONIZED,URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD,UWF_UNWRITTEN_FIELD,UUF_UNUSED_FIELD,UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD,SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR,UWF_NULL_FIELD,SS_SHOULD_BE_STATIC,PA_PUBLIC_PRIMITIVE_ATTRIBUTE,UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD,NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD,MC_OVERRIDABLE_METHOD_CALL_IN_READ_OBJECT"/>
+ </Match>
<!-- Bug in findbugs? -->
<Match>