I am trying to learn an open source software developed using Java. The software itself is complicated, consisting of multiple packages. I would like to know how to understand the inter-relationships or dependences of these packages under Eclipse developement environment. Thanks.
Share
Visualization of the dependencies will help. A nice free Eclipse plug-in that supports this is Google’s CodePro Analytix, acquired from their purchase of Instantiations.
Among other features, it provides a graphic display of the dependencies among projects, packages or types.