Browse Source

[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 years ago
parent
commit
187101808c
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml

+ 6
- 0
org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml View File

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

Loading…
Cancel
Save