diff options
author | Godin <mandrikov@gmail.com> | 2010-11-25 18:53:03 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-11-25 18:53:03 +0000 |
commit | 8ccd8b6a76f817de4fee9ed539648fd118a5f034 (patch) | |
tree | fc72154f254ce6032d4c4befdc6fb884f0804d33 /plugins/sonar-findbugs-plugin/test-resources | |
parent | e1749bbe2dc935801ebc9aa3d66f83ac03c767da (diff) | |
download | sonarqube-8ccd8b6a76f817de4fee9ed539648fd118a5f034.tar.gz sonarqube-8ccd8b6a76f817de4fee9ed539648fd118a5f034.zip |
SONAR-2005: Remove the useless Findbugs rule "DMI_VACUOUS_CALL_TO_EASYMOCK_METHOD"
Diffstat (limited to 'plugins/sonar-findbugs-plugin/test-resources')
-rw-r--r-- | plugins/sonar-findbugs-plugin/test-resources/findbugs-include.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/sonar-findbugs-plugin/test-resources/findbugs-include.xml b/plugins/sonar-findbugs-plugin/test-resources/findbugs-include.xml index e9a13f8b40c..56da1d47614 100644 --- a/plugins/sonar-findbugs-plugin/test-resources/findbugs-include.xml +++ b/plugins/sonar-findbugs-plugin/test-resources/findbugs-include.xml @@ -38,6 +38,9 @@ <Bug pattern="SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH"/> </Match> <Match> + <Bug pattern="SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH_TO_THROW"/> + </Match> + <Match> <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/> </Match> <Match> |