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




"Shawn" <shaw@xxxxxxxxxx> wrote in message
news:el3u69$kqj$1@xxxxxxxxxxxxxxxxxxxxx
Hi,

I am reading a Java program written by my officemate. There are about 30
to 40 classes. Some are gui, some are models. I feel very hard to
comprehend which class is calling which class.

Should I ask the author to give me a UML map? I don't think he has used a
UML map, actually.

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

I have spent a lot of time trying to understand how the program flows by
using pencil and paper. I am wondering if there is a better way.

Eclipse does this to a limited degree, and it's always been "good
enough" for me. ArgoUML is supposedly better, but I've never tried it.
http://argouml.tigris.org/

- Oliver


.



Relevant Pages