in reply to Is there a tool or script to build a dependency list between modules?

I know this sounds like a lot of work, but I would strongly recommend a manual walk-through. Keep pen and paper or a simple text editor on the side and record what you learn.

Usually, out and and out dependencies are not the main issue in planning a refactoring. The dependencies are generally a by product of well factored code, not the starting point.

The thing to look for are:

Best of luck, beth
  • Comment on Re: Is there a tool or script to build a dependency list between modules?