[Help] What is a good way to check a squeak image for sent but unimplemented messages?

Scott Wallace SqueakList at pacbell.net
Mon Aug 14 02:08:22 UTC 2006


Try "SystemNavigation default browseAllUnimplementedCalls."


On Aug 13, 2006, at 6:36 PM, Peace Jerome wrote:

> Hi All,
>
> What is a good way to check a squeak image for sent
> but unimplemented messages?
>
> In tracking down a bug in 7054:
>
> http://bugs.impara.de/view.php?id=4531
>
> The problem turned out to be a message with one sender
> and no implementors.
>
> This bug was crashing the system when it was put into
> the smalland theme.
>
> If one was found easily the chances of more lurking
> are better than not.
>
> So can someone suggest a test to notice this class of
> bug?  So we can prevent this in the future?
>
> Yours in service, -- Jerome Peace




More information about the Squeak-dev mailing list