Uses of Interface
net.sourceforge.pmd.ThreadSafeReportListener
-
Packages that use ThreadSafeReportListener Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.cache The violation caching system. -
-
Uses of ThreadSafeReportListener in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return types with arguments of type ThreadSafeReportListener Modifier and Type Method Description List<ThreadSafeReportListener>
Report. getListeners()
Deprecated.ThreadSafeReportListener
is deprecatedMethods in net.sourceforge.pmd with parameters of type ThreadSafeReportListener Modifier and Type Method Description void
Report. addListener(ThreadSafeReportListener listener)
Deprecated.Method parameters in net.sourceforge.pmd with type arguments of type ThreadSafeReportListener Modifier and Type Method Description void
Report. addListeners(List<ThreadSafeReportListener> allListeners)
Deprecated.ThreadSafeReportListener
is deprecated -
Uses of ThreadSafeReportListener in net.sourceforge.pmd.cache
Subinterfaces of ThreadSafeReportListener in net.sourceforge.pmd.cache Modifier and Type Interface Description interface
AnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0Classes in net.sourceforge.pmd.cache that implement ThreadSafeReportListener Modifier and Type Class Description class
AbstractAnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0class
FileAnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0class
NoopAnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0
-