PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables,
empty catch blocks, unnecessary object creation, and so forth. It's mainly concerned with Java and
Apex, but supports 16 other languages. It comes with 400+ built-in rules. It can be
extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees
(AST) and runs rules against them to find violations. Rules can be ...
Latest Versions
132 versions โ| Version | Vulnerabilities | Usages | Date | |
|---|---|---|---|---|
7.24.x | 7.24.0 |
0
| Apr 24, 2026 | |
7.23.x | 7.23.0 |
0
| Mar 27, 2026 | |
7.22.x | 7.22.0 |
0
| Feb 27, 2026 | |
7.21.x | 7.21.0 |
1
| Jan 30, 2026 | |
7.20.x | 7.20.0 |
0
| Dec 30, 2025 | |
7.19.x | 7.19.0 |
0
| Nov 28, 2025 | |
7.18.x | 7.18.0 |
0
| Oct 31, 2025 | |
7.17.x | 7.17.0 |
0
| Sep 12, 2025 | |
7.16.x | 7.16.0 |
0
| Jul 25, 2025 | |
7.15.x | 7.15.0 |
0
| Jun 27, 2025 |
