Uses of Class
org.sonar.api.batch.sensor.duplication.DuplicationGroup

Packages that use DuplicationGroup
org.sonar.api.batch.sensor   
org.sonar.api.batch.sensor.duplication   
org.sonar.api.batch.sensor.duplication.internal   
 

Uses of DuplicationGroup in org.sonar.api.batch.sensor
 

Method parameters in org.sonar.api.batch.sensor with type arguments of type DuplicationGroup
 void SensorContext.saveDuplications(InputFile inputFile, List<DuplicationGroup> duplications)
          Register all duplications of an InputFile.
 

Uses of DuplicationGroup in org.sonar.api.batch.sensor.duplication
 

Methods in org.sonar.api.batch.sensor.duplication that return DuplicationGroup
 DuplicationGroup DuplicationGroup.addDuplicate(DuplicationGroup.Block anotherBlock)
          For unit test and internal use only.
 

Methods in org.sonar.api.batch.sensor.duplication that return types with arguments of type DuplicationGroup
 List<DuplicationGroup> DuplicationBuilder.build()
          Call this method when you have declared all duplications of the file.
 

Uses of DuplicationGroup in org.sonar.api.batch.sensor.duplication.internal
 

Methods in org.sonar.api.batch.sensor.duplication.internal that return types with arguments of type DuplicationGroup
 List<DuplicationGroup> DefaultDuplicationBuilder.build()
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.