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

Use a trait for the smalltalk importers utilities #757

Closed jecisc closed 2 months ago

jecisc commented 2 months ago

The smalltalk importers sometimes have MooseTask in their inheritance while they are not tasks because we do not have multiple inheritance and we want to share some utilities between importers.

I'm updating this behavior to use a trait instead and now we do not need those extra inheritances that we did not use.