aboutsummaryrefslogtreecommitdiffstats
path: root/main/project/findbugs
diff options
context:
space:
mode:
Diffstat (limited to 'main/project/findbugs')
-rw-r--r--main/project/findbugs/exclusions.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/project/findbugs/exclusions.xml b/main/project/findbugs/exclusions.xml
index c752f89..e7dc744 100644
--- a/main/project/findbugs/exclusions.xml
+++ b/main/project/findbugs/exclusions.xml
@@ -14,4 +14,17 @@
<Match>
<Class name="~.*kxml.*"/>
</Match>
+
+ <!-- irrelevant findings -->
+ <Match>
+ <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
+ </Match>
+ <Match>
+ <Bug pattern="DM_STRING_CTOR" />
+ <Or>
+ <Class name="~.*MatcherWrapper"></Class>
+ <Class name="~.*TextUtils"></Class>
+ </Or>
+ </Match>
+
</FindBugsFilter> \ No newline at end of file