[Newbies] Tracking down an obsolete class from a RefactoringBrowser / ClassOrganizer

stan414 squeak414 at free.fr
Wed Jan 30 11:43:32 UTC 2008


I have been experimenting with some metaprogramming, which left a ton of
obsolete classes.
Have been able to cure most of them, except for this last one. Pointer
Finder shows:

#EventManager -> EventManager class 
classPool: Dictionary 
#ActionMaps -> WeakIdentityKeyDictionary 
a RefactoringBrowser -> IdentityDictionary
#getCompletionController -> MessageSend
receiver: ECController
model: RefactoringBrowser
classOrganizer: 
subject: AnObsoleteEvoPolygonMorph class

So there appears to be a RefactoringBrowser which has classList nil,
selectedEnvironment nil, etc, but which has classOrganizer with subject
AnObsoleteEvoPolygonMorph.

Is there a safe way to tidy this up please?

...Stan

-- 
View this message in context: http://www.nabble.com/Tracking-down-an-obsolete-class-from-a-RefactoringBrowser---ClassOrganizer-tp15180367p15180367.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.



More information about the Beginners mailing list