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.lang -
-
Uses of RuleSets in net.sourceforge.pmd
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.Constructors in net.sourceforge.pmd.cache with parameters of type RuleSets Constructor Description AnalysisCacheListener(AnalysisCache cache, RuleSets ruleSets, ClassLoader classLoader)Deprecated. -
Uses of RuleSets in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return RuleSets Modifier and Type Method Description RuleSetsLanguageProcessor.AnalysisTask. getRulesets()Constructors in net.sourceforge.pmd.lang with parameters of type RuleSets Constructor Description AnalysisTask(RuleSets rulesets, List<TextFile> files, GlobalAnalysisListener listener, int threadCount, AnalysisCache analysisCache, MessageReporter messageReporter, LanguageProcessorRegistry lpRegistry)Create a new task.
-