--- name: Bug report about: Create a report to help us improve title: '' labels: bug assignees: '' --- **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]*