Przeglądaj źródła

[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 lat temu
rodzic
commit
187101808c

+ 6
- 0
org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml Wyświetl plik

@@ -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>

Ładowanie…
Anuluj
Zapisz