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 written in ...
| License | BSD |
|---|---|
| Categories | Code Analyzers |
| Tags | analysiscodeanalyzerquality |
| HomePage | https://pmd.github.io/ 🔍 Inspect URL |
| Ranking | #24734 in MvnRepository (See Top Artifacts) #9 in Code Analyzers |
| Used By | 19 artifacts |
| Version ▼ | Vulnerabilities | Repository | Usages | Date | |
|---|---|---|---|---|---|
7.18.x | 7.18.0 | Central |
0
| Oct 31, 2025 | |
7.17.x | 7.17.0 | Central |
0
| Sep 12, 2025 | |
7.16.x | 7.16.0 | Central |
0
| Jul 25, 2025 | |
7.15.x | 7.15.0 | Central |
0
| Jun 27, 2025 | |
7.14.x | 7.14.0 | Central |
0
| May 30, 2025 | |
7.13.x | 7.13.0 | Central |
0
| Apr 25, 2025 | |
7.12.x | 7.12.0 | Central |
0
| Mar 28, 2025 | |
7.11.x | 7.11.0 | Central |
0
| Feb 28, 2025 | |
7.10.x | 7.10.0 | Central |
0
| Jan 31, 2025 | |
7.9.x | 7.9.0 | Central |
0
| Dec 27, 2024 | |
7.8.x | 7.8.0 | Central |
0
| Nov 29, 2024 | |
7.7.x | 7.7.0 | Central |
0
| Oct 25, 2024 | |
7.6.x | 7.6.0 | Central |
0
| Sep 27, 2024 | |
7.5.x | 7.5.0 | Central |
0
| Aug 30, 2024 | |
7.4.x | 7.4.0 | Central |
0
| Jul 26, 2024 | |
7.3.x | 7.3.0 | Central |
0
| Jun 28, 2024 | |
7.2.x | 7.2.0 | Central |
0
| May 31, 2024 | |
7.1.x | 7.1.0 | Central |
0
| Apr 26, 2024 | |
7.0.x | 7.0.0 | Central |
0
| Mar 22, 2024 | |
| 7.0.0-rc4 | Central | Sep 30, 2023 |
Related Books
| Code: The Hidden Language of Computer Hardware and Software (2022) by Petzold, Charles | |
| Fundamentals of Software Architecture: An Engineering Approach (2020) by Richards, Mark, Ford, Neal | |
| The Pragmatic Programmer: Your Journey To Mastery, 20th Anniversary Edition (2nd Edition) (2019) by Thomas, David, Hunt, Andrew | |
| Clean Code: A Handbook of Agile Software Craftsmanship (2008) by Robert C. Martin |