Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-03-20 07:39:38 +0000
committerUwe Stieber2012-03-20 07:39:38 +0000
commit1bc98844394e3d9fc9b6f3a2d802975dd740c1a8 (patch)
tree01e1290ba5bf29cccc31f50adb2430568d68be91 /admin/findbugs-exclude.xml
parent683e3072055a9bb96b53c44a7ebd7b3bc7e1a316 (diff)
downloadorg.eclipse.tcf-1bc98844394e3d9fc9b6f3a2d802975dd740c1a8.tar.gz
org.eclipse.tcf-1bc98844394e3d9fc9b6f3a2d802975dd740c1a8.tar.xz
org.eclipse.tcf-1bc98844394e3d9fc9b6f3a2d802975dd740c1a8.zip
Maven: Updated findbugs filter to exclude I18N category
Diffstat (limited to 'admin/findbugs-exclude.xml')
-rw-r--r--admin/findbugs-exclude.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml
index 7c72a36c8..63c70c87a 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -19,4 +19,8 @@
<Method name="getAdapterList"/>
</Match>
+ <!-- Ignore all I18N Internationalization bugs -->
+ <Match>
+ <Bug category="I18N"/>
+ </Match>
</FindBugsFilter>

Back to the top