aboutsummaryrefslogtreecommitdiff
path: root/findbugs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'findbugs.xml')
-rw-r--r--findbugs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/findbugs.xml b/findbugs.xml
index d7890baac..a97cd3cd4 100644
--- a/findbugs.xml
+++ b/findbugs.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<Match>
+ <Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT" />
+ </Match>
+ <Match>
<Method name="~get.*Time" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>