8bc3e72c0b4ad94cf25dc3fdf53f82cc6cf52808
Files Diff
- Added: 5
- Removed: 3
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public assertThatAttributeHasOnlyValues(section ProtobufSystemInfo.Section, key String, expectedValues Collection<String>) : void renamed to public assertThatAttributeIs(section ProtobufSystemInfo.Section, key String, expectedValue long) : void in class org.sonar.server.platform.monitoring.SystemInfoTesting | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type expectedValues : Collection<String> to expectedValue : long in method public assertThatAttributeIs(section ProtobufSystemInfo.Section, key String, expectedValue long) : void in class org.sonar.server.platform.monitoring.SystemInfoTesting | From | To | |
Rename Class | 2 | ||
Rename Class org.sonar.server.platform.monitoring.DatabaseSectionMBean renamed to org.sonar.server.platform.monitoring.DbConnectionSectionMBean | From | To | |
Rename Class org.sonar.server.platform.monitoring.DatabaseSection renamed to org.sonar.server.platform.monitoring.DbConnectionSection | From | To | |
Rename Parameter | 1 | ||
Rename Parameter expectedValues : Collection<String> to expectedValue : long in method public assertThatAttributeIs(section ProtobufSystemInfo.Section, key String, expectedValue long) : void in class org.sonar.server.platform.monitoring.SystemInfoTesting | From | To |