2b5236702c9c655d20633cfb737eaa86b955fbee
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public throws_ISE_if_http_error() : void renamed to public retrieveSystemInfo_throws_ISE_if_http_error() : void in class org.sonar.ce.http.CeHttpClientTest | From | To | |
| Rename Method public get_information_if_process_is_up() : void renamed to public retrieveSystemInfo_get_information_if_process_is_up() : void in class org.sonar.ce.http.CeHttpClientTest | From | To | |
| Rename Method public connect(processId ProcessId) : Optional<ProtobufSystemInfo.SystemInfo> renamed to public retrieveSystemInfo() : Optional<ProtobufSystemInfo.SystemInfo> in class org.sonar.ce.http.CeHttpClient | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type processSystemInfoClient : ProcessSystemInfoClient to ceHttpClient : CeHttpClient in method public InfoAction(userSession UserSession, ceHttpClient CeHttpClient, monitors Monitor...) in class org.sonar.server.platform.ws.InfoAction | From | To | |
| Move And Rename Class | 2 | ||
| Move And Rename Class org.sonar.server.platform.monitoring.ProcessSystemInfoClientTest moved and renamed to org.sonar.ce.http.CeHttpClientTest | From | To | |
| Move And Rename Class org.sonar.server.platform.monitoring.ProcessSystemInfoClient moved and renamed to org.sonar.ce.http.CeHttpClient | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute processSystemInfoClient : ProcessSystemInfoClient to ceHttpClient : CeHttpClient in class org.sonar.server.platform.ws.SystemWsTest | From | To | |
| Rename Attribute processSystemInfoClient : ProcessSystemInfoClient to ceHttpClient : CeHttpClient in class org.sonar.server.platform.ws.InfoAction | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type processSystemInfoClient : ProcessSystemInfoClient to ceHttpClient : CeHttpClient in class org.sonar.server.platform.ws.InfoAction | From | To | |
| Change Attribute Type underTest : ProcessSystemInfoClient to underTest : CeHttpClient in class org.sonar.ce.http.CeHttpClientTest | From | To | |
| Change Attribute Type processSystemInfoClient : ProcessSystemInfoClient to ceHttpClient : CeHttpClient in class org.sonar.server.platform.ws.SystemWsTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter processSystemInfoClient : ProcessSystemInfoClient to ceHttpClient : CeHttpClient in method public InfoAction(userSession UserSession, ceHttpClient CeHttpClient, monitors Monitor...) in class org.sonar.server.platform.ws.InfoAction | From | To |