9e421a31adaa815a09e1e73ccf5a3c30663a2f19
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 4 | ||
| Inline Method public isPlatformMetric(metricKey String) : boolean inlined to private saveMeasure(component InputComponent, measure DefaultMeasure<?>) : void in class org.sonar.scanner.sensor.DefaultSensorStorage | From | To | |
| Inline Method public isDeprecatedMetric(metricKey String) : boolean inlined to private saveMeasure(component InputComponent, measure DefaultMeasure<?>) : void in class org.sonar.scanner.sensor.DefaultSensorStorage | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute PLATFORM_METRICS_KEYS : List<String> to COVERAGE_METRIC_KEYS : Set<String> in class org.sonar.scanner.sensor.DefaultSensorStorage | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type metric : Metric<?> to metric : Metric in method private saveMeasure(component InputComponent, measure DefaultMeasure<?>) : void in class org.sonar.scanner.sensor.DefaultSensorStorage | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type DEPRECATED_METRICS_KEYS : List<String> to DEPRECATED_METRICS_KEYS : Set<String> in class org.sonar.scanner.sensor.DefaultSensorStorage | From | To | |
| Change Attribute Type PLATFORM_METRICS_KEYS : List<String> to COVERAGE_METRIC_KEYS : Set<String> in class org.sonar.scanner.sensor.DefaultSensorStorage | From | To |