diff options
| author | Michael Keppler <michael.keppler@gmx.de> | 2014-04-23 20:03:49 +0200 |
|---|---|---|
| committer | Michael Keppler <michael.keppler@gmx.de> | 2014-04-23 20:03:49 +0200 |
| commit | 0e9d27f97829707268aa3f885475f8ea8ee58daf (patch) | |
| tree | 504ca8756345b9be24641b0c19fba3d7f8f6bdb8 /main | |
| parent | d7ad3618d34c9ca1b0deb752f167bf1e32b591f3 (diff) | |
| download | cgeo-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.xml | 3 |
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> |
