Uses of Class
net.sourceforge.pmd.RuleSetNotFoundException
-
Packages that use RuleSetNotFoundException Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.benchmark net.sourceforge.pmd.util -
-
Uses of RuleSetNotFoundException in net.sourceforge.pmd
Methods in net.sourceforge.pmd that throw RuleSetNotFoundException Modifier and Type Method Description RuleSetRuleSetFactory. createRuleSet(String referenceString)Deprecated.UseRuleSetLoader.loadFromResource(String)and discard the rest of the list.RuleSetRuleSetFactory. createRuleSet(RuleSetReferenceId ruleSetReferenceId)Deprecated.Will not be replacedRuleSetsRuleSetFactory. createRuleSets(String referenceString)Deprecated.UseRuleSetLoader.loadFromResource(String), but note that that method does not split on commasRuleSetsRuleSetFactory. createRuleSets(List<RuleSetReferenceId> ruleSetReferenceIds)Deprecated.Will not be replacedInputStreamRuleSetReferenceId. getInputStream(ResourceLoader rl)Deprecated.Try to load the RuleSet resource with the specified ResourceLoader.Iterator<RuleSet>RuleSetFactory. getRegisteredRuleSets()Deprecated. -
Uses of RuleSetNotFoundException in net.sourceforge.pmd.benchmark
Methods in net.sourceforge.pmd.benchmark that throw RuleSetNotFoundException Modifier and Type Method Description static voidBenchmarker. main(String[] args)Deprecated. -
Uses of RuleSetNotFoundException in net.sourceforge.pmd.util
Methods in net.sourceforge.pmd.util that throw RuleSetNotFoundException Modifier and Type Method Description InputStreamResourceLoader. loadClassPathResourceAsStreamOrThrow(String name)Deprecated.InputStreamResourceLoader. loadResourceAsStream(String name)Deprecated.Attempts to load the resource from file, a URL or the claspath
-