forked from clarkware/jdepend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·30 lines (18 loc) · 786 Bytes
/
README
File metadata and controls
executable file
·30 lines (18 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
J D E P E N D
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.
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.
Licensing
---------
This software is licensed under the terms described in the file
named "LICENSE" in this directory.
Thanks for using JDepend!