moosetechnology / Famix

An abstract representation of source code. Famix is generic and can describe applications in multiple programming languages.
MIT License
13 stars 23 forks source link

Change FamixJavaEntity comment #709

Closed Gabriel-Darbord closed 8 months ago

Gabriel-Darbord commented 8 months ago

Currently, FamixJavaEntity has the following comment in plain text (without code block):

file := 'ArgoUML-0-34.mse' asFileReference readStream.

repo := MooseModel importFrom: file withMetamodel: FamixJavaModel metamodel.

model := MooseModel new.
model silentlyAddAll: repo elements.
model entityStorage forRuntime.
model

Is this still relevant? It probably needs an update, and an explanation in the comment about what the code does.

jecisc commented 8 months ago

The line about entity sotrage is out of date anyway.

I think we can remove it