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

Bug 469484

Summary: Provide a default constructor for ZestFxUiView which uses the bindings provided in ZestFxModule and ZestFxUiModule.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF ZestAssignee: Matthias Wienand <matthias.wienand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.1.0   
Target Milestone: 3.10.1 (Mars SR1) M1   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-06-05 09:08:41 EDT
The ZestFxUiView does currently not specify any bindings, but instead expects an Injector upon construction. A default constructor should be added which uses the bindings provided in ZestFxModule and ZestFxUiModule, so that the view can be used out-of-the-box.
Comment 1 Matthias Wienand CLA 2015-06-25 06:58:49 EDT
I added a default constructor to ZestFxUiView which uses the bindings provided in ZestFxModule and ZestFxUiModule, so that it can be used out-of-the-box. The code is published on the master branch, therefore I resolve this ticket as fixed for 3.10.1M1.