pmd/.github/ISSUE_TEMPLATE/rule_violation.md
Andreas Dangel 0356895cc2 [doc] Fix github issue templates
The labels were wrong, maybe now they are assigned
automatically...
2020-04-04 18:29:50 +02:00

745 B

name about title labels assignees
Rule violation Let us know about a false positive/false negative a:bug

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:

  • Does PMD report a violation, where there shouldn't be one? -> false-positive
  • Is PMD missing to report a violation, where there should be one? -> false-negative

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