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.

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to