]> source.dussan.org Git - jgit.git/commit
[spotbugs] Silence NP_BOOLEAN_RETURN_NULL in FakeUserAuthGSS#doAuth 78/173378/7
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 4 Dec 2020 10:27:47 +0000 (11:27 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 22 Dec 2020 09:53:00 +0000 (10:53 +0100)
commit21262e98fe6ccb397f7d8af0fca6c8b8c0de2794
treed1406112da5040ec90801aa98bbe875f31ce9069
parent0132666d5aa668455a2a45d82bc1f62bd1365998
[spotbugs] Silence NP_BOOLEAN_RETURN_NULL in FakeUserAuthGSS#doAuth

Also mark the return value @Nullable to enable null analysis in Eclipse.

Change-Id: Ib954b231d743da6ea122adb2cc4880b5f99824cc
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.junit.ssh/.settings/edu.umd.cs.findbugs.core.prefs [new file with mode: 0644]
org.eclipse.jgit.junit.ssh/findBugs/FindBugsExcludeFilter.xml [new file with mode: 0644]
org.eclipse.jgit.junit.ssh/src/org/eclipse/jgit/junit/ssh/SshTestGitServer.java