pmd/.github/ISSUE_TEMPLATE/bug_report.md
2020-02-13 18:41:16 +01:00

873 B

name about title labels assignees
Bug report Create a report to help us improve bug

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:


Steps to reproduce:

  1. Compile the project: mvn verify
  2. Run PMD: run.sh pmd -d src -f xml -R ruleset.xml

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