The Static Code Analysis Tools is a Maven plugin that executes the Maven plugins for SpotBugs, 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 SpotBugs Maven plugins configuration in the sat-plugin/src/main/resources/configuration folder;
rule sets for the plugins in the sat-plugin/src/main/resources/rulesets folder;
custom rules for PMD, CheckStyle and SpotBugs and unit tests for the rules;
tool that merges the reports from the individual plugins in a summary report.
The example checks provided in the static-code-analysis-config (MethodLimitCheck, CustomClassNameLengthDetector, WhileLoopsMustUseBracesRule) are based on tutorials how to use the API of Checkstyle, SpotBugs and PMD. For more info, see javadoc;
请发表评论