aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorMichael Keppler <michael.keppler@gmx.de>2014-04-23 20:03:49 +0200
committerMichael Keppler <michael.keppler@gmx.de>2014-04-23 20:03:49 +0200
commit0e9d27f97829707268aa3f885475f8ea8ee58daf (patch)
tree504ca8756345b9be24641b0c19fba3d7f8f6bdb8 /main
parentd7ad3618d34c9ca1b0deb752f167bf1e32b591f3 (diff)
downloadcgeo-0e9d27f97829707268aa3f885475f8ea8ee58daf.zip
cgeo-0e9d27f97829707268aa3f885475f8ea8ee58daf.tar.gz
cgeo-0e9d27f97829707268aa3f885475f8ea8ee58daf.tar.bz2
report low confidence issues from findbugs
Diffstat (limited to 'main')
-rw-r--r--main/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/build.xml b/main/build.xml
index a888e9b..f3afb9e 100644
--- a/main/build.xml
+++ b/main/build.xml
@@ -80,7 +80,8 @@
output="xml"
outputFile="reports/findbugs.xml"
excludefilter="project/findbugs/exclusions.xml"
- effort="max">
+ effort="max"
+ reportLevel="low">
<auxClasspath path="${project.target.android.jar}" />
<class location="${out.dir}" />
</findbugs>