Skip to content

A Java package dependency analyzer that generates design quality metrics.

License

Notifications You must be signed in to change notification settings

clarkware/jdepend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7fe00cb · Mar 6, 2020

History

28 Commits
Mar 6, 2020
Mar 6, 2020
Mar 6, 2020
Aug 21, 2008
Sep 2, 2015
Nov 3, 2010
May 19, 2010
May 19, 2010
Mar 6, 2020
May 19, 2010
Mar 6, 2020
Mar 6, 2020
Mar 6, 2020

Repository files navigation

JDepend

What Is It?

JDepend traverses Java class and source 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 effectively manage and control package dependencies.

Installation and Documentation

Documentation is available in HTML format, in the docs/ directory. For the installation and user manual, see docs/JDepend.html. For the API documentation, see docs/api/index.html.

Thanks for using JDepend!