> Forget about refactoring browser. Right now, if you look for the references > of a class, it ONLY searches literal matches in the source code of methods. > It doesn't take into account for example if you have subclasses. In the > abstract speaking, if there are subclasses, isn't that considered a > reference ?
If you use the refactoring browser to remove it will warn you about that situation. Maybe the normal remove should warn about subclasses too, like the rm in unix does. > In summary, it would be great if subclasses can be tacking into account > also. Or at least I don't know, create another menu entry for that... There is already a menu item, it is called 'show hierarchy'. I guess the tools don't display these kind of references because then you suddenly have two different kinds of objects as a result: methods and classes. Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
