> So, my question is, shouldn't only apply the refactor to the initialize > method of extended packages ONLY if that method is extended ? Because > otherwise I think it is a bit dangerous. > > What do you think ? > > I attach screenshot also.
I see no screenshot, but I can reproduce the problem. The problem is that for some refactorings the refactoring engine needs too look beyond the defined scope to be able to do something useful (e.g. if a class is not contained in a scope but some methods, it still needs some object that represents the class to enumerate the methods). There are definitely issues when classes are not fully contained within a scope, but I don't think that this is critical. After all the changes are presented for review. Lukas -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
