]> source.dussan.org Git - jgit.git/commit
[findBugs] Fix NP_LOAD_OF_KNOWN_NULL_VALUE 62/1862/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 7 Nov 2010 19:16:15 +0000 (20:16 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 7 Nov 2010 19:16:15 +0000 (20:16 +0100)
commit220cd43482c803b2e1ba6cdacc6e03644658b737
tree0fab7794aeb0aefb135585e41c29b75a85400940
parent0e815fe8c5bd7fb4de9d82b9d25d8ad9a9ec32c4
[findBugs] Fix NP_LOAD_OF_KNOWN_NULL_VALUE

The code analyzer can't know that passing a value known to be null is
not a problem. Hence better pass null explicitly instead of the
parameters being null.

Change-Id: I8db6f8014de6c00dd95974d60f61ecc66191e6d4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java