Skip to content
Snippets Groups Projects
Commit 5840c267 authored by Gregor Maier's avatar Gregor Maier
Browse files

Use more aggressive findbugs settings for eclipse plugin.

Need to run "ant eclipse" to get the new settings.
parent faf963a5
No related branches found
No related tags found
No related merge requests found
......@@ -51,4 +51,6 @@ EOF
mkdir -p $d/.settings
cat >$d/.settings/edu.umd.cs.findbugs.core.prefs <<EOF
excludefilter0=findbugs-exclude.xml|true
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|20
filter_settings_neg=NOISE,I18N,EXPERIMENTAL|
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment