Uses of Class
net.sourceforge.pmd.util.BaseResultProducingCloseable
-
Packages that use BaseResultProducingCloseable Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc.net.sourceforge.pmd.util -
-
Uses of BaseResultProducingCloseable in net.sourceforge.pmd
Subclasses of BaseResultProducingCloseable in net.sourceforge.pmd Modifier and Type Class Description static classReport.GlobalReportBuilderListenerAGlobalAnalysisListenerthat accumulates the events of all files into aReport.static classReport.ReportBuilderListenerAFileAnalysisListenerthat accumulates events into aReport. -
Uses of BaseResultProducingCloseable in net.sourceforge.pmd.reporting
Subclasses of BaseResultProducingCloseable in net.sourceforge.pmd.reporting Modifier and Type Class Description static classGlobalAnalysisListener.ViolationCounterListenerA listener that just counts recorded violations.classReportStatsListenerCollects summarized info about a PMD run. -
Uses of BaseResultProducingCloseable in net.sourceforge.pmd.util
Methods in net.sourceforge.pmd.util with type parameters of type BaseResultProducingCloseable Modifier and Type Method Description static <U,C extends BaseResultProducingCloseable<U>>
UBaseResultProducingCloseable. using(C closeable, Consumer<? super C> it)
-