|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,Measure> in method private sortComponents(components List<ComponentDto>, wsRequest ComponentTreeWsRequest, metrics List<MetricDto>, measuresByComponentUuidAndMetric Table<String,MetricDto,Measure>) : List<ComponentDto> in class org.sonar.server.measure.ws.ComponentTreeDataLoader |
From |
To |
|
Change Parameter Type table : Table<String,MetricDto,MeasureDto> to table : Table<String,MetricDto,ComponentTreeData.Measure> in method private HasAbsoluteValue(table Table<String,MetricDto,ComponentTreeData.Measure>, metric MetricDto) in class org.sonar.server.measure.ws.HasMeasure.HasAbsoluteValue |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method private ComponentDtoToMeasureVariationValue(metric MetricDto, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToMeasureVariationValue |
From |
To |
|
Change Parameter Type table : Table<String,MetricDto,MeasureDto> to table : Table<String,MetricDto,ComponentTreeData.Measure> in method package HasMeasure(table Table<String,MetricDto,ComponentTreeData.Measure>, metric MetricDto, request ComponentTreeWsRequest) in class org.sonar.server.measure.ws.HasMeasure |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method private levelMetricOrdering(isAscending boolean, metric MetricDto, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) : Ordering<ComponentDto> in class org.sonar.server.measure.ws.ComponentTreeSort |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method private numericalMetricPeriodOrdering(request ComponentTreeWsRequest, metric MetricDto, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) : Ordering<ComponentDto> in class org.sonar.server.measure.ws.ComponentTreeSort |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method private ComponentDtoToTextualMeasureValue(metric MetricDto, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToTextualMeasureValue |
From |
To |
|
Change Parameter Type value : Double to value : double in method private formatBoolean(value double) : String in class org.sonar.server.measure.ws.MeasureValueFormatter |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method public sortComponents(components List<ComponentDto>, wsRequest ComponentTreeWsRequest, metrics List<MetricDto>, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) : List<ComponentDto> in class org.sonar.server.measure.ws.ComponentTreeSort |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method private numericalMetricOrdering(isAscending boolean, metric MetricDto, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) : Ordering<ComponentDto> in class org.sonar.server.measure.ws.ComponentTreeSort |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method private ComponentDtoToLevelIndex(metric MetricDto, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToLevelIndex |
From |
To |
|
Change Parameter Type value : Double to value : double in method package formatNumericalValue(value double, metric MetricDto) : String in class org.sonar.server.measure.ws.MeasureValueFormatter |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method private metricPeriodOrdering(wsRequest ComponentTreeWsRequest, metrics List<MetricDto>, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) : Ordering<ComponentDto> in class org.sonar.server.measure.ws.ComponentTreeSort |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,Measure> in method public setMeasuresByComponentUuidAndMetric(measuresByComponentUuidAndMetric Table<String,MetricDto,Measure>) : Builder in class org.sonar.server.measure.ws.ComponentTreeData.Builder |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,Measure> in method private filterComponents(components List<ComponentDto>, measuresByComponentUuidAndMetric Table<String,MetricDto,Measure>, metrics List<MetricDto>, wsRequest ComponentTreeWsRequest) : List<ComponentDto> in class org.sonar.server.measure.ws.ComponentTreeDataLoader |
From |
To |
|
Change Parameter Type value : Double to value : double in method private formatLong(value double) : String in class org.sonar.server.measure.ws.MeasureValueFormatter |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method private ComponentDtoToNumericalMeasureValue(metric MetricDto, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToNumericalMeasureValue |
From |
To |
|
Change Parameter Type value : Double to value : double in method private formatInteger(value double) : String in class org.sonar.server.measure.ws.MeasureValueFormatter |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in method private metricValueOrdering(wsRequest ComponentTreeWsRequest, metrics List<MetricDto>, measuresByComponentUuidAndMetric Table<String,MetricDto,ComponentTreeData.Measure>) : Ordering<ComponentDto> in class org.sonar.server.measure.ws.ComponentTreeSort |
From |
To |
|
Change Parameter Type table : Table<String,MetricDto,MeasureDto> to table : Table<String,MetricDto,ComponentTreeData.Measure> in method private HasValueOnPeriod(table Table<String,MetricDto,ComponentTreeData.Measure>, metric MetricDto) in class org.sonar.server.measure.ws.HasMeasure.HasValueOnPeriod |
From |
To |
|
Change Parameter Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,Measure> in method private addBestValuesToMeasures(measuresByComponentUuidAndMetric Table<String,MetricDto,Measure>, components List<ComponentDto>, metrics List<MetricDto>) : void in class org.sonar.server.measure.ws.ComponentTreeDataLoader |
From |
To |
|
Change Variable Type measure : MeasureDto to measure : Measure in method public test(input ComponentDto) : boolean in class org.sonar.server.measure.ws.HasMeasure.HasAbsoluteValue |
From |
To |
|
Change Variable Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,Measure> in method private searchMeasuresByComponentUuidAndMetric(dbSession DbSession, baseComponent ComponentDto, componentTreeQuery ComponentTreeQuery, components List<ComponentDto>, metrics List<MetricDto>, developerId Long) : Table<String,MetricDto,Measure> in class org.sonar.server.measure.ws.ComponentTreeDataLoader |
From |
To |
|
Change Variable Type measure : MeasureDto to measure : Measure in method public test(input ComponentDto) : boolean in class org.sonar.server.measure.ws.HasMeasure.HasValueOnPeriod |
From |
To |
|
Change Variable Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,Measure> in method package load(wsRequest ComponentTreeWsRequest) : ComponentTreeData in class org.sonar.server.measure.ws.ComponentTreeDataLoader |
From |
To |
|
Change Variable Type measure : MeasureDto to measure : ComponentTreeData.Measure in method public apply(input ComponentDto) : String in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToTextualMeasureValue |
From |
To |
|
Change Variable Type measure : MeasureDto to measure : ComponentTreeData.Measure in method public apply(input ComponentDto) : Integer in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToLevelIndex |
From |
To |
|
Change Variable Type measure : MeasureDto to measure : ComponentTreeData.Measure in method public apply(input ComponentDto) : Double in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToMeasureVariationValue |
From |
To |
|
Change Variable Type measure : MeasureDto to measure : ComponentTreeData.Measure in method public apply(input ComponentDto) : Double in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToNumericalMeasureValue |
From |
To |
|
Change Attribute Type table : Table<String,MetricDto,MeasureDto> to table : Table<String,MetricDto,ComponentTreeData.Measure> in class org.sonar.server.measure.ws.HasMeasure.HasAbsoluteValue |
From |
To |
|
Change Attribute Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToMeasureVariationValue |
From |
To |
|
Change Attribute Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in class org.sonar.server.measure.ws.ComponentTreeSortTest |
From |
To |
|
Change Attribute Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToTextualMeasureValue |
From |
To |
|
Change Attribute Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToNumericalMeasureValue |
From |
To |
|
Change Attribute Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,ComponentTreeData.Measure> in class org.sonar.server.measure.ws.ComponentTreeSort.ComponentDtoToLevelIndex |
From |
To |
|
Change Attribute Type table : Table<String,MetricDto,MeasureDto> to table : Table<String,MetricDto,ComponentTreeData.Measure> in class org.sonar.server.measure.ws.HasMeasure.HasValueOnPeriod |
From |
To |
|
Change Attribute Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,Measure> in class org.sonar.server.measure.ws.ComponentTreeData |
From |
To |
|
Change Attribute Type measuresByComponentUuidAndMetric : Table<String,MetricDto,MeasureDto> to measuresByComponentUuidAndMetric : Table<String,MetricDto,Measure> in class org.sonar.server.measure.ws.ComponentTreeData.Builder |
From |
To |