NullPointerException in DeleteBranchCommand.execute
commit92645e158b85b16ad36acc10ed235e54ae8592f9
authorMichael Keppler <Michael.Keppler@gmx.de>
Fri, 1 Mar 2019 17:48:08 +0000 (1 18:48 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 5 Mar 2019 19:41:36 +0000 (5 20:41 +0100)
tree8a751e058094586a9e6ac8eb81aeec0f42d23df7
parentbe2df127e1411f7f3a7e6972b8561517bda82907
NullPointerException in DeleteBranchCommand.execute

The AtomicReference can be null in case of an exception, therefore
initialize it non-null.

Bug:544963
Change-Id: Idf4d5b513af97e904a9c9789aa5c9c6f98336075
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/tree/command/DeleteBranchCommand.java