Suppose you evaluate this steps:
Smalltalk at: #MDFaultDict put: Dictionary new. ImageSegment discoverActiveClasses
.... do something here, browse, whatever ....
ImageSegment activeClasses
Here, you can change activeClasses to use recoverFromMDFaultWithTrace instead of recoverFromMDFault and with this you can see who used that class. It is stored in Smalltalk at: #MDFaultDict
Ok good to know that it is working. At some point doing that would just crash.
Ok...at least that is what I understood, but as this is not working, I am not sure.
This is correct.
What I suggest: - create a new category in the class and move all the methods that could be removed. Tag them as deprecated.
do not deprecated them since this is working. :)
- in imageSegments just clean :)
What is the link with imageSegment?
Ok. Perfect.
Cheers
Mariano
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project