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

Bug 481750

Summary: FXView and FXEditor are abstract base classes, which should use the 'Abstract' prefix.
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-11-09 12:30:54 EST
The FXView and FXEditor base classes provided by the MVC.FX.UI module are abstract and should be renamed into AbstractFXView and AbstractFXEditor to be in line with our naming conventions.
Comment 1 Alexander Nyßen CLA 2015-11-09 12:46:29 EST
To ensure consistency with the GEF4 naming conventions, renamed FXEditor to AbstractFXEditor and FXView to AbstractFXView. Changes pushed to origin/master. Resolving as fixed in 3.11.0 M3.