- Documentation
- Getting Started
- JArchitect Analysis
- JArchitect Plugin for Sonar
- Code Rule and Query
- JArchitect Features
- Build Process Integration
- Code Metrics Definitions
- Code Coverage FAQ
- Trend Monitoring
Integrating Custom JArchitect Plugin
JArchitect provides many interesting features to exploit all data extracted from the analysis phase, and it's very interesting to use these features to exploit the analysis data of the other static analysis tools.
JArchitect supports out of the box the XML files from PMD, FindBugs, CheckStyle and CPD, however you can integrate another analysis tool by providing to JArchtect an XML file with this following format:
Almost all java static analysis tools could generate an XML output, and to integrate it into JArchitect you have to develop an utility to convert the tool format into the JArchitect one.
You can import the XML files from the following form:
After importing the XML files you can use CQLinq to query all the data extracted from the tool integrated.