Toggle navigation
Home
org.sonar.db.measure.MeasureDto to org.sonar.server.measure.ws.ComponentTreeData.Measure
No. of Instances - 32
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Wrap or Un-wrap
put
to
put
put
to
put
put
to
put
Add or Remove Method invocation
measuresByComponentUuidAndMetric.put(component.uuid(),metricWithBestValue.getMetric(),metricWithBestValue.getBestValue())
to
measuresByComponentUuidAndMetric.put(component.uuid(),metricWithBestValue.getMetric(),Measure.createFromMeasureDto(metricWithBestValue.getBestValue()))