Просмотр исходного кода

[findBugs] Silence warning about Transport initialization

Change-Id: I98fc9720106bcd873b330090bafde276508f8a40
Signed-off-by: Robin Stocker <robin@nibor.org>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v2.2.0.201212191850-r
Robin Stocker 11 лет назад
Родитель
Сommit
187101808c
1 измененных файлов: 6 добавлений и 0 удалений
  1. 6
    0
      org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml

+ 6
- 0
org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml Просмотреть файл

@@ -52,4 +52,10 @@
<Method name="toBooleanOrNull" />
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
</Match>

<!-- Transport initialization works like this -->
<Match>
<Class name="org.eclipse.jgit.transport.Transport" />
<Bug pattern="IC_SUPERCLASS_USES_SUBCLASS_DURING_INITIALIZATION" />
</Match>
</FindBugsFilter>

Загрузка…
Отмена
Сохранить