Need help: obsolete class with no superclass

Andreas Raab Andreas.Raab at gmx.de
Tue Jun 25 00:11:12 UTC 2002


Ross,

> The class is referenced by CompiledMethods in the change set 
> of one of my projects (in a MethodChangeRecord). 

In this case you can simply do the following:

	MethodChangeRecord allInstancesDo:[:mcr| mcr noteNewMethod:
nil].

This will not do any harm (but trim down your image a little ;-)

Cheers,
  - Andreas




More information about the Squeak-dev mailing list