[ENH][Modules] ModuleRefactoringUtils

Daniel Vainsencher danielv at netvision.net.il
Sun May 5 21:23:50 UTC 2002


from preamble:

"Change Set:		ModuleRefactoringUtils
Date:			5 May 2002
Author:			Daniel Vainsencher

version 0.2 - fixed missing return, adapted to cope with the
SystemDicionary not responding to #module.

A nice clear way of looking at a modules unresolved external references.
Show:
* which modules this module is dependent on.
* For each module, which globals in it we refer to.
* For each Global, from which methods

So a person doesn't need to go scanning lots of method, or guessing
which globals of that module I'm using.

Note this doesn't deal with sub/delta modules, and it doesn't check
superclass uses.

(Module fromPath: #(#Squeak #Network #Applications #AudioChat))
groupedLocalUnresolvedRefsPerGlobal

"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ModuleRefactoringUtils.cs.gz
Type: application/octet-stream
Size: 1305 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020506/418e7221/ModuleRefactoringUtils.cs.obj


More information about the Squeak-dev mailing list