2020-02-13 18:40:25 +01:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
2020-04-04 18:29:50 +02:00
|
|
|
labels: 'a:bug'
|
2020-02-13 18:40:25 +01:00
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
2018-05-24 17:24:52 +02:00
|
|
|
<!-- Please, prefix the report title with the language it applies to within brackets, such as [java] or [apex].
|
|
|
|
If not specific to a language, you can use [core]. -->
|
2017-01-08 02:23:25 -03:00
|
|
|
|
2017-12-20 20:39:41 +01:00
|
|
|
**Affects PMD Version:**
|
|
|
|
|
2020-02-13 18:40:25 +01:00
|
|
|
Make sure, to test with the latest PMD version.
|
2017-01-08 02:23:25 -03:00
|
|
|
|
|
|
|
**Description:**
|
|
|
|
|
2020-02-13 18:40:25 +01:00
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
|
|
|
|
**Exception Stacktrace:**
|
|
|
|
|
|
|
|
```
|
|
|
|
# Copy-paste the stack trace here
|
|
|
|
```
|
|
|
|
|
2017-01-08 02:23:25 -03:00
|
|
|
**Code Sample demonstrating the issue:**
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
|
2020-02-13 18:40:25 +01:00
|
|
|
**Steps to reproduce:**
|
|
|
|
|
2020-03-21 11:44:22 +01:00
|
|
|
Please provide detailed steps for how we can reproduce the bug.
|
|
|
|
|
|
|
|
1. ... (e.g. if you're using maven: `mvn clean verify`)
|
|
|
|
2. ...
|
2020-02-13 18:40:25 +01:00
|
|
|
|
2017-01-08 02:23:25 -03:00
|
|
|
**Running PMD through:** *[CLI | Ant | Maven | Gradle | Designer | Other]*
|
|
|
|
|
2018-05-24 17:24:52 +02:00
|
|
|
<!-- If relevant, also include your JDK and OS information, e.g. for ClassNotFoundException, LinkageError, reflection failures, etc. -->
|