aboutsummaryrefslogtreecommitdiffstats
path: root/fop-core/src/tools/resources/findbugs/exclusions.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2023-07-26 11:32:22 +0100
committerSimon Steiner <ssteiner@apache.org>2023-07-26 11:32:22 +0100
commit461ff7416f6b014ad5383f58df17da2f61006da8 (patch)
tree20b2d47dd1ddda9d3db8e104dfed3132a0eacc7d /fop-core/src/tools/resources/findbugs/exclusions.xml
parent3dd36e9bb26df83fa8677425f7f16e1d53001409 (diff)
downloadxmlgraphics-fop-461ff7416f6b014ad5383f58df17da2f61006da8.tar.gz
xmlgraphics-fop-461ff7416f6b014ad5383f58df17da2f61006da8.zip
Allow spotbugs to pass
Diffstat (limited to 'fop-core/src/tools/resources/findbugs/exclusions.xml')
-rw-r--r--fop-core/src/tools/resources/findbugs/exclusions.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/fop-core/src/tools/resources/findbugs/exclusions.xml b/fop-core/src/tools/resources/findbugs/exclusions.xml
index facf7a400..54a827c8a 100644
--- a/fop-core/src/tools/resources/findbugs/exclusions.xml
+++ b/fop-core/src/tools/resources/findbugs/exclusions.xml
@@ -413,6 +413,23 @@
<Class name="org.apache.fop.servlet.FopServlet"/>
</And>
</Match>
+
+ <Match>
+ <Bug pattern="DMI_RANDOM_USED_ONLY_ONCE"/>
+ </Match>
+ <Match>
+ <Bug pattern="FL_FLOATS_AS_LOOP_COUNTERS"/>
+ </Match>
+ <Match>
+ <Bug pattern="IM_MULTIPLYING_RESULT_OF_IREM"/>
+ </Match>
+ <Match>
+ <Bug pattern="MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR"/>
+ </Match>
+ <Match>
+ <Bug pattern="MS_EXPOSE_REP"/>
+ </Match>
+
<!-- Bug in findbugs? -->
<Match>
<Bug pattern="RC_REF_COMPARISON"/>