|
Change Parameter Type variationValue : IntVariationValue to variationValue : IntValue in method private verifySetVariationValue(variationValue IntValue, expected int) : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValueTest |
From |
To |
|
Change Parameter Type variationValue : LongVariationValue to variationValue : LongValue in method private verifySetVariationValue(variationValue LongValue, expected long) : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.LongValueTest |
From |
To |
|
Change Parameter Type value : RatingVariationValue to value : IntValue in method public increment(value IntValue) : IntValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValue |
From |
To |
|
Change Parameter Type variationValue : DoubleVariationValue to variationValue : DoubleValue in method private verifyUnsetVariationValue(variationValue DoubleValue) : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValueTest |
From |
To |
|
Change Parameter Type intValue : IntVariationValue to intValue : IntValue in method private createMeasure(intValue IntValue) : Optional<Measure> in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewDuplicationFormula |
From |
To |
|
Change Parameter Type variationValue : LongVariationValue to variationValue : LongValue in method private verifyUnsetVariationValue(variationValue LongValue) : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.LongValueTest |
From |
To |
|
Change Parameter Type value : IntVariationValue to value : RatingValue in method public increment(value RatingValue) : RatingValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValue |
From |
To |
|
Change Parameter Type value : DoubleVariationValue to value : DoubleValue in method public increment(value DoubleValue) : DoubleValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValue |
From |
To |
|
Change Parameter Type variationValue : IntVariationValue to variationValue : IntValue in method private verifyUnsetVariationValue(variationValue IntValue) : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValueTest |
From |
To |
|
Change Parameter Type variationValue : RatingVariationValue to variationValue : RatingValue in method private verifyUnsetVariationValue(variationValue RatingValue) : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValueTest |
From |
To |
|
Change Parameter Type variationValue : RatingVariationValue to variationValue : RatingValue in method private verifySetVariationValue(variationValue RatingValue, expected Rating) : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValueTest |
From |
To |
|
Change Parameter Type variationValue : DoubleVariationValue to variationValue : DoubleValue in method private verifySetVariationValue(variationValue DoubleValue, expected double) : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValueTest |
From |
To |
|
Change Parameter Type value : LongVariationValue to value : LongValue in method public increment(value LongValue) : LongValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.LongValue |
From |
To |
|
Change Return Type DoubleVariationValue to DoubleValue in method public increment(value DoubleValue) : DoubleValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValue |
From |
To |
|
Change Return Type RatingVariationValue to IntValue in method public increment(value IntValue) : IntValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValue |
From |
To |
|
Change Return Type LongVariationValue to LongValue in method package getNewDebt() : LongValue in class org.sonar.server.computation.task.projectanalysis.qualitymodel.NewMaintainabilityMeasuresVisitor.Counter |
From |
To |
|
Change Return Type Rating to int in method public getValue() : int in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValue |
From |
To |
|
Change Return Type LongVariationValue to LongValue in method package incrementNewDebt(value long) : LongValue in class org.sonar.server.computation.task.projectanalysis.qualitymodel.NewMaintainabilityMeasuresVisitor.Counter |
From |
To |
|
Change Return Type LongVariationValue to LongValue in method package getDevCost() : LongValue in class org.sonar.server.computation.task.projectanalysis.qualitymodel.NewMaintainabilityMeasuresVisitor.Counter |
From |
To |
|
Change Return Type LongVariationValue to LongValue in method public increment(value LongValue) : LongValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.LongValue |
From |
To |
|
Change Return Type IntVariationValue to RatingValue in method public increment(value RatingValue) : RatingValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValue |
From |
To |
|
Change Return Type DoubleVariationValue to DoubleValue in method public increment(increment double) : DoubleValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValue |
From |
To |
|
Change Return Type LongVariationValue to LongValue in method public increment(increment long) : LongValue in class org.sonar.server.computation.task.projectanalysis.formula.counter.LongValue |
From |
To |
|
Change Return Type LongVariationValue to LongValue in method package incrementDevCost(value long) : LongValue in class org.sonar.server.computation.task.projectanalysis.qualitymodel.NewMaintainabilityMeasuresVisitor.Counter |
From |
To |
|
Change Return Type int to Rating in method public getValue() : Rating in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValue |
From |
To |
|
Rename Class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleVariationValueTest renamed to org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValueTest |
From |
To |
|
Rename Class org.sonar.server.computation.task.projectanalysis.formula.counter.LongVariationValueTest renamed to org.sonar.server.computation.task.projectanalysis.formula.counter.LongValueTest |
From |
To |
|
Rename Class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingVariationValue renamed to org.sonar.server.computation.task.projectanalysis.formula.counter.IntValue |
From |
To |
|
Rename Class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleVariationValue renamed to org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValue |
From |
To |
|
Rename Class org.sonar.server.computation.task.projectanalysis.formula.counter.LongVariationValue renamed to org.sonar.server.computation.task.projectanalysis.formula.counter.LongValue |
From |
To |
|
Rename Class org.sonar.server.computation.task.projectanalysis.formula.counter.IntVariationValue renamed to org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValue |
From |
To |
|
Rename Class org.sonar.server.computation.task.projectanalysis.formula.counter.IntVariationValueTest renamed to org.sonar.server.computation.task.projectanalysis.formula.counter.IntValueTest |
From |
To |
|
Rename Class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingVariationValueTest renamed to org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValueTest |
From |
To |
|
Change Variable Type target : IntVariationValue to target : IntValue in method public increment_IntVariationValue_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValueTest |
From |
To |
|
Change Variable Type target : RatingVariationValue to target : RatingValue in method public increment_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValueTest |
From |
To |
|
Change Variable Type target : DoubleVariationValue to target : DoubleValue in method public multiple_calls_to_increment_DoubleVariationValue_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValueTest |
From |
To |
|
Change Variable Type target : DoubleVariationValue to target : DoubleValue in method public increment_DoubleVariationValue_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValueTest |
From |
To |
|
Change Variable Type source : IntVariationValue to source : IntValue in method public increment_IntVariationValue_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValueTest |
From |
To |
|
Change Variable Type target : RatingVariationValue to target : RatingValue in method public multiple_calls_to_increment_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValueTest |
From |
To |
|
Change Variable Type target : IntVariationValue to target : IntValue in method public multiple_calls_to_increment_IntVariationValue_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValueTest |
From |
To |
|
Change Variable Type newLines : IntVariationValue to newLines : IntValue in method private createNewDuplicatedLinesDensityMeasure(counter NewSizeCounter) : Optional<Measure> in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewDuplicationFormula |
From |
To |
|
Change Variable Type source : LongVariationValue to source : LongValue in method public increment_LongVariationValue_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.LongValueTest |
From |
To |
|
Change Variable Type target : LongVariationValue to target : LongValue in method public multiple_calls_to_increment_LongVariationValue_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.LongValueTest |
From |
To |
|
Change Variable Type elements : LongVariationValue to elements : LongValue in method public createMeasure(counter T, context CreateMeasureContext) : Optional<Measure> in class org.sonar.server.computation.task.projectanalysis.formula.coverage.CoverageVariationFormula |
From |
To |
|
Change Variable Type target : LongVariationValue to target : LongValue in method public increment_LongVariationValue_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.LongValueTest |
From |
To |
|
Change Variable Type newDebt : LongVariationValue to newDebt : LongValue in method private computeDensity(counter Counter) : double in class org.sonar.server.computation.task.projectanalysis.qualitymodel.NewMaintainabilityMeasuresVisitor |
From |
To |
|
Change Variable Type variationValue : IntVariationValue to variationValue : IntValue in method public multiples_calls_to_increment_int_increment_the_value() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValueTest |
From |
To |
|
Change Variable Type variationValue : DoubleVariationValue to variationValue : DoubleValue in method public multiples_calls_to_increment_double_increment_the_value() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValueTest |
From |
To |
|
Change Variable Type source : DoubleVariationValue to source : DoubleValue in method public increment_DoubleVariationValue_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.DoubleValueTest |
From |
To |
|
Change Variable Type newDuplicatedLines : IntVariationValue to newDuplicatedLines : IntValue in method private createNewDuplicatedLinesDensityMeasure(counter NewSizeCounter) : Optional<Measure> in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewDuplicationFormula |
From |
To |
|
Change Variable Type variationValue : RatingVariationValue to variationValue : RatingValue in method public multiples_calls_to_increment_increments_the_value() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValueTest |
From |
To |
|
Change Variable Type coveredElements : LongVariationValue to coveredElements : LongValue in method public createMeasure(counter T, context CreateMeasureContext) : Optional<Measure> in class org.sonar.server.computation.task.projectanalysis.formula.coverage.CoverageVariationFormula |
From |
To |
|
Change Variable Type variationValue : LongVariationValue to variationValue : LongValue in method public multiples_calls_to_increment_long_increment_the_value() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.LongValueTest |
From |
To |
|
Change Variable Type source : RatingVariationValue to source : RatingValue in method public increment_increments_by_the_value_of_the_arg() : void in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValueTest |
From |
To |
|
Change Attribute Type newLines : IntVariationValue to newLines : IntValue in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewSizeCounter |
From |
To |
|
Change Attribute Type newCoveredConditions : IntVariationValue to newCoveredConditions : IntValue in class org.sonar.server.computation.task.projectanalysis.step.NewCoverageMeasuresStep.NewCoverageCounter |
From |
To |
|
Change Attribute Type newDuplicatedBlocks : IntVariationValue to newDuplicatedBlocks : IntValue in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewSizeCounter |
From |
To |
|
Change Attribute Type values : IntVariationValue.Array to values : IntValue in class org.sonar.server.computation.task.projectanalysis.formula.ReportFormulaExecutorComponentVisitorTest.FakeVariationCounter |
From |
To |
|
Change Attribute Type newCoveredLines : IntVariationValue to newCoveredLines : IntValue in class org.sonar.server.computation.task.projectanalysis.step.NewCoverageMeasuresStep.NewCoverageCounter |
From |
To |
|
Change Attribute Type securityRating : RatingVariationValue to securityRating : RatingValue in class org.sonar.server.computation.task.projectanalysis.qualitymodel.MaintainabilityMeasuresVisitor.Counter |
From |
To |
|
Change Attribute Type values : IntVariationValue.Array to values : IntValue in class org.sonar.server.computation.task.projectanalysis.formula.ViewsFormulaExecutorComponentVisitorTest.FakeVariationCounter |
From |
To |
|
Change Attribute Type devCost : LongVariationValue to devCost : LongValue in class org.sonar.server.computation.task.projectanalysis.qualitymodel.NewMaintainabilityMeasuresVisitor.Counter |
From |
To |
|
Change Attribute Type doubleValue : DoubleVariationValue to doubleValue : DoubleValue in class org.sonar.server.computation.task.projectanalysis.formula.VariationSumFormula.VariationSumCounter |
From |
To |
|
Change Attribute Type newDebt : LongVariationValue to newDebt : LongValue in class org.sonar.server.computation.task.projectanalysis.qualitymodel.NewMaintainabilityMeasuresVisitor.Counter |
From |
To |
|
Change Attribute Type newRatingValueByMetric : Map<String,RatingVariationValue> to newRatingValueByMetric : Map<String,RatingValue> in class org.sonar.server.computation.task.projectanalysis.qualitymodel.NewReliabilityAndSecurityRatingMeasuresVisitor.Counter |
From |
To |
|
Change Attribute Type newDuplicatedLines : IntVariationValue to newDuplicatedLines : IntValue in class org.sonar.server.computation.task.projectanalysis.step.NewSizeMeasuresStep.NewSizeCounter |
From |
To |
|
Change Attribute Type reliabilityRating : RatingVariationValue to reliabilityRating : RatingValue in class org.sonar.server.computation.task.projectanalysis.qualitymodel.MaintainabilityMeasuresVisitor.Counter |
From |
To |
|
Change Attribute Type ratingValueByMetric : Map<String,RatingVariationValue> to ratingValueByMetric : Map<String,RatingValue> in class org.sonar.server.computation.task.projectanalysis.qualitymodel.ReliabilityAndSecurityRatingMeasuresVisitor.Counter |
From |
To |
|
Change Attribute Type newLines : IntVariationValue to newLines : IntValue in class org.sonar.server.computation.task.projectanalysis.step.NewCoverageMeasuresStep.NewCoverageCounter |
From |
To |
|
Change Attribute Type value : int to value : Rating in class org.sonar.server.computation.task.projectanalysis.formula.counter.RatingValue |
From |
To |
|
Change Attribute Type newConditions : IntVariationValue to newConditions : IntValue in class org.sonar.server.computation.task.projectanalysis.step.NewCoverageMeasuresStep.NewCoverageCounter |
From |
To |
|
Change Attribute Type value : Rating to value : int in class org.sonar.server.computation.task.projectanalysis.formula.counter.IntValue |
From |
To |
|
Change Attribute Type coveredElements : LongVariationValue to coveredElements : LongValue in class org.sonar.server.computation.task.projectanalysis.formula.coverage.ElementsAndCoveredElementsVariationCounter |
From |
To |
|
Change Attribute Type elements : LongVariationValue to elements : LongValue in class org.sonar.server.computation.task.projectanalysis.formula.coverage.ElementsAndCoveredElementsVariationCounter |
From |
To |
|
Rename Parameter variation2Value : int to variation : int in method private verifySingleMetricWithVariation(componentRef int, variation int) : AbstractIterableAssert<?,? extends Iterable<? extends MeasureRepoEntry>,MeasureRepoEntry> in class org.sonar.server.computation.task.projectanalysis.formula.ViewsFormulaExecutorComponentVisitorTest |
From |
To |
|
Rename Parameter variation2Value : int to variation : int in method private assertAddedRawMeasureVariation(componentRef int, variation int) : void in class org.sonar.server.computation.task.projectanalysis.formula.ReportFormulaExecutorComponentVisitorTest |
From |
To |
|
Rename Parameter variation2Value : double to variation : double in method private createMeasureWithVariation(variation double) : Measure in class org.sonar.server.computation.task.projectanalysis.formula.ViewsFormulaExecutorComponentVisitorTest |
From |
To |
|
Rename Parameter variation2Value : double to variation : double in method private createMeasureWithVariation(variation double) : Measure in class org.sonar.server.computation.task.projectanalysis.formula.ReportFormulaExecutorComponentVisitorTest |
From |
To |
|
Rename Parameter variation2Value : int to variation : int in method private addRawMeasureWithVariation(componentRef int, metricKey String, variation int) : MeasureRepositoryRule in class org.sonar.server.computation.task.projectanalysis.formula.ViewsFormulaExecutorComponentVisitorTest |
From |
To |