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

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

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.
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.