Toggle navigation
Home
org.sonar.batch.protocol.output.BatchReport.IssueLocation to org.sonar.batch.protocol.output.BatchReport.TextRange
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
getPrimaryLocation
to
getTextRange
getPrimaryLocation
to
getTextRange
primaryLocation_
to
textRange_
primaryLocation_
to
textRange_
primaryLocation_
to
textRange_
primaryLocation_
to
textRange_
primaryLocation_
to
textRange_
primaryLocation_
to
textRange_
primaryLocation_
to
textRange_
primaryLocation_
to
textRange_
primaryLocation_
to
textRange_
getPrimaryLocation
to
getTextRange
Add or Remove Method invocation
org.sonar.batch.protocol.output.BatchReport.IssueLocation.newBuilder(primaryLocation_).mergeFrom(value).buildPartial()
to
org.sonar.batch.protocol.output.BatchReport.TextRange.newBuilder(textRange_).mergeFrom(value).buildPartial()
input.readMessage(org.sonar.batch.protocol.output.BatchReport.IssueLocation.PARSER,extensionRegistry)
to
input.readMessage(org.sonar.batch.protocol.output.BatchReport.TextRange.PARSER,extensionRegistry)
org.sonar.batch.protocol.output.BatchReport.IssueLocation.getDefaultInstance()
to
org.sonar.batch.protocol.output.BatchReport.TextRange.getDefaultInstance()