Oct. 25, 2008
3:18 p.m.
SystemNavigation default browseAllUnimplementedCalls shows 272 messages sent but unimplemented in the pharo-dev image :-( At least we know where to continue cleaning! ;-) - on On Oct 25, 2008, at 15:55, Marcus Denker wrote:
Yes, there is
SystemNavigation>>#browseAllUnimplementedCalls
The only problem is that it does not highlight the message that is detected. That can be a problem in large methods to find the problematic one.
Marcus