Uses of Class
net.sourceforge.pmd.RuleSets
-
Packages that use RuleSets Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.cache The violation caching system.net.sourceforge.pmd.processor -
-
Uses of RuleSets in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return RuleSets Modifier and Type Method Description RuleSetsRuleSetFactory. 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 replacedstatic RuleSetsRulesetsFactoryUtils. getRuleSets(String rulesets, RuleSetFactory factory)Deprecated.Internal APIstatic RuleSetsRulesetsFactoryUtils. getRuleSetsWithBenchmark(String rulesets, RuleSetFactory factory)Deprecated.Is internal APIMethods in net.sourceforge.pmd with parameters of type RuleSets Modifier and Type Method Description voidSourceCodeProcessor. processSourceCode(InputStream sourceCode, RuleSets ruleSets, RuleContext ctx)Deprecated.Processes the input stream against a rule set using the given input encoding.voidSourceCodeProcessor. processSourceCode(Reader sourceCode, RuleSets ruleSets, RuleContext ctx)Deprecated.Processes the input stream against a rule set using the given input encoding.Constructors in net.sourceforge.pmd with parameters of type RuleSets Constructor Description RuleSets(RuleSets ruleSets)Deprecated.Copy constructor. -
Uses of RuleSets in net.sourceforge.pmd.cache
Methods in net.sourceforge.pmd.cache with parameters of type RuleSets Modifier and Type Method Description voidAbstractAnalysisCache. checkValidity(RuleSets ruleSets, ClassLoader auxclassPathClassLoader)Deprecated.voidAnalysisCache. checkValidity(RuleSets ruleSets, ClassLoader auxclassPathClassLoader)Deprecated.Checks if the cache is valid for the configured rulesets and class loader.voidFileAnalysisCache. checkValidity(RuleSets ruleSets, ClassLoader auxclassPathClassLoader)Deprecated.voidNoopAnalysisCache. checkValidity(RuleSets ruleSets, ClassLoader classLoader)Deprecated.voidCachedRuleMapper. initialize(RuleSets rs)Deprecated.Initialize the mapper with the given rulesets. -
Uses of RuleSets in net.sourceforge.pmd.processor
Methods in net.sourceforge.pmd.processor that return RuleSets Modifier and Type Method Description protected RuleSetsAbstractPMDProcessor. createRuleSets(RuleSetFactory factory, Report report)Deprecated.Rulesets are created upstream of the PMDProcessor now.Methods in net.sourceforge.pmd.processor with parameters of type RuleSets Modifier and Type Method Description voidAbstractPMDProcessor. processFiles(RuleSets rulesets, List<DataSource> files, RuleContext ctx, List<Renderer> renderers)Deprecated.static voidAbstractPMDProcessor. reportBrokenRules(Report report, RuleSets rs)Deprecated.Constructors in net.sourceforge.pmd.processor with parameters of type RuleSets Constructor Description PmdRunnable(DataSource dataSource, String fileName, List<Renderer> renderers, RuleContext ruleContext, RuleSets ruleSets, SourceCodeProcessor sourceCodeProcessor)Deprecated.
-