aboutsummaryrefslogtreecommitdiffstats
path: root/main/project/findbugs
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-12-08 19:28:03 +0100
committerBananeweizen <bananeweizen@gmx.de>2013-12-08 19:28:03 +0100
commit438682eef6e2e2875f4eb7775706078b7133c644 (patch)
treebb44402c7293c321c22eaef64c64650c66cdd4a6 /main/project/findbugs
parentc3fcacdb36b8ef6a8535dfbbc9e94fce0ac52d8b (diff)
downloadcgeo-438682eef6e2e2875f4eb7775706078b7133c644.zip
cgeo-438682eef6e2e2875f4eb7775706078b7133c644.tar.gz
cgeo-438682eef6e2e2875f4eb7775706078b7133c644.tar.bz2
findbugs: more cleanup
* include findbugs suppression annotations * have findbugs settings stored as shared settings
Diffstat (limited to 'main/project/findbugs')
-rw-r--r--main/project/findbugs/exclusions.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/project/findbugs/exclusions.xml b/main/project/findbugs/exclusions.xml
index c48983e..9d44156 100644
--- a/main/project/findbugs/exclusions.xml
+++ b/main/project/findbugs/exclusions.xml
@@ -2,7 +2,10 @@
<FindBugsFilter>
<!-- generated Android resources -->
<Match>
- <Class name="~.*\.R\$.*"/>
+ <Or>
+ <Class name="~.*\.R\$.*"/>
+ <Class name="~.*ViewHolder"
+ </Or>
</Match>
<!-- third party code -->