IllegalStateException when clearing credentials
commite6db081a3f0915a1ce84317eee839eb0c742141b
authorMichael Keppler <Michael.Keppler@gmx.de>
Thu, 23 May 2019 08:28:27 +0000 (23 10:28 +0200)
committerMichael Keppler <Michael.Keppler@gmx.de>
Thu, 23 May 2019 08:28:27 +0000 (23 10:28 +0200)
tree92abab5aa022a5430b2d5cac2806e9228296e902
parent2a4328b83e64d65c41adafde676888485e4845b9
IllegalStateException when clearing credentials

Instead of trying to flush the removed node, just flush the complete
preferences. That is what the implementation of any of the flush methods
does anways: it traverses to the root of the preference nodes, and then
flushes.

Bug:547575
Change-Id: I9494c76a2afaff14eea6c7657feec4d648daca18
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.egit.core/src/org/eclipse/egit/core/securestorage/EGitSecureStore.java