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

Bug 545947

Summary: DOT Graph View - Disable adapter binding warnings
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.1.0 (2019-06)   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
Console View with the warnings. none

Description Tamas Miklossy CLA 2019-03-29 16:28:03 EDT
Created attachment 278076 [details]
Console View with the warnings.

Currently, every time the DOT Graph View is activated, the Console View is populated with a lot of adapter binding warning messages (see screenshot in attachment). More information about these warning messages can be found under: https://www.eclipse.org/forums/index.php?t=msg&th=1078650

The GEF Framework provides possibilities to disable these warning messages, see bug 496777

These warnings are already disabled for the GEF MVC Logo Example, as well as for the GEF Zest Graph Example. That should also be disabled for the GEF DOT View.
Comment 1 Tamas Miklossy CLA 2019-03-29 16:34:12 EDT
I pushed the following changes to the master branch:

[545947] DOT Graph View - Disable adapter binding warnings.

- Modify the DotGraphViewModule to use the LoggingMode.PRODUCTION when
creating the AdapterInjectionSupport.

Resolving as fixed in 5.1.0 (2019-06).