diff --git a/.settings/edu.umd.cs.findbugs.core.prefs b/.settings/edu.umd.cs.findbugs.core.prefs
index 6e096e89c17f32ce7058f0c151023b5a324acfa2..129e6553113110c92ede9914e509ee4d4c68a676 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 81330b3bcc3d3c2f21401b41b90886a98b462ad5..b5eab90fe8cb456d4ff6cb679cac6595de2e3168 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>