Uses of Class
org.sonar.batch.duplication.DuplicationCache

Packages that use DuplicationCache
org.sonar.batch   
org.sonar.batch.duplication   
org.sonar.batch.index   
org.sonar.batch.phases   
org.sonar.batch.scan   
org.sonar.batch.scan2   
 

Uses of DuplicationCache in org.sonar.batch
 

Constructors in org.sonar.batch with parameters of type DuplicationCache
DefaultDecoratorContext(Resource resource, SonarIndex index, List<DecoratorContext> childrenContexts, MeasurementFilters measurementFilters, MeasureCache measureCache, MetricFinder metricFinder, DuplicationCache duplicationCache)
           
 

Uses of DuplicationCache in org.sonar.batch.duplication
 

Methods in org.sonar.batch.duplication that return DuplicationCache
 DuplicationCache DuplicationCache.put(String effectiveKey, List<DuplicationGroup> blocks)
           
 

Uses of DuplicationCache in org.sonar.batch.index
 

Constructors in org.sonar.batch.index with parameters of type DuplicationCache
DuplicationPersister(MyBatis mybatis, RuleFinder ruleFinder, SnapshotCache snapshotCache, ResourceCache resourceCache, DuplicationCache duplicationCache, MetricFinder metricFinder)
           
 

Uses of DuplicationCache in org.sonar.batch.phases
 

Constructors in org.sonar.batch.phases with parameters of type DuplicationCache
DecoratorsExecutor(BatchExtensionDictionnary batchExtDictionnary, Project project, SonarIndex index, EventBus eventBus, MeasurementFilters measurementFilters, MeasureCache measureCache, MetricFinder metricFinder, DuplicationCache duplicationCache)
           
 

Uses of DuplicationCache in org.sonar.batch.scan
 

Constructors in org.sonar.batch.scan with parameters of type DuplicationCache
SensorContextAdaptor(SensorContext sensorContext, MetricFinder metricFinder, Project project, ResourcePerspectives perspectives, Settings settings, FileSystem fs, ActiveRules activeRules, ComponentDataCache componentDataCache, BlockCache blockCache, DuplicationCache duplicationCache)
           
 

Uses of DuplicationCache in org.sonar.batch.scan2
 

Constructors in org.sonar.batch.scan2 with parameters of type DuplicationCache
BaseSensorContext(Settings settings, FileSystem fs, ActiveRules activeRules, ComponentDataCache componentDataCache, BlockCache blockCache, DuplicationCache duplicationCache)
           
DefaultSensorContext(ProjectDefinition def, AnalyzerMeasureCache measureCache, AnalyzerIssueCache issueCache, Settings settings, FileSystem fs, ActiveRules activeRules, IssueFilters issueFilters, ComponentDataCache componentDataCache, BlockCache blockCache, DuplicationCache duplicationCache)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.