Uses of Interface
net.sourceforge.pmd.util.log.PmdReporter
-
Packages that use PmdReporter Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.lang net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.document Contains types to model text files and handle operations on text.net.sourceforge.pmd.lang.rule net.sourceforge.pmd.util.log net.sourceforge.pmd.util.treeexport -
-
Uses of PmdReporter in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return PmdReporter Modifier and Type Method Description @NonNull PmdReporterAbstractConfiguration. getReporter()Returns the message reporter that is to be used while running the analysis.PmdReporterPmdAnalysis. getReporter()Methods in net.sourceforge.pmd with parameters of type PmdReporter Modifier and Type Method Description voidAbstractConfiguration. setReporter(@NonNull PmdReporter reporter)Sets the message reporter that is to be used while running the analysis.Constructors in net.sourceforge.pmd with parameters of type PmdReporter Constructor Description AbstractConfiguration(LanguageRegistry languageRegistry, PmdReporter messageReporter) -
Uses of PmdReporter in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return PmdReporter Modifier and Type Method Description PmdReporterLanguageProcessor.AnalysisTask. getMessageReporter()Methods in net.sourceforge.pmd.lang with parameters of type PmdReporter Modifier and Type Method Description static LanguageProcessorRegistryLanguageProcessorRegistry. create(LanguageRegistry registry, Map<Language,LanguagePropertyBundle> languageProperties, PmdReporter messageReporter)Create a new instance by creating a processor for each language in the given language registry.static LanguageProcessor.AnalysisTaskInternalApiBridge. createAnalysisTask(net.sourceforge.pmd.lang.rule.internal.RuleSets rulesets, List<TextFile> files, GlobalAnalysisListener listener, int threadCount, net.sourceforge.pmd.cache.internal.AnalysisCache analysisCache, PmdReporter messageReporter, LanguageProcessorRegistry lpRegistry)static Map<Language,LanguagePropertyBundle>LanguageProcessorRegistry. derivePropertiesFromStrings(Map<Language,Properties> stringProperties, PmdReporter reporter) -
Uses of PmdReporter in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast with parameters of type PmdReporter Modifier and Type Method Description static SemanticErrorReporterSemanticErrorReporter. reportToLogger(PmdReporter reporter)Forwards to aPmdReporter, except trace and debug messages which are reported on a logger. -
Uses of PmdReporter in net.sourceforge.pmd.lang.document
Methods in net.sourceforge.pmd.lang.document that return PmdReporter Modifier and Type Method Description PmdReporterFileCollector. getReporter()Returns the reporter for the file collection phase.Methods in net.sourceforge.pmd.lang.document with parameters of type PmdReporter Modifier and Type Method Description static FileCollectorInternalApiBridge. newCollector(FileCollector collector, PmdReporter reporter)static FileCollectorInternalApiBridge. newCollector(LanguageVersionDiscoverer discoverer, PmdReporter reporter) -
Uses of PmdReporter in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule with parameters of type PmdReporter Modifier and Type Method Description static RuleSetLoaderInternalApiBridge. withReporter(RuleSetLoader ruleSetLoader, @NonNull PmdReporter reporter) -
Uses of PmdReporter in net.sourceforge.pmd.util.log
Methods in net.sourceforge.pmd.util.log that return PmdReporter Modifier and Type Method Description static PmdReporterPmdReporter. quiet()Returns a reporter instance that does not output anything, but still counts errors. -
Uses of PmdReporter in net.sourceforge.pmd.util.treeexport
Methods in net.sourceforge.pmd.util.treeexport that return PmdReporter Modifier and Type Method Description PmdReporterTreeExportConfiguration. getMessageReporter()Methods in net.sourceforge.pmd.util.treeexport with parameters of type PmdReporter Modifier and Type Method Description voidTreeExportConfiguration. setMessageReporter(PmdReporter messageReporter)
-