Welcome to mirror list, hosted at ThFree Co, Russian Federation.

findbugs-filter.xml - github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5f385eeeeafd8e82f963054a4ad8c6ec6923fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>


<FindBugsFilter>
    <Match>
        <Class name="~.*\.Manifest\$.*"/>
    </Match>
    <Match>
        <Class name="~.*\.R\$.*"/>
    </Match>
</FindBugsFilter>