Skip to content

Commit

Permalink
Save some memory in FindBugs by looking at the simpler stuff for now
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 3, 2011
1 parent b5d61f3 commit 53e1c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .fbprefs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FindBugs User Preferences
#Wed Mar 02 12:39:32 CST 2011
#Wed Mar 02 17:39:58 CST 2011
detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true
detectorBadAppletConstructor=BadAppletConstructor|false
detectorBadResultSetAccess=BadResultSetAccess|true
Expand Down Expand Up @@ -122,7 +122,7 @@ detectorWaitInLoop=WaitInLoop|true
detectorWrongMapIterator=WrongMapIterator|true
detectorXMLFactoryBypass=XMLFactoryBypass|true
detector_threshold=2
effort=default
effort=min
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false
filter_settings_neg=NOISE|
run_at_full_build=false

0 comments on commit 53e1c70

Please sign in to comment.