|
Change Attribute Type newDuplicatedBlocks : IntVariationValue.Array to newDuplicatedBlocks : IntVariationValue in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewSizeCounter |
From |
To |
|
Change Attribute Type lineCounts : SetMultimap<Period,Integer> to lineCounts : Set<Integer> in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.DuplicationCounters |
From |
To |
|
Change Attribute Type newDuplicatedLines : IntVariationValue.Array to newDuplicatedLines : IntVariationValue in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewSizeCounter |
From |
To |
|
Change Attribute Type newLines : IntVariationValue.Array to newLines : IntVariationValue in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewSizeCounter |
From |
To |
|
Change Attribute Type blockCounts : Multiset<Period> to blockCounts : int in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.DuplicationCounters |
From |
To |
|
Rename Parameter measure : Optional<MeasureVariations> to intValue : IntVariationValue in method private createMeasure(intValue IntVariationValue) : Optional<Measure> in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewDuplicationFormula |
From |
To |
|
Rename Parameter periods : List<Period> to period : Period in method private initNewDuplicated(component Component, scmInfo ScmInfo, period Period) : void in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewSizeCounter |
From |
To |
|
Rename Parameter period2Value : double to expectedVariation : double in method private assertRawMeasureValueOnPeriod(componentRef int, metricKey String, expectedVariation double) : void in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStepTest |
From |
To |
|
Rename Parameter periods : List<Period> to period : Period in method private initNewLines(scmInfo ScmInfo, period Period) : void in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewSizeCounter |
From |
To |