JDepend Analytics for NetBeans IDE
JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively.
Right now, the plugin doesn't do much besides drawing the graph. Suggestions for enhancements are more than welcome.
Get the latest release here.
This plugin simply uses JDepend to create a report based on the selected project. It'll generate a jdepend folder in the project's root folder with a report in xml format, a dot file and an image generated from the dot file using Graphviz.
Requirements: GraphViz needs to installed, for image generation.For details, go to JDepend website.
- Login or register to post comments
- 3630 reads
- Printer-friendly version
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)



