jasonlong10 / sonar-p3c-pmd-plugin

sonar plugins for p3c, based on alibaba/p3c/p3c-pmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SonarQube PMD Plugin

Description / Features

This plugin provides coding rules from PMD.

PMD Plugin 2.0 2.1 2.2 2.3 2.4.1 2.5
PMD 4.3 4.3 5.1.1 5.2.1 5.3.1 5.4.0

A majority of the PMD rules have been rewritten in the Java plugin. Rewritten rules are marked "Deprecated" in the PMD plugin, but a concise summary of replaced rules is available.

Usage

In the quality profile, activate some rules from PMD and run an analysis on your project. Set the sonar.java.source property to tell PMD which version of Java your source code complies to. The default value is 1.5. Possible values: 1.4, 1.5 or 5, 1.6 or 6, 1.7 or 7. Since version 2.2 of the plugin, this property can also be set to 1.8 or 8.

Rules on test

PMD tool provides some rules that can check the code of JUnit tests.Please note that these rules (and only these rules) will be applied only on the test files of your project.

About

sonar plugins for p3c, based on alibaba/p3c/p3c-pmd


Languages

Language:Java 53.5%Language:HTML 46.2%Language:Shell 0.3%