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

Bug 479626

Summary: Ensure bindings in MvcModule and MvcFxModule can be properly overwritten.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF MVCAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M3   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-10-13 04:35:03 EDT
We should make sure that all bindings within MvcModule and MvcFxModule are provided in own methods that can be individually overwritten. Otherwise its hard for subclasses to adjust the default bindings.
Comment 1 Alexander Nyßen CLA 2015-10-13 04:46:19 EDT
Refactored MvcModule and MvcFxModule to provide each adapter map binding in an own method, so default binding can be easily overwritten/removed.

Resolving as fixed in 3.11.0 M3.