7b2066e95e177700b41f86b30468cbca12cb5f5a
Files Diff
- Added: 2
- Removed: 19
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public valueAsDouble(measure BatchReport.Measure) : Double from class org.sonar.server.computation.measure.BatchReportMeasureUtils to private valueAsDouble(measure BatchReport.Measure) : Double from class org.sonar.server.computation.step.PersistMeasuresStep | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute sortedPersisters : List<ScanPersister> to persisters : ScanPersister[] in method private executePersisters() : void in class org.sonar.batch.phases.DatabaseModePhaseExecutor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type sortedPersisters : List<ScanPersister> to persisters : ScanPersister[] in method private executePersisters() : void in class org.sonar.batch.phases.DatabaseModePhaseExecutor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type SQALE_RATING : Metric<String> to SQALE_RATING : Metric<Integer> in class org.sonar.api.measures.CoreMetrics | From | To |