NPE in git model synchronization
commit3e207a04ea4525f8348a79dc538dcb675a80fe82
authorMichael Keppler <Michael.Keppler@gmx.de>
Fri, 31 Aug 2018 19:37:31 +0000 (31 21:37 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 1 Sep 2018 21:02:14 +0000 (1 23:02 +0200)
treeaf0ffac01a0f236c0f4d6b057bd01a4fc42b305e
parentf3a2ec827e50d4f93a18c644fdb6dc57cd1b7a31
NPE in git model synchronization

The calling class accesses the array without null checks, therefore all
implementors must return a non null array.

Bug: 538492
Change-Id: Ibe610e76f94ed7193cb4afc286a2435b992e7c78
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/synchronize/model/GitModelCache.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/synchronize/model/GitModelTree.java