Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 367761 - GitProjectSetCapability.throwTeamException(Throwable) should not repeat low level exception message
Summary: GitProjectSetCapability.throwTeamException(Throwable) should not repeat low l...
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: 1.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-03 09:16 EST by Dani Megert CLA
Modified: 2012-01-03 09:16 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.