Still about methodClass

Klaus D. Witzel klaus.witzel at cobss.com
Wed Jul 26 09:16:28 UTC 2006


Thank you Andreas. After nilifying the classVars of ProcessBrowser the  
inspector showed an empty array :-)

/Klaus

On Wed, 26 Jul 2006 10:58:18 +0200, Andreas Raab <andreas.raab at gmx.de>  
wrote:

> WeakArray restartFinalizationProcess.
>   MethodChangeRecord allInstancesDo:[:x| x noteNewMethod: nil].
>   Delay startTimerInterruptWatcher.
>   WorldState allInstancesDo:[:ws| ws convertAlarms; convertStepList].
>   ExternalDropHandler initialize.
>   ScrollBar initializeImagesCache.
>   SokobanMorph initFields.
>   Vocabulary initialize.
>   GradientFillStyle initPixelRampCache.
>   Smalltalk garbageCollect.
>   (CompiledMethod allInstances
> 	reject:[:cm| cm hasNewPropertyFormat]) inspect.





More information about the Squeak-dev mailing list