Hi,
Currently we have:
FAMIXType>>namespaceScope ^ self container
However, the problem is that we now can have classes and methods as containers. So, I now reimplemented it like:
FAMIXType>>namespaceScope ^ self container ifNotNil: [ self container namespaceScope ]
In the process I also fixed to use namespaceScope instead of container:
FAMIXMethod>>namespaceScope ^ self parentType namespaceScope
Please let me know if this introduces unwanted effects in your context.
Cheers, Doru
-- www.tudorgirba.com
"What we can governs what we wish."