]> source.dussan.org Git - jgit.git/commit
Avoid an NPE after 7b01a5369210 12/22712/1
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 1 Mar 2014 11:44:34 +0000 (12:44 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 1 Mar 2014 12:02:06 +0000 (13:02 +0100)
commitabff667d40dc520e70fe72702159b6f4985d014b
tree75e1e11cf84f0112663f0516722e632e3888099c
parent5de70c6fab9e832e7905c289c057bc8d00bf0d94
Avoid an NPE after 7b01a5369210

While fixing an NPE, I introduced another one in a deprecated isModified
method. It cannot avoid NPE's entirely, which is the reason the method
is deprecated

Change-Id: I5147c1c94621586dd84bd11e6090a954523b6c1c
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java