From 4f36954a8b9e8dd73de0b5c4ab5fa8b773e2bc4f Mon Sep 17 00:00:00 2001 From: Christian Wulf <chw@informatik.uni-kiel.de> Date: Wed, 13 May 2015 15:54:52 +0200 Subject: [PATCH] set threshold for findbugs to Max --- .settings/edu.umd.cs.findbugs.core.prefs | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.settings/edu.umd.cs.findbugs.core.prefs b/.settings/edu.umd.cs.findbugs.core.prefs index 6e096e89..129e6553 100644 --- a/.settings/edu.umd.cs.findbugs.core.prefs +++ b/.settings/edu.umd.cs.findbugs.core.prefs @@ -1,8 +1,8 @@ #FindBugs User Preferences -#Wed May 13 15:38:40 CEST 2015 -detector_threshold=3 +#Wed May 13 15:54:28 CEST 2015 +detector_threshold=2 effort=max excludefilter0=.fbExcludeFilterFile|true -filter_settings=Low|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|15 +filter_settings=Max|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|15 filter_settings_neg=NOISE| run_at_full_build=true diff --git a/pom.xml b/pom.xml index 81330b3b..b5eab90f 100644 --- a/pom.xml +++ b/pom.xml @@ -238,7 +238,7 @@ <version>3.0.1</version> <configuration> <effort>Max</effort> - <threshold>Low</threshold> + <threshold>Max</threshold> <includeTests>true</includeTests> <failOnError>true</failOnError> <excludeFilterFile>${project.basedir}/conf/quality-config/fb-filter.xml</excludeFilterFile> -- GitLab