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

Bug 480503

Summary: The FXEditorActionBarContributor should be defined as abstract.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: 0.2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-10-23 09:56:45 EDT
The o.e.g4.mvc.fx.ui.parts.FXEditorActionBarContributor cannot be directly used, because of an access restriction (provisional API). Therefore, it should be defined as abstract, so that users have to create a subclass, and are not running into a ClassNotFoundError.
Comment 1 Alexander Nyßen CLA 2016-02-03 06:50:50 EST
As the access restriction will be removed when releasing 1.0.0 with Neon, this should no longer be an issue, as FXEditorActionBarContributor could be directly used. As such, resolving as WONTFIX.