Interface PmdRunner
public interface PmdRunner
Responsible for running PMD
-
Method Summary
-
Method Details
-
run
Execute PMD.- Parameters:
ruleIds
- the rule IDs to run (the rules must be in the default PMD ruleset)codeDir
- the directory containing the code to be run on- Returns:
- the resulting SARIF
-
createDefault
-