Toggle navigation
Home
org.sonar.batch.index.DefaultIndex to org.sonar.batch.scan.measure.MeasureCache
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
DefaultIndex
to
MeasureCache
Rename Variable
sonarIndex
to
measureCache
sonarIndex
to
measureCache
sonarIndex
to
measureCache
sonarIndex
to
measureCache
Add or Remove Method invocation
sonarIndex
to
measureCache.put(eq(sonarFile),argumentCaptor.capture())
sonarIndex.addMeasure(eq(sonarFile),argumentCaptor.capture())
to
measureCache
sonarIndex
to
measureCache.put(eq(project),argumentCaptor.capture())
sonarIndex.addMeasure(eq(project),argumentCaptor.capture())
to
measureCache