aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-findbugs-plugin/test-resources
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-11-25 18:53:03 +0000
committerGodin <mandrikov@gmail.com>2010-11-25 18:53:03 +0000
commit8ccd8b6a76f817de4fee9ed539648fd118a5f034 (patch)
treefc72154f254ce6032d4c4befdc6fb884f0804d33 /plugins/sonar-findbugs-plugin/test-resources
parente1749bbe2dc935801ebc9aa3d66f83ac03c767da (diff)
downloadsonarqube-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.xml3
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>