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 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(java.lang.String referenceString)Create a RuleSets from a comma separated list of RuleSet reference IDs.RuleSetsRuleSetFactory. createRuleSets(java.util.List<RuleSetReferenceId> ruleSetReferenceIds)Create a RuleSets from a list of RuleSetReferenceIds.static RuleSetsRulesetsFactoryUtils. getRuleSets(java.lang.String rulesets, RuleSetFactory factory)Creates a new rulesets with the given string.static RuleSetsRulesetsFactoryUtils. getRuleSetsWithBenchmark(java.lang.String rulesets, RuleSetFactory factory)Methods in net.sourceforge.pmd with parameters of type RuleSets Modifier and Type Method Description voidSourceCodeProcessor. processSourceCode(java.io.InputStream sourceCode, RuleSets ruleSets, RuleContext ctx)Processes the input stream against a rule set using the given input encoding.voidSourceCodeProcessor. processSourceCode(java.io.Reader sourceCode, RuleSets ruleSets, RuleContext ctx)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)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, java.lang.ClassLoader auxclassPathClassLoader)voidAnalysisCache. checkValidity(RuleSets ruleSets, java.lang.ClassLoader auxclassPathClassLoader)Checks if the cache is valid for the configured rulesets and class loader.voidNoopAnalysisCache. checkValidity(RuleSets ruleSets, java.lang.ClassLoader classLoader)voidCachedRuleMapper. initialize(RuleSets rs)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)Create instances for each rule defined in the ruleset(s) in the configuration.Constructors in net.sourceforge.pmd.processor with parameters of type RuleSets Constructor Description PmdRunnable(DataSource dataSource, java.lang.String fileName, java.util.List<Renderer> renderers, RuleContext ruleContext, RuleSets ruleSets, SourceCodeProcessor sourceCodeProcessor)
-