Bug 531394 - Remove AbstractSaveable and AbstractOnSelection, providing only concrete classes
Summary: Remove AbstractSaveable and AbstractOnSelection, providing only concrete classes
Status: NEW
Alias: None
Product: EMF.Parsley
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal
Target Milestone: 2.0.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 530942
  Show dependency tree
 
Reported: 2018-02-20 08:19 EST by Lorenzo Bettini CLA
Modified: 2018-03-05 03:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lorenzo Bettini CLA 2018-02-20 08:19:07 EST
We can get rid of AbstractSaveable... and AbstractOnSelection and provide only concrete classes, by delegating to the injected Configurator (that's what already happens in the concrete classes and the concrete classes do not implement anything more specific w.r.t. abstract classes).