JDepend Analytics for NetBeans IDE
Join the DZone community and get the full member experience.
Join For FreeJDepend 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.
Opinions expressed by DZone contributors are their own.
Trending
-
Software Development: Best Practices and Methods
-
The SPACE Framework for Developer Productivity
-
How To Use Geo-Partitioning to Comply With Data Regulations and Deliver Low Latency Globally
-
Revolutionizing Algorithmic Trading: The Power of Reinforcement Learning
Comments