is there any plugins i can use for eclipse that will show graphical view of classes dependencies ?
|
3
|
|||||||
|
|
|
Classycle can be a good start (for static dependencies between classes at least) (I find their graph a bit complicated to follow though : CDA - Class Dependency Analyzer is an external tool, but produce much more readable dependency graphs) |
||
|
|
For a more in-depth analysis, check out nWire. |
||
|
