---
date_published: 2026-05-13
date_modified: 2026-05-13
canonical_url: https://jawk.io/pmd.html
---

# PMD Results

The following document contains the results of [PMD](https://pmd.github.io)[1] 7.7.0.

PMD found no problems in your source code.

## [Suppressed Violations](#suppressed-violations)

| Filename | Rule message | Suppression type | Reason |
| --- | --- | --- | --- |
| io/jawk/frontend/AwkParser.java | Avoid unused private methods such as 'isExtensionConditionRule(AST)'. | @suppresswarnings |  |
| io/jawk/jrt/AssocArray.java | Avoid empty catch blocks | //nopmd | - EmptyCatchBlock: intentionally ignored |
| io/jawk/jrt/DataPump.java | Avoid empty catch blocks | //nopmd | - ignore IO errors while pumping data |
| io/jawk/jrt/DataPump.java | Avoid empty catch blocks | //nopmd | - ignore close failures |
| io/jawk/util/AwkSettings.java | Avoid unused private methods such as 'addInitialVariable(String)'. | @suppresswarnings |  |
