About AnObsoleteSunitNameResolver

Maurizio Boriani debauxit at yahoo.it
Tue Aug 8 14:01:17 UTC 2006


>>>>> "Maurizio" == Maurizio Boriani <debauxit at yahoo.it> writes:

>>>>> "Pavel" == Pavel Krivanek <squeak1 at continentalbrno.cz> writes:
    Pavel> Using "SystemNavigation default obsoleteClasses" or
    Pavel> "Smalltalk obsoleteClasses" you will see the list of
    Pavel> obsoleteClasses. Then you can continue with the hunt.

    Maurizio> [...]

    Pavel> or (in <= 3.8)

    Pavel> (Smalltalk pointersTo: (Smalltalk obsoleteClasses detect:
    Pavel> [:c | c name = #AnObsoleteSunitNameResolver])) inspect

    Maurizio> using this I got an Array inspector with seven elements

    Pavel> In the inspectors you can find next references using
    Pavel> "object pointing to this value"

    Maurizio> doing this I got new inspectors... but I cannot
    Maurizio> understand how culd I remove (or rebuild or... I don't
    Maurizio> know) this reference and subtisute them with newer.

done :) all references are substituted with new ones :))


    Maurizio> I suppose there are old references (to object which
    Maurizio> doesn't exists anymore in the system) which must be
    Maurizio> substituted with newer. How could I do that?

using inspectors all works well :)

    Pavel> -- Pavel

thanks very much for your support :))

bye

-- 
Maurizio Boriani 
GPG key: 0xCC0FBF8F
 => E429 A37C 5259 763C 9DEE  FC8B 5D61 C796 CC0F BF8F <=



More information about the Squeak-dev mailing list