Static Code Analysis Tool
The Static Code Analysis Tools is a Maven plugin that executes the Maven plugins for FindBugs, Checkstyle and PMD and generates a merged .html report. It is especially designed for openHAB to respect the defined coding guidelines.
This project contains:
- properties files for the PMD, Checkstyle and FindBugs Maven plugins configuration in the
src/main/resources/configurationfolder; - rule sets for the plugins in the
src/main/resources/rulesetsfolder; - custom rules for PMD, CheckStyle and FindBugs and unit tests for the rules;
- tool that merges the reports from the individual plugins in a summary report.
Essentials
- A list of included checks.
- How to use and configure the Static Analysis Tool.
- How to integrate a new check into the tool.
3rd Party
- The example checks provided in the
static-code-analysis-config(MethodLimitCheck,CustomClassNameLengthDetector,WhileLoopsMustUseBracesRule) are based on tutorials how to use the API of Checkstyle, FindBugs and PMD. For more info, see javadoc; - The tool that merges the individual reports is based completely on source files from the https://github.com/MarkusSprunck/static-code-analysis-report that are distributed under a custom license. More information can be found in the LICENSE file.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
