We could customise the smalltalk importer.
Damien have a look at the Importer may be we can add a setting to
control that.
On 2/10/14 11:39, Damien Cassou wrote:
Hi,
Imagine I have a package Super with a class Super and a package Sub
with a class Sub that inherits from Super.
If I create a moose model of the package Super, I get the class Sub as
a stub. I find that very surprising: why are all subclasses of the
system included in the model. The semantics of the inheritance
relation is one-way: a class knows its super class, not the opposite.
Can somebody explain why subclasses are included in the analyses?