alain this is cool. :) I want to reuse the code to enhance the classBrowser to see the documentation of the class in a file based view this is relate to what laurent is doing in seaside.
On Dec 9, 2009, at 12:19 PM, Alain Plantec wrote: > Henrik Sperre Johansen a écrit : >> +2 >> Even better if there's a button in each row to open a list of the methods >> that have been recorded as calling the deprecated version :D >> >> Henry >> > Hi Henry, > Maybe something like that (see screenshot): > > Each root shows a deprecated method call. > Here, 3 calls to the same deprecated method but from different paths. > The occurence show how many time the deprecated method has been called with > the same caller chain. > 23 times for Try1>>call -> Try2>>call > 2 times for Try2>>call > 3 times for Try3>>call -> Try1>>call -> Try2>>call > > So, you see exactly which deprecated methods were called, from where and how > many times. > > Alain > >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> > > <DeprecationsTree.png>_______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
