Toggle navigation
Home
org.sonar.server.duplication.ws.DuplicationsParser.Duplication to org.sonar.ce.task.projectanalysis.duplication.Duplication
No. of Instances - 21
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
assertThat(duplication2.file())
to
assertThat(duplication2.componentDto())
assertThat(duplication1.file())
to
assertThat(duplication1.componentDto())
assertThat(duplication1.file().getKey())
to
assertThat(duplication1.componentDto().getKey())
assertThat(duplication1.file())
to
assertThat(duplication1.componentDto())
assertThat(duplication2.file())
to
assertThat(duplication2.componentDto())
assertThat(duplication3.file())
to
assertThat(duplication3.componentDto())
assertThat(duplication1.file())
to
assertThat(duplication1.componentDto())
input.file()
to
input.componentDto()
assertThat(duplication1.file())
to
assertThat(duplication1.componentDto())
assertThat(duplication1.file().getKey())
to
assertThat(duplication1.componentDto().getKey())
assertThat(duplication2.file())
to
assertThat(duplication2.componentDto())
assertThat(duplication2.file().getKey())
to
assertThat(duplication2.componentDto().getKey())
assertThat(duplication2.file())
to
assertThat(duplication2.componentDto())
assertThat(duplication2.file().getKey())
to
assertThat(duplication2.componentDto().getKey())
assertThat(duplication1.file())
to
assertThat(duplication1.componentDto())
assertThat(duplication1.file())
to
assertThat(duplication1.componentDto())
assertThat(duplication2.file())
to
assertThat(duplication2.componentDto())
assertThat(duplication2.file())
to
assertThat(duplication2.componentDto())