org.sonar.ide.shared.duplications
Class DuplicationUtils

java.lang.Object
  extended by org.sonar.ide.shared.duplications.DuplicationUtils

public final class DuplicationUtils
extends Object

Since:
0.2

Field Summary
static String DUPLICATIONS_DATA
           
 
Method Summary
static List<Duplication> convertLines(Collection<Duplication> duplications, SourceCodeDiff diff)
           
static String getDescription(Duplication duplication)
           
static List<Duplication> parse(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUPLICATIONS_DATA

public static final String DUPLICATIONS_DATA
See Also:
Constant Field Values
Method Detail

parse

public static List<Duplication> parse(String xml)

convertLines

public static List<Duplication> convertLines(Collection<Duplication> duplications,
                                             SourceCodeDiff diff)

getDescription

public static String getDescription(Duplication duplication)


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.