Toggle navigation
Home
org.sonar.api.measures.Measure to org.sonar.api.batch.sensor.measure.internal.DefaultMeasure
No. of Instances - 7
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Other
10.0
to
CoreMetrics.NCLOC
10.0
to
CoreMetrics.NCLOC
Add or Remove Method invocation
assertThat(m.getValue())
to
assertThat(m.metric())
measure.getMetricKey()
to
measure.metric().key()
m.getValue()
to
m.value()
assertThat(m.getValue())
to
assertThat(m.metric())
Cascading Type Change (Different)
Integer
to
org.sonar.api.batch.measure.Metric<?>
Rename Method invocation
getPersonId
to
metric