Uses of Class
net.sourceforge.pmd.util.BaseResultProducingCloseable
-
Packages that use BaseResultProducingCloseable Package Description net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc.net.sourceforge.pmd.util -
-
Uses of BaseResultProducingCloseable in net.sourceforge.pmd.reporting
Subclasses of BaseResultProducingCloseable in net.sourceforge.pmd.reporting Modifier and Type Class Description static class
GlobalAnalysisListener.ViolationCounterListener
A listener that just counts recorded violations.static class
Report.GlobalReportBuilderListener
AGlobalAnalysisListener
that accumulates the events of all files into aReport
.static class
Report.ReportBuilderListener
AFileAnalysisListener
that accumulates events into aReport
.class
ReportStatsListener
Collects 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)
-