summaryrefslogtreecommitdiff
path: root/config/spotbugs
diff options
context:
space:
mode:
Diffstat (limited to 'config/spotbugs')
-rw-r--r--config/spotbugs/exclude.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml
index 97a7481f5..d544e86d9 100644
--- a/config/spotbugs/exclude.xml
+++ b/config/spotbugs/exclude.xml
@@ -57,6 +57,10 @@
<Class name="de.danoeh.antennapod.core.service.download.DownloadService"/>
</Match>
<Match>
+ <Bug pattern="MS_CANNOT_BE_FINAL"/>
+ <Class name="de.danoeh.antennapod.core.service.download.DownloadService"/>
+ </Match>
+ <Match>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>
<Class name="de.danoeh.antennapod.core.service.playback.PlaybackService"/>
</Match>