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 | #24751 in MvnRepository (See Top Artifacts) #9 in Code Analyzers |
| Used By | 19 artifacts |
| Version ▼ | Vulnerabilities | Repository | Usages | Date | |
|---|---|---|---|---|---|
5.4.x | 5.04 | EmergyaPub |
0
| Aug 29, 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 |