8
I Use This!
Inactive

Ratings and Reviews : Listing

...Loskutov says:
Quick JDepend analysis inside Eclipse  
4.0
   
written about 15 years ago

I've written the plugin during a long and boring refactoring of a huge monolitic legacy Java project.

I had to run JDepend analysis by hand, compare results with expectations, try to find and understand cyclic dependencies between packages. After a day I found that my productivity was very low, so I've quickly hacked a wrapper for JDepend to run it inside Eclipse.

Since then, analysing the cyclic dependencies works in few seconds: select packages to check in package explorer, right click and run jDepend on it. It is very fast (thanks to JDepend), so that results are shown in the Eclipse in few seconds.

Did this review help you? |