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

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

Uses of CloneGroup in org.sonar.duplications
 

Methods in org.sonar.duplications that return types with arguments of type CloneGroup
static com.google.common.base.Predicate<CloneGroup> DuplicationPredicates.numberOfUnitsNotLessThan(int min)
           
 

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()
           
 

Uses of CloneGroup in org.sonar.duplications.index
 

Methods in org.sonar.duplications.index that return CloneGroup
 CloneGroup CloneGroup.Builder.build()
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.