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

Bug 520563

Summary: Improve DotGraphView exception handling (add ErrorDialog UI).
Product: [Tools] GEF Reporter: Tamas Miklossy <miklossy>
Component: GEF DOTAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 5.0.1 (Oxygen.1) RC1   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Tamas Miklossy CLA 2017-08-04 07:45:58 EDT
When dot file could not be imported, the exception information is shown only in the error log. In such cases, the user does not know why the DOT Graph view is not updated.

To improve usability, the user should be informed about the exception information via a popup error dialog.
Comment 1 Tamas Miklossy CLA 2017-08-04 07:53:29 EDT
The following changes are published on the origin/R5_0_0_maintenance and origin/master branches:

[520563] Improve DotGraphView exception handling (add ErrorDialog UI).

- Whenever the dot file could not be imported, show the exception
information to the user within an error dialog (not only in the error
log).