瀏覽代碼

Exclude FindBugs warnings about Cloneable

This was already disabled in the Eclipse preferences for the project.
With this, Hudson should also ignore it.

Change-Id: I7a6b9a20451dc5ba9a61553248b5f4b6c6c7a78b
tags/v0.10.1
Robin Stocker 13 年之前
父節點
當前提交
90c11cbaeb
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. 7
    0
      org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml

+ 7
- 0
org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml 查看文件

@@ -24,4 +24,11 @@
<Class name="org.eclipse.jgit.util.StringUtils" />
<Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ" />
</Match>

<!-- We want complete control over clone behavior and
don't want to use Object's clone implementation.
-->
<Match>
<Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE" />
</Match>
</FindBugsFilter>

Loading…
取消
儲存