e70a46f46eef8d1d9d0c60e0f2a9802bacdd661b
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type formulas : List<Formula> to formulas : Iterable<Formula> in method public buildFor(formulas Iterable<Formula>) : FormulaExecutorComponentVisitor in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor.Builder | From | To | |
Change Parameter Type formulas : List<Formula> to formulas : Iterable<Formula> in method private FormulaExecutorComponentVisitor(builder Builder, formulas Iterable<Formula>) in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor | From | To | |
Extract Attribute | 3 | ||
Extract Attribute private OUTPUT_METRIC_KEYS : NewCoverageOutputMetricKeys in class org.sonar.server.computation.step.NewCoverageMeasuresStep.NewItLinesAndConditionsCoverageFormula | From | To | |
Extract Attribute private OUTPUT_METRIC_KEYS : NewCoverageOutputMetricKeys in class org.sonar.server.computation.step.NewCoverageMeasuresStep.NewLinesAndConditionsCoverageFormula | From | To | |
Extract Attribute private OUTPUT_METRIC_KEYS : NewCoverageOutputMetricKeys in class org.sonar.server.computation.step.NewCoverageMeasuresStep.NewOverallLinesAndConditionsCoverageFormula | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.computation.step.NewCoverageMeasuresStepTest renamed to org.sonar.server.computation.step.ReportNewCoverageMeasuresStepTest | From | To |