moosetechnology / Famix

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

Remove unused properties #793

Closed jecisc closed 2 weeks ago

jecisc commented 2 weeks ago

The Smalltalk importer is adding some properties to the methods but those are flushable. So either we need to make them permanent or to remove them.

Since I've never seen anyone use those 2 propoerties I propose to remove them.

One is the number of super sent in a method calling the overriden method. The second is the number of super send to another method. To me this should be for FAST and not Famix