ソースを参照

Fix FQCN of moved classes in FindBugsExcludeFilter.xml

FindBugs would generate warnings for these even though they should
be ignored.

Change-Id: Ieccadbf11fd55853541c04857d8e79a4db014cb4
tags/v0.10.1
Robin Stocker 13年前
コミット
a7a0e17b2b
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml

+ 2
- 2
org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml ファイルの表示

@@ -4,7 +4,7 @@
memory mapped segments if the JVM heap is out of address space.
-->
<Match>
<Class name="org.eclipse.jgit.lib.PackFile" />
<Class name="org.eclipse.jgit.storage.file.PackFile" />
<Method name="mmap" />
<Bug pattern="DM_GC" />
</Match>
@@ -21,7 +21,7 @@
here with == assuming .equals() style equality.
-->
<Match>
<Class name="org.eclipse.jgit.lib.util.StringUtils" />
<Class name="org.eclipse.jgit.util.StringUtils" />
<Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ" />
</Match>
</FindBugsFilter>

読み込み中…
キャンセル
保存