pmd/.github/ISSUE_TEMPLATE/0rule_violation_false-positive.md
2021-04-30 12:25:55 +02:00

727 B

name about title labels assignees
Rule violation (false-positive) Let us know about a false-positive (a violation is reported on code that is not problematic) a:false-positive

Affects PMD Version:

Rule:

Please provide the rule name and a link to the rule documentation: https://pmd.github.io/latest/pmd_rules_XXX_XXX.html#XXX

Description:

Code Sample demonstrating the issue:


Expected outcome:

PMD reports a violation at line ..., but that's wrong. That's a false positive.

Running PMD through: [CLI | Ant | Maven | Gradle | Designer | Other]