summaryrefslogtreecommitdiffstats
path: root/dexcomparator
diff options
context:
space:
mode:
authorBenoit Lamarche <benoitlamarche@google.com>2014-07-16 10:43:41 +0200
committerBenoit Lamarche <benoitlamarche@google.com>2014-07-16 10:45:42 +0200
commit33708464bc412c81be4319281e7da3060d2e873f (patch)
treebd3d062c043d4707cbe9ad774f874269888b3c84 /dexcomparator
parent0f8a6e4c441265e4786d9b67cd7196d720fd3af1 (diff)
downloadtoolchain_jack-33708464bc412c81be4319281e7da3060d2e873f.zip
toolchain_jack-33708464bc412c81be4319281e7da3060d2e873f.tar.gz
toolchain_jack-33708464bc412c81be4319281e7da3060d2e873f.tar.bz2
Fix config of FindBugs in DexComparator
It references a findbugs-exclude.xml that does not exist and prints a warning in the Eclipse Error Log. This is likely due to a copy/paste from the Jack project. Change-Id: I36884f82847bb6d7c01920bea300f19e0a7596d6
Diffstat (limited to 'dexcomparator')
-rw-r--r--dexcomparator/.settings/edu.umd.cs.findbugs.core.prefs3
1 files changed, 1 insertions, 2 deletions
diff --git a/dexcomparator/.settings/edu.umd.cs.findbugs.core.prefs b/dexcomparator/.settings/edu.umd.cs.findbugs.core.prefs
index ea6af7a..82c5275 100644
--- a/dexcomparator/.settings/edu.umd.cs.findbugs.core.prefs
+++ b/dexcomparator/.settings/edu.umd.cs.findbugs.core.prefs
@@ -1,5 +1,5 @@
#FindBugs User Preferences
-#Fri Feb 28 14:57:04 CET 2014
+#Wed Jul 16 10:24:50 CEST 2014
cloud_id=edu.umd.cs.findbugs.cloud.doNothingCloud
detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true
detectorAtomicityProblem=AtomicityProblem|true
@@ -128,7 +128,6 @@ detectorWrongMapIterator=WrongMapIterator|true
detectorXMLFactoryBypass=XMLFactoryBypass|true
detector_threshold=2
effort=default
-excludefilter0=.settings/findbugs-exclude.xml|true
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|20
filter_settings_neg=NOISE,I18N|
run_at_full_build=true