4a10e987f02b193dbb97ffdb58bceff530b4f33d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getServerProfile() : String renamed to public getClientProfileBody() : String in class org.kaaproject.kaa.common.dto.EndpointProfileDto | From | To | |
| Rename Method public getProfile() : String renamed to public getServerProfileBody() : String in class org.kaaproject.kaa.common.dto.EndpointProfileDto | From | To | |
| Rename Method public setServerProfile(serverProfile String) : void renamed to public setClientProfileBody(clientProfileBody String) : void in class org.kaaproject.kaa.common.dto.EndpointProfileDto | From | To | |
| Rename Method public setProfile(profile String) : void renamed to public setServerProfileBody(serverProfileBody String) : void in class org.kaaproject.kaa.common.dto.EndpointProfileDto | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter serverProfile : String to clientProfileBody : String in method public setClientProfileBody(clientProfileBody String) : void in class org.kaaproject.kaa.common.dto.EndpointProfileDto | From | To | |
| Rename Parameter profile : String to serverProfileBody : String in method public setServerProfileBody(serverProfileBody String) : void in class org.kaaproject.kaa.common.dto.EndpointProfileDto | From | To |