You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: