CallGraph helps you understand your Java codebase by visualizing how methods call each other. Simply select any method, generate a graph, and explore the connections through an interactive diagram.
First let me say that Head First Design Patterns is a fantastic book serving as a solid and easy to understand introduction into Design Patterns. I am a much more in tune with the appropriate use of ...