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

Shared variable properties should be persisted #791

Closed jecisc closed 2 weeks ago

jecisc commented 2 weeks ago

Smalltalk attributes can be shared variable and we have a way to declare this.

The problem is that this info can be lost when we flush the caches. This change fix this bug.

I also declared this as a property in the MM so that we can query it in the query browser

Fixes #790