org.sonar.duplications.detector.suffixtree
Class SuffixTreeCloneDetectionAlgorithm

java.lang.Object
  extended by org.sonar.duplications.detector.suffixtree.SuffixTreeCloneDetectionAlgorithm

public final class SuffixTreeCloneDetectionAlgorithm
extends Object


Method Summary
static List<CloneGroup> detect(CloneIndex cloneIndex, Collection<Block> fileBlocks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

detect

public static List<CloneGroup> detect(CloneIndex cloneIndex,
                                      Collection<Block> fileBlocks)


Copyright © 2009-2012 SonarSource. All Rights Reserved.