f8bd7b5db35532d226652da3dfe22dce5b45b874
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private processFile(file Component, path Path<FormulaExecutorComponentVisitor.Counters>) : void renamed to private processLeaf(file Component, path Path<FormulaExecutorComponentVisitor.Counters>) : void in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type componentRef : int to componentRef : String in method public InternalKey(componentRef String, metricKey String, ruleId Integer, characteristicId Integer) in class org.sonar.server.computation.measure.MeasureRepositoryRule.InternalKey | From | To | |
Change Parameter Type componentRef : int to componentRef : String in method public InternalKey(componentRef String, metricKey String) in class org.sonar.server.computation.measure.MeasureRepositoryRule.InternalKey | From | To | |
Change Return Type | 1 | ||
Change Return Type int to String in method public getComponentRef() : String in class org.sonar.server.computation.measure.MeasureRepositoryRule.InternalKey | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.computation.step.SizeMeasuresStepTest renamed to org.sonar.server.computation.step.ReportSizeMeasuresStepTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute component : Component to componentRef : String in class org.sonar.server.computation.measure.MeasureRepositoryRule.HasComponentRefPredicate | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type component : Component to componentRef : String in class org.sonar.server.computation.measure.MeasureRepositoryRule.HasComponentRefPredicate | From | To | |
Change Attribute Type componentRef : int to componentRef : String in class org.sonar.server.computation.measure.MeasureRepositoryRule.InternalKey | From | To | |
Change Attribute Type componentsByRef : Map<Integer,Component> to componentsByRef : Map<String,Component> in class org.sonar.server.computation.measure.MeasureRepositoryRule.TreeComponentProvider | From | To |