We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if we have 2 meta-models mm1 and mm2, mm1 is sub-meta-model of mm2 (ie. mm2 uses entities of mm1).
there is an mm1Entity and an mm2Entity and they don't inherit one from the other
If both generators are based on FamixBasicInfrastructureGenerator, then there are also two SourcedEntity, NamedEntity, Comment, ...
when we translate that to Java, we have "incompatible types", eg two NamedEntity.java that are equals but in separate packages and incompatible ...
The text was updated successfully, but these errors were encountered:
badetitou
No branches or pull requests
if we have 2 meta-models mm1 and mm2, mm1 is sub-meta-model of mm2 (ie. mm2 uses entities of mm1).
there is an mm1Entity and an mm2Entity and they don't inherit one from the other
If both generators are based on FamixBasicInfrastructureGenerator, then there are also two SourcedEntity, NamedEntity, Comment, ...
when we translate that to Java, we have "incompatible types", eg two NamedEntity.java that are equals but in separate packages and incompatible ...
The text was updated successfully, but these errors were encountered: