42 lines
918 B
Markdown
42 lines
918 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: 'a:bug'
|
|
assignees: ''
|
|
|
|
---
|
|
<!-- 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]. -->
|
|
|
|
**Affects PMD Version:**
|
|
|
|
Make sure, to test with the latest PMD version.
|
|
|
|
**Description:**
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Exception Stacktrace:**
|
|
|
|
```
|
|
# Copy-paste the stack trace here
|
|
```
|
|
|
|
**Code Sample demonstrating the issue:**
|
|
|
|
```java
|
|
|
|
```
|
|
|
|
**Steps to reproduce:**
|
|
|
|
Please provide detailed steps for how we can reproduce the bug.
|
|
|
|
1. ... (e.g. if you're using maven: `mvn clean verify`)
|
|
2. ...
|
|
|
|
**Running PMD through:** *[CLI | Ant | Maven | Gradle | Designer | Other]*
|
|
|
|
<!-- If relevant, also include your JDK and OS information, e.g. for ClassNotFoundException, LinkageError, reflection failures, etc. -->
|