Tools to create class methods interaction diagram
Posted
by nightcoder
on Stack Overflow
See other posts from Stack Overflow
or by nightcoder
Published on 2010-01-02T22:22:17Z
Indexed on
2010/04/19
10:43 UTC
Read the original article
Hit count: 477
Let's say I have a MyClass class, with various methods, and let's say that method MyClass.A() calls methods MyClass.B() which calls MyClass.C(). Method MyClass.A() also calls MyClass.D() which also calls MyClass.C() and so on :)
Is there any tool to visualize this as a diagram?
UPD. I see NDepend can do what I need but it costs too much when I just need to build methods dependency graph and trial limitations are too big (I can't zoom the graph and I can't see anything on a small resulted graph without being able to zoom). So, I'm still looking for alternatives - it should be free or not expensive tool.
© Stack Overflow or respective owner