Re: Is there a free software to show Java classes' relationship?




"Ian Wilson" <scobloke2@xxxxxxxxxxxxx> wrote in message
news:f4WdnRxdOOQyD-jYnZ2dnUVZ8sGdnZ2d@xxxxxxxxx
Oliver Wong wrote:
"Shawn" <shaw@xxxxxxxxxx> wrote

<snip reference to UML>
I am wondering if there is some kind of software to analysis the
program and draw some kind of flow-chart for me?

Eclipse does this to a limited degree, and it's always been "good enough"
for me.

Is this using a plugin?

No, you can right click on any method and choose "Show call graph" to
see all the methods (and implicitly, its owning classes) that "this" method
calls, or inversely, all the methods which calls "this" method.

- Oliver


.



Relevant Pages