Fix unhandled CoreException in BranchOperation.refreshProjects
commitdfc277a9b2f0d15948f81235b010243f53cee334
authorJens Baumgart <jens.baumgart@sap.com>
Wed, 17 Mar 2010 13:46:51 +0000 (17 14:46 +0100)
committerStefan Lay <stefan.lay@sap.com>
Thu, 1 Apr 2010 12:38:21 +0000 (1 14:38 +0200)
tree18376d86e7038128583ab873755c6b74a30f1aae
parent77beda4de51a204507a4e22dd01fff4172919e33
Fix unhandled CoreException in BranchOperation.refreshProjects

Fix unhandled CoreException in BranchOperation.refreshProjects and
ResetOperation.refreshProjects. The duplicated refreshProjects
method was moved to a new class ProjectUtil.

Bug: 303886
Change-Id: I540854bdf53cf7a2aa8f84e6491ea2a4c9cebc71
Signed-off-by: Jens Baumgart <jens.baumgart@sap.com>
org.eclipse.egit.core/src/org/eclipse/egit/core/CoreText.java
org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/util/ProjectUtil.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/op/BranchOperation.java
org.eclipse.egit.core/src/org/eclipse/egit/core/op/ResetOperation.java