aboutsummaryrefslogtreecommitdiffstats
path: root/main/project/findbugs
diff options
context:
space:
mode:
Diffstat (limited to 'main/project/findbugs')
-rw-r--r--main/project/findbugs/exclusions.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/main/project/findbugs/exclusions.xml b/main/project/findbugs/exclusions.xml
index e7dc744..c48983e 100644
--- a/main/project/findbugs/exclusions.xml
+++ b/main/project/findbugs/exclusions.xml
@@ -17,7 +17,10 @@
<!-- irrelevant findings -->
<Match>
- <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
+ <Or>
+ <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>
+ <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
+ </Or>
</Match>
<Match>
<Bug pattern="DM_STRING_CTOR" />
@@ -26,5 +29,9 @@
<Class name="~.*TextUtils"></Class>
</Or>
</Match>
+ <Match>
+ <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
+ <Class name="~.*LocalStorage"/>
+ </Match>
</FindBugsFilter> \ No newline at end of file