[Newbies] Remove old instances of a Class

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Mon May 26 11:06:39 UTC 2008




El 5/25/08 5:55 PM, "Bert Freudenberg" <bert at freudenbergs.de> escribió:

> This should be used only as a last resort. It doesn't actually remove
> the references that are not garbage-collected, just replaces them with
> other objects.
> 
> A recipe for finding references is here:
> 
> http://wiki.squeak.org/squeak/2631
> 
> - Bert -


SmalltalkImage current fixObsoleteReferences
And then chase pointers or explore pointers in the inspector if needed.

Edgar




More information about the Beginners mailing list