Community
Participate
Working Groups
During a merge that has a delete/modify conflict the MergeCommand returns a CONFLICTING result but getConflicting() is null. This results in a NullPointerException in org.eclipse.jgit.pgm.Merge. See http://code.google.com/p/gerrit/issues/detail?id=927
Proposed fix; http://egit.eclipse.org/r/#change,3409
Fixed as 5ec4977bb514ec8eb01dd22c3e908fe3fe6da83f. Thanks Bernard!