Java Dependency Checking
Hi all,
Can anyone suggest me a good Java tool to check dependenciess? I had a look at JDepend but it probably doesn't suffice. We have a enterprise application composed of many other applications, I am not sure how good the abstractions are in terms of coupling or cohesiveness since I am new to this app. We are trying to maintain a dependency list of methods and classes so that when someone is trying to change something in a method in one application they know what all gets impacted i tnhe same application or the another application. Please suggest some good tools which can help me with this.
Thank you ver much,
Amnesiac.

