fnp
/
wl-app.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added Android code
[wl-app.git]
/
Android
/
config
/
quality
/
findbugs
/
android-exclude-filter.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<FindBugsFilter>
3
<Match>
4
<Class name="~.*\.R\$.*"/>
5
</Match>
6
<Match>
7
<Class name="~.*\.Manifest\$.*"/>
8
</Match>
9
<!-- All bugs in test classes, except for JUnit-specific bugs -->
10
<Match>
11
<Class name="~.*\.*Test" />
12
<Not>
13
<Bug code="IJU" />
14
</Not>
15
</Match>
16
17
18
</FindBugsFilter>