I published a new version of Moose Development in which i implemented
FAMIXDefinition>>isStub in this way:
isStub
"a fAMIXInheritanceDefinition is stub if any of the subclass or the
superclass is stub"
^self superclass isStub or: [self subclass isStub]
Show replies by date