Toggle navigation
Home
org.sonar.ce.task.projectanalysis.scm.ScmInfo to java.util.Set<java.lang.Integer>
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
context.hasPeriod()
to
newLinesSet.isPresent()
isLineInPeriod(line,period)
to
contains
scmInfo.hasChangesetForLine(nclocLineIndex)
to
changedLines.contains(nclocLineIndex)
context.hasPeriod()
to
changedLines.isPresent()
Rename Variable
scmInfoOptional
to
newLinesSet
scmInfo
to
changedLines
scmInfo
to
changedLines
scmInfoOptional
to
changedLines
scmInfo
to
changedLines
scmInfo
to
changedLines
scmInfo
to
changedLines
scmInfo
to
changedLines