doru could you add a nice comment explaining that in the method because for me the fact
that a method is a container looks strange and
I will never think about it.
Setf
On Jul 23, 2011, at 6:50 PM, Tudor Girba wrote:
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."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev