Registry / other / pmd-core

pmd-core

JSON →
library7.25.0javamavenunverified

PMD is an extensible multilanguage static code analyzer that finds common programming flaws like unused variables, empty catch blocks, and unnecessary object creation.

<dependency> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd-core</artifactId> <version>7.25.0</version> </dependency>
INSTALL
IMPORT
SIG · PMD-CORE
P
pmd-core
otherjavav7.25.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PMD
net.sourceforge.pmd.PMD

Run PMD static analysis

import net.sourceforge.pmd.PMD; public class Example { public static void main(String[] args) { PMD.main(args); System.out.println("PMD analysis started"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.25.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pmd-core — mvn dependency:get pmd-core · libregistry