Bug 1358338 - findbugs: Ignore generated R.*/Manifest* r=sebastian

MozReview-Commit-ID: AwBdVmK6Hc

--HG--
extra : rebase_source : b081f15df43c0051dff5ae5209b53ad06cf7928e
This commit is contained in:
Andrzej Hunt 2017-04-20 19:46:15 -07:00
parent 95e626a025
commit 29689d9c31

View File

@ -57,4 +57,12 @@
<Bug pattern="VO_VOLATILE_INCREMENT" />
</Match>
<!-- FindBugs doesn't like the resource classes provided by both ourselves, and the android
support libraries. -->
<Match>
<Class name="~.*\.R\$.*"/>
</Match>
<Match>
<Class name="~.*\.Manifest\$.*"/>
</Match>
</FindBugsFilter>