Uses of Interface
org.sonar.duplications.index.CloneIndex

Packages that use CloneIndex
org.sonar.duplications.detector.original   
org.sonar.duplications.detector.suffixtree   
org.sonar.duplications.index   
org.sonar.plugins.cpd.index   
 

Uses of CloneIndex in org.sonar.duplications.detector.original
 

Methods in org.sonar.duplications.detector.original with parameters of type CloneIndex
static List<CloneGroup> OriginalCloneDetectionAlgorithm.detect(CloneIndex cloneIndex, Collection<Block> fileBlocks)
          Performs detection and returns list of clone groups between file (which represented as a collection of blocks) and index.
 

Uses of CloneIndex in org.sonar.duplications.detector.suffixtree
 

Methods in org.sonar.duplications.detector.suffixtree with parameters of type CloneIndex
static List<CloneGroup> SuffixTreeCloneDetectionAlgorithm.detect(CloneIndex cloneIndex, Collection<Block> fileBlocks)
           
 

Uses of CloneIndex in org.sonar.duplications.index
 

Classes in org.sonar.duplications.index that implement CloneIndex
 class AbstractCloneIndex
           
 class MemoryCloneIndex
           
 class MemoryCloneIndex2
           
 class PackedMemoryCloneIndex
          Provides an index optimized by memory.
 

Uses of CloneIndex in org.sonar.plugins.cpd.index
 

Classes in org.sonar.plugins.cpd.index that implement CloneIndex
 class SonarDuplicationsIndex
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.