pmd/.github/ISSUE_TEMPLATE/1rule_violation_false-negative.md

31 lines
726 B
Markdown
Raw Permalink Normal View History

---
name: Rule violation (false-negative)
about: Let us know about a false-negative (no violation is reported on problematic code)
title: ''
2021-04-29 10:53:41 +02:00
labels: 'a:false-negative'
assignees: ''
---
<!-- Please, prefix the report title with the language it applies to within brackets, such as [java] or [apex] -->
**Affects PMD Version:**
**Rule:**
Please provide the rule name and a link to the rule documentation:
2023-03-30 15:28:56 +02:00
<https://docs.pmd-code.org/latest/pmd_rules_XXX_XXX.html#XXX>
**Description:**
**Code Sample demonstrating the issue:**
```java
```
**Expected outcome:**
2021-04-29 10:53:41 +02:00
PMD should report a violation at line ..., but doesn't. This is a false-negative.
**Running PMD through:** *[CLI | Ant | Maven | Gradle | Designer | Other]*