Is there a way to create a dependency graph for classes and/or methods of Java SE projects within NetBeans 7? I have a very large project and I’d like to clean up unused classes or methods (and a dependency graph would also be useful).
The “center” of the graph would be the main() entry point of main classes I invoke, and adjacencies would be method calls (including some Swing framework methods to classes which override the Java Swing framework).
That’s weird, when I right click on a project in NetBeans 7.0.1 I can choose “Show dependency graph” and it shows me a dependency graph, complete with conflicts and everything!