|
JArchitect is a static analysis tool for Java code. This tool supports a large number of code metrics, allows for visualization of dependencies using directed graphs and dependency matrix. The tools also performs code base snapshots comparison, and validation of architectural and quality rules. User-defined rules can be written using LINQ queries. This possibility is named CQLinq. The tool also comes with a large number of predefined CQLinq code rules. ==Features== The main features of JArchitect are: * Dependency Visualization (using dependency graphs, and dependency matrix) * Software metrics (JArchitect currently supports 82 code metrics: Cyclomatic complexity; Afferent and Efferent Coupling; Relational Cohesion; Percentage of code covered by tests, etc.) * Declarative code rule over LINQ query (CQLinq) * JArchitect can tell you what has been changed between 2 builds 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「JArchitect」の詳細全文を読む スポンサード リンク
|