Uses of Class
net.sourceforge.pmd.PMDConfiguration
Packages that use PMDConfiguration
Package
Description
This is the PMD programming mistake detector.
-
Uses of PMDConfiguration in net.sourceforge.pmd
Methods in net.sourceforge.pmd with parameters of type PMDConfigurationModifier and TypeMethodDescriptionstatic PmdAnalysisPmdAnalysis.create(PMDConfiguration config) Constructs a new instance from a configuration. -
Uses of PMDConfiguration in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule with parameters of type PMDConfigurationModifier and TypeMethodDescriptionstatic RuleSetLoaderRuleSetLoader.fromPmdConfig(PMDConfiguration configuration) Configure a new ruleset factory builder according to the parameters of the given PMD configuration.