Re: Is there a free software to show Java classes' relationship?
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Tue, 5 Dec 2006 11:02:17 -0500
"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
.
- Follow-Ups:
- Re: Is there a free software to show Java classes' relationship?
- From: Oliver Wong
- Re: Is there a free software to show Java classes' relationship?
- References:
- Is there a free software to show Java classes' relationship?
- From: Shawn
- Re: Is there a free software to show Java classes' relationship?
- From: Oliver Wong
- Re: Is there a free software to show Java classes' relationship?
- From: Ian Wilson
- Is there a free software to show Java classes' relationship?
- Prev by Date: Re: Do I need Threads for this?
- Next by Date: Re: Is there a free software to show Java classes' relationship?
- Previous by thread: Re: Is there a free software to show Java classes' relationship?
- Next by thread: Re: Is there a free software to show Java classes' relationship?
- Index(es):
Relevant Pages
|