Status: FixToInclude
Owner:
[hidden email]
Labels: Type-Bug Milestone-2.0
New issue 6080 by
[hidden email]: Fixing classBuilderTest
http://code.google.com/p/pharo/issues/detail?id=6080PragmaCollector>>classRemovedEventOccurs: anEvent
"a class has been removed: first see if the class is not my class
because then I must be unplugged from system event notifications"
anEvent removedClass = self class
ifTrue: [^ self noMoreNotifications].
"remove all handler which are from the removed class"
(self pragmasOfClass: anEvent removedClass class)
do: [:handler | self removePragma: handler]
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker