org.sonar.ide.shared.duplications
Class DuplicationUtils
java.lang.Object
org.sonar.ide.shared.duplications.DuplicationUtils
public final class DuplicationUtils
- extends Object
- Since:
- 0.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DUPLICATIONS_DATA
public static final String DUPLICATIONS_DATA
- See Also:
- Constant Field Values
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.