023fb9f4c0217d2d218e506c3a120da5044267c3
Files Diff
- Added: 6
- Removed: 4
- Renamed: 0
- Modified: 54
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 4 | ||
Change Return Type Void to OBinaryResponse in method public createResponse() : OBinaryResponse in class com.orientechnologies.orient.client.remote.message.OShutdownRequest | From | To | |
Change Return Type OGetServerInfoResponse to OServerInfoResponse in method public createResponse() : OServerInfoResponse in class com.orientechnologies.orient.client.remote.message.OServerInfoRequest | From | To | |
Change Return Type OGetGlobalConfigurationsResponse to OListGlobalConfigurationsResponse in method public createResponse() : OListGlobalConfigurationsResponse in class com.orientechnologies.orient.client.remote.message.OListGlobalConfigurationsRequest | From | To | |
Change Return Type Void to OBinaryResponse in method public createResponse() : OBinaryResponse in class com.orientechnologies.orient.client.remote.message.OCloseRequest | From | To | |
Rename Class | 4 | ||
Rename Class com.orientechnologies.orient.client.remote.message.OGetGlobalConfigurationsRequest renamed to com.orientechnologies.orient.client.remote.message.OListGlobalConfigurationsRequest | From | To | |
Rename Class com.orientechnologies.orient.client.remote.message.OGetServerInfoRequest renamed to com.orientechnologies.orient.client.remote.message.OServerInfoRequest | From | To | |
Rename Class com.orientechnologies.orient.client.remote.message.OGetServerInfoResponse renamed to com.orientechnologies.orient.client.remote.message.OServerInfoResponse | From | To | |
Rename Class com.orientechnologies.orient.client.remote.message.OGetGlobalConfigurationsResponse renamed to com.orientechnologies.orient.client.remote.message.OListGlobalConfigurationsResponse | From | To | |
Change Variable Type | 4 | ||
Change Variable Type request : OGetGlobalConfigurationsRequest to request : OListGlobalConfigurationsRequest in method public getGlobalConfigurations() : Map<String,String> in class com.orientechnologies.orient.client.remote.OServerAdmin | From | To | |
Change Variable Type response : OGetGlobalConfigurationsResponse to response : OListGlobalConfigurationsResponse in method public getGlobalConfigurations() : Map<String,String> in class com.orientechnologies.orient.client.remote.OServerAdmin | From | To | |
Change Variable Type request : OGetServerInfoRequest to request : OServerInfoRequest in method public getServerInfo() : ODocument in class com.orientechnologies.orient.client.remote.OServerAdmin | From | To | |
Change Variable Type response : OGetServerInfoResponse to response : OServerInfoResponse in method public getServerInfo() : ODocument in class com.orientechnologies.orient.client.remote.OServerAdmin | From | To |