pmd/.github/ISSUE_TEMPLATE/0rule_violation_false-positive.md
2023-03-30 15:32:57 +02:00

735 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://docs.pmd-code.org/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]