Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-02-23 18:25:53 +0000
committerUwe Stieber2012-02-23 18:25:53 +0000
commit11287c11e760f51e308a13e26bf9f8a6d8651313 (patch)
tree23e9c27935cfd8f49de6e663f98da927208888c1 /findbugs-exclude.xml
parent7066ea985bf14557b56efbed8219eb7a530e6efd (diff)
downloadorg.eclipse.tcf-11287c11e760f51e308a13e26bf9f8a6d8651313.tar.gz
org.eclipse.tcf-11287c11e760f51e308a13e26bf9f8a6d8651313.tar.xz
org.eclipse.tcf-11287c11e760f51e308a13e26bf9f8a6d8651313.zip
Maven: Adjust findbugs exclusion filters
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 0fb9168bf..c40469cdd 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -8,13 +8,9 @@
</Or>
</Match>
- <!-- Ignore all NM_SAME_SIMPLE_NAME_AS_SUPERCLASS for PreferencePage/PropertyTester -->
+ <!-- Ignore all NM_SAME_SIMPLE_NAME_AS_SUPERCLASS violations -->
<Match>
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
- <Or>
- <Class name="~.*\.PreferencePage"/>
- <Class name="~.*\.PropertyTester"/>
- </Or>
</Match>
</FindBugsFilter>

Back to the top