From 33708464bc412c81be4319281e7da3060d2e873f Mon Sep 17 00:00:00 2001 From: Benoit Lamarche Date: Wed, 16 Jul 2014 10:43:41 +0200 Subject: 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 --- dexcomparator/.settings/edu.umd.cs.findbugs.core.prefs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dexcomparator/.settings/edu.umd.cs.findbugs.core.prefs b/dexcomparator/.settings/edu.umd.cs.findbugs.core.prefs index ea6af7aa..82c52754 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 -- cgit v1.2.3