|
Change Parameter Type path : Path<NewDevelopmentCostCounter> to path : Path<NewTechDebtRatioCounter> in method public visitDirectory(directory Component, path Path<NewTechDebtRatioCounter>) : void in class org.sonar.server.computation.sqale.SqaleNewMeasuresVisitor |
From |
To |
|
Change Parameter Type path : Path<NewDevelopmentCostCounter> to path : Path<NewTechDebtRatioCounter> in method public visitModule(module Component, path Path<NewTechDebtRatioCounter>) : void in class org.sonar.server.computation.sqale.SqaleNewMeasuresVisitor |
From |
To |
|
Change Parameter Type path : Path<NewDevelopmentCostCounter> to path : Path<NewTechDebtRatioCounter> in method private initNewDebtRatioCounter(file Component, path Path<NewTechDebtRatioCounter>) : void in class org.sonar.server.computation.sqale.SqaleNewMeasuresVisitor |
From |
To |
|
Change Parameter Type counter : NewDevelopmentCostCounter to counter : NewTechDebtRatioCounter in method public add(counter NewTechDebtRatioCounter) : void in class org.sonar.server.computation.sqale.SqaleNewMeasuresVisitor.NewTechDebtRatioCounter |
From |
To |
|
Change Parameter Type path : Path<NewDevelopmentCostCounter> to path : Path<NewTechDebtRatioCounter> in method public visitProject(project Component, path Path<NewTechDebtRatioCounter>) : void in class org.sonar.server.computation.sqale.SqaleNewMeasuresVisitor |
From |
To |
|
Change Parameter Type path : Path<NewDevelopmentCostCounter> to path : Path<NewTechDebtRatioCounter> in method public visitFile(file Component, path Path<NewTechDebtRatioCounter>) : void in class org.sonar.server.computation.sqale.SqaleNewMeasuresVisitor |
From |
To |
|
Change Parameter Type path : Path<NewDevelopmentCostCounter> to path : Path<NewTechDebtRatioCounter> in method private computeAndSaveNewDebtRatioMeasure(component Component, path Path<NewTechDebtRatioCounter>) : void in class org.sonar.server.computation.sqale.SqaleNewMeasuresVisitor |
From |
To |
|
Change Parameter Type path : Path<NewDevelopmentCostCounter> to path : Path<NewTechDebtRatioCounter> in method private increaseNewDebtAndDevCostOfParent(path Path<NewTechDebtRatioCounter>) : void in class org.sonar.server.computation.sqale.SqaleNewMeasuresVisitor |
From |
To |
|
Change Parameter Type devCostCounter : NewDevelopmentCostCounter to devCostCounter : NewTechDebtRatioCounter in method private initNewDebtRatioCounter(devCostCounter NewTechDebtRatioCounter, file Component, nclocDataMeasure Measure, scmInfo ScmInfo) : void in class org.sonar.server.computation.sqale.SqaleNewMeasuresVisitor |
From |
To |