Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 11813eafa..e4a84532e 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -96,6 +96,10 @@
<Method name="appendErrorProps"/>
</And>
</Match>
+ <Match>
+ <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+ <Package name="org.eclipse.tcf.internal.services.remote"/>
+ </Match>
<!-- Filters for org.eclipse.tcf.debug.ui bundle -->

Back to the top