fuhrmanator / PlantUMLPharoGizmo

Pharo support for PlantUML
MIT License
17 stars 3 forks source link

Impossibility to print inheritances from a FASTPharo model #13

Closed enwiro closed 3 years ago

enwiro commented 3 years ago

The impossibility to print inheritances from a FASTPharo model comes from the fact that the FamixStClass of the FASTPharo model have a SmalltalkContainer type.

image

In other words, it is not possible for this FamixStClass to understand isInterface because this concept does not exist in this language.

enwiro commented 3 years ago

I'm on it.

fuhrmanator commented 3 years ago

fixed in #15