JArchitect | |
Developer: | JArchitect |
Latest Release Version: | 4.0 |
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.
The main features of JArchitect are:
The tool proposes live code query and code rule through LINQ query.This is one of the innovations of JArchitect. For example:
- Classes inherit from a particular class:
//
- The 10 most complex methods (Source Code Cyclomatic complexity)
//
In addition, the tool proposes a live CQLinq query editor with code completion and embedded documentation.