2021-03-27 16:17:14 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<FindBugsFilter>
|
|
|
|
<Match>
|
2021-03-27 19:40:53 +01:00
|
|
|
<Bug pattern="DM_DEFAULT_ENCODING"/>
|
|
|
|
<Class name="de.danoeh.antennapod.core.util.vorbiscommentreader.VorbisCommentReader"/>
|
2021-03-27 16:17:14 +01:00
|
|
|
</Match>
|
|
|
|
<Match>
|
2021-03-27 19:40:53 +01:00
|
|
|
<Bug pattern="MS_MUTABLE_ARRAY"/>
|
|
|
|
<Class name="de.danoeh.antennapod.fragment.NavDrawerFragment"/>
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Bug pattern="MS_SHOULD_BE_FINAL"/>
|
|
|
|
<Class name="de.danoeh.antennapod.core.ClientConfig"/>
|
2021-03-27 16:17:14 +01:00
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
|
|
|
|
<Class name="de.danoeh.antennapod.menuhandler.MenuItemUtils"/>
|
|
|
|
</Match>
|
2021-03-27 19:40:53 +01:00
|
|
|
<Match>
|
|
|
|
<Bug pattern="NP_NONNULL_PARAM_VIOLATION"/>
|
|
|
|
<Class name="de.danoeh.antennapod.activity.MainActivity"/>
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Bug pattern="NP_NULL_ON_SOME_PATH"/>
|
|
|
|
<Class name="de.danoeh.antennapod.activity.MainActivity"/>
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Bug pattern="NP_NULL_ON_SOME_PATH"/>
|
|
|
|
<Class name="de.danoeh.antennapod.core.feed.FeedMedia"/>
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
|
|
|
|
<Class name="de.danoeh.antennapod.dialog.PlaybackControlsDialog"/>
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Bug pattern="NP_NULL_PARAM_DEREF"/>
|
|
|
|
<Class name="de.danoeh.antennapod.core.feed.FeedMedia"/>
|
|
|
|
</Match>
|
2021-03-27 16:17:14 +01:00
|
|
|
</FindBugsFilter>
|