diff options
-rw-r--r-- | org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml b/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml index b8f300740a..2efbb9c1a5 100644 --- a/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml +++ b/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> |