Uses of Class
org.sonar.ide.shared.duplications.Duplication

Packages that use Duplication
org.sonar.ide.api   
org.sonar.ide.shared.duplications   
 

Uses of Duplication in org.sonar.ide.api
 

Methods in org.sonar.ide.api that return types with arguments of type Duplication
 List<Duplication> Measurable.getDuplications()
           
 

Uses of Duplication in org.sonar.ide.shared.duplications
 

Methods in org.sonar.ide.shared.duplications that return types with arguments of type Duplication
static List<Duplication> DuplicationUtils.convertLines(Collection<Duplication> duplications, SourceCodeDiff diff)
           
static List<Duplication> DuplicationUtils.parse(String xml)
           
 

Methods in org.sonar.ide.shared.duplications with parameters of type Duplication
static String DuplicationUtils.getDescription(Duplication duplication)
           
 

Method parameters in org.sonar.ide.shared.duplications with type arguments of type Duplication
static List<Duplication> DuplicationUtils.convertLines(Collection<Duplication> duplications, SourceCodeDiff diff)
           
 



Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.