moosetechnology / Famix-Cpp

Famix metamodel for C/C++
MIT License
1 stars 2 forks source link

Add traits and methods necessary for Architectural Map #17

Closed nkinesis closed 1 year ago

nkinesis commented 1 year ago

Problem: I got the following errors in the Architectural Map when generating it for FamixCPreproc entities:

Solution:

NicolasAnquetil commented 1 year ago

You did not do the change in the generator (and regenerate the model) ? That would be better because somebody else could regenerate the meta-model and override your changes:

put --|> #TEntityMetaLevelDependency. on diskEntity instead of cFile

For #isInvocation it is less clear because this metamodel does not define invocation ...

nkinesis commented 1 year ago

Update: