Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclasses generated in src-gen should all be generated as abstract #86

Open
opcoach opened this issue Sep 30, 2021 · 0 comments
Open

Eclasses generated in src-gen should all be generated as abstract #86

opcoach opened this issue Sep 30, 2021 · 0 comments

Comments

@opcoach
Copy link
Owner

opcoach commented Sep 30, 2021

It would avoid to set default implementations in src interfaces as these interfaces are implemented by the EMF generated classes.
As the generated EMF class are never used directly (only src classes will be instantiated), it is possible to set them as abstract.

Should change the isAbstract in GMAGenClassImpl.

On the other hand, packages, factories, util classes should not be abstract -> Must check that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant