Uses of Class
org.sonar.duplications.index.CloneGroup

Packages that use CloneGroup
org.sonar.duplications.detector.original   
org.sonar.duplications.detector.suffixtree   
 

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

Methods in org.sonar.duplications.detector.original that return types with arguments of type CloneGroup
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 CloneGroup in org.sonar.duplications.detector.suffixtree
 

Methods in org.sonar.duplications.detector.suffixtree that return types with arguments of type CloneGroup
static List<CloneGroup> SuffixTreeCloneDetectionAlgorithm.detect(CloneIndex cloneIndex, Collection<Block> fileBlocks)
           
 List<CloneGroup> DuplicationsCollector.getResult()
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.