243223597d5ef07e84afd718b9f5c3f44c3584e6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type metricFinder : org.sonar.api.measures.MetricFinder to metricFinder : MetricFinder in method public DuplicationPersister(mybatis MyBatis, ruleFinder RuleFinder, resourceCache ResourceCache, duplicationCache DuplicationCache, metricFinder MetricFinder) in class org.sonar.batch.index.DuplicationPersister | From | To | |
Change Variable Type | 2 | ||
Change Variable Type duplicationMetricWithId : org.sonar.api.measures.Metric to duplicationMetricWithId : Metric in method public persist() : void in class org.sonar.batch.index.DuplicationPersister | From | To | |
Change Variable Type metric : Metric to metric : org.sonar.api.batch.measure.Metric in method public addMeasure(resource Resource, measure Measure) : Measure in class org.sonar.batch.index.DefaultIndex | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type metricFinder : org.sonar.api.measures.MetricFinder to metricFinder : MetricFinder in class org.sonar.batch.index.DuplicationPersister | From | To |