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?