JDepend is included in Ant distributions as an optional task. For manual setups, you can find instructions on the Apache Ant JDepend Task page.
Add the following plugin to your section to generate reports during the site lifecycle: download jdepend
To , you need to choose the method that best fits your development environment. Originally created by Mike Clark, JDepend is a static analysis tool that traverses Java class file directories to generate design quality metrics for each package. It measures extensibility, reusability, and maintainability by analyzing package dependencies. 1. Download Options for JDepend JDepend is included in Ant distributions as an optional task
If you use Maven, you don't need to manually download a file. You can include the JDepend Maven Plugin in your pom.xml . Originally created by Mike Clark, JDepend is a
Run mvn site or mvn jdepend:generate to produce the analysis. Standalone Installation JDepend4Eclipse | Eclipse Plugins, Bundles and Products