diff options
author | Uwe Stieber | 2012-05-02 16:08:28 +0000 |
---|---|---|
committer | Uwe Stieber | 2012-05-02 16:08:28 +0000 |
commit | ba219fcdd2984d592bc180dad18776f95bab1a37 (patch) | |
tree | b8050bb2a85b3f14c46f986c41bf5ebec2af4c80 /admin | |
parent | 26996a074fc577fd2af1a68295caaff4ac7c4e32 (diff) | |
download | org.eclipse.tcf-ba219fcdd2984d592bc180dad18776f95bab1a37.tar.gz org.eclipse.tcf-ba219fcdd2984d592bc180dad18776f95bab1a37.tar.xz org.eclipse.tcf-ba219fcdd2984d592bc180dad18776f95bab1a37.zip |
Target Explorer: More findbugs filters
Diffstat (limited to 'admin')
-rw-r--r-- | admin/findbugs-exclude.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml index 625d57dc6..2d0371339 100644 --- a/admin/findbugs-exclude.xml +++ b/admin/findbugs-exclude.xml @@ -32,6 +32,12 @@ </Or> </Match> + <!-- Ignore all EQ_DOESNT_OVERRIDE_EQUALS --> + <Match> + <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> + <Package name="~org\.eclipse\.tcf\.te\..*"/> + </Match> + <!-- Ignore all ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD violations in bundle activators --> <Match> <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/> |