Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 367761

Summary: GitProjectSetCapability.throwTeamException(Throwable) should not repeat low level exception message
Product: [Technology] EGit Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Project Inbox <egit.core-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Dani Megert CLA 2012-01-03 09:16:15 EST
GitProjectSetCapability.throwTeamException(Throwable) should not repeat low level exception message. Instead it should add more context, e.g.
throw new TeamException("Project set import failed", current);

Currently, the identical exception message appears twice in the UI when the status is shown in an ErrorDialog.