dependency-analysis

Package Dependency

I have a huge Java Application with numerous packages. Some of the classes in these packages have dependency on classes in other packages. given a class, i want ot know all the dependent classes on it and vice versa. A GUI tool shld be really helpful. ...

Refactoring to seperate business logic from code behind

I've inherited a asp.net project and I'm finding that the code behind pages contain a lot of business logic. I've decided that in most cases it's better to leave the working code in place than try and do a massive refactoring. However there are pages that perform functionality that could be re-used in command line utilities for batch p...