> I've done that, but my understanding is that "all" it does is show the > methods that are packaged. I am hoping for something that would sniff out > the methods that I have altered and are not in packages that I (somehow) > claim to own. It seems like it would be really easy to miss important work > and that it should be relatively easy to create something that scans for > at-risk code. One thing I can enivision would compare a list of packages > with user-owned methods in the system; anything that is not in one of the > packages goes in a method browser with commands to package them in likely > places.
The refactoring Code Checker reliably detects unpackaged code, see Possible Bugs > Unpackaged Code. Cheers, 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
