b5f3b88aac1f507586983dd6b2ebbdd46b97810e
Files Diff
- Added: 16
- Removed: 4
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type section : ProtobufSystemInfo.Section.Builder to section : Section.Builder in method public setAttribute(section Section.Builder, key String, value String) : void in class org.sonar.process.systeminfo.SystemInfoUtils | From | To | |
Change Parameter Type section : ProtobufSystemInfo.Section.Builder to section : Section.Builder in method public setAttribute(section Section.Builder, key String, values Collection<String>) : void in class org.sonar.process.systeminfo.SystemInfoUtils | From | To | |
Change Parameter Type section : ProtobufSystemInfo.Section.Builder to section : Section.Builder in method public setAttribute(section Section.Builder, key String, value long) : void in class org.sonar.process.systeminfo.SystemInfoUtils | From | To | |
Change Parameter Type section : ProtobufSystemInfo.Section.Builder to section : Section.Builder in method public setAttribute(section Section.Builder, key String, value boolean) : void in class org.sonar.process.systeminfo.SystemInfoUtils | From | To | |
Change Parameter Type section : ProtobufSystemInfo.Section to section : Section in method public attribute(section Section, key String) : ProtobufSystemInfo.Attribute in class org.sonar.process.systeminfo.SystemInfoUtils | From | To | |
Move Attribute | 1 | ||
Move Attribute package BRANDING_FILE_PATH : String from class org.sonar.server.platform.monitoring.SystemSection to package BRANDING_FILE_PATH : String from class org.sonar.server.platform.monitoring.OfficialDistribution | From | To | |
Extract Class | 1 | ||
Extract Class org.sonar.server.platform.monitoring.OfficialDistribution from class org.sonar.server.platform.monitoring.SystemSection | From | To | |
Rename Class | 2 | ||
Rename Class org.sonar.server.platform.monitoring.SystemSection renamed to org.sonar.server.platform.monitoring.StandaloneSystemSection | From | To | |
Rename Class org.sonar.server.platform.monitoring.SystemSectionTest renamed to org.sonar.server.platform.monitoring.StandaloneSystemSectionTest | From | To | |
Extract Interface | 1 | ||
Extract Interface org.sonar.process.systeminfo.Global from classes [org.sonar.server.platform.monitoring.EsStatisticsSection, org.sonar.server.platform.monitoring.SettingsSection] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type underTest : SystemSection to underTest : StandaloneSystemSection in class org.sonar.server.platform.monitoring.StandaloneSystemSectionTest | From | To |