[Newbie] [RFI] For a given class how do I enumerate all the messages sent to self?

Peace Jerome peace_the_dreamer at yahoo.com
Sat Feb 19 20:36:56 UTC 2005


As I've read thru the code I've discovered several
classes that have methods that send messages/selectors
to self that the class itself doesn't understand. E.G.
Morph doesn't understand 'rotationDegrees:' but has a
method
'copyPlayerCostumeState:' (I think thats the name)
that sends the message to self never the less.
This is a clear slip and is generally not catchable.

So first step find all messages a class sends to self
and/or super.
Second step find out if that class understands them.
Third step report the slips.

I'm a newbie to the classes that would be useful to do
this. And I figure that this is probably trival for
someone on this list. 

So help? Please?

Yours in service, --Jerome Peace



	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail



More information about the Squeak-dev mailing list