I'm trying to generate some diagrams from an existing code base at work and
I see some issues with the model generated.
A simple example is this.
public class UseTestUtil {
private void test() {
TestUtil tu = new TestUtil();
tu.test();
}
}
I'd expect to see a dependency relationship from UseTestUtil to TestUtil
but nothing is generated. Is there some complication with our parser not
being able to manage this or is this just an outstanding enhancement.
I also notice a component eing generated for every class. WHy is this?
Regards
Bob
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=3092706
To unsubscribe from this discussion, e-mail:
[[email protected]].
To be allowed to post to the list contact the mailing list moderator, email:
[[email protected]]