823edb7d2af245849274d8f4c9e63c2f97a4bdf1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setProfile(profile String) : void renamed to public setClientSideProfile(clientSideProfile String) : void in class org.kaaproject.kaa.common.dto.EndpointProfileBodyDto | From | To | |
Rename Method public getProfile() : String renamed to public getClientSideProfile() : String in class org.kaaproject.kaa.common.dto.EndpointProfileBodyDto | From | To | |
Rename Variable | 1 | ||
Rename Variable other : EndpointProfileBodyDto to that : EndpointProfileBodyDto in method public equals(o Object) : boolean in class org.kaaproject.kaa.common.dto.EndpointProfileBodyDto | From | To | |
Rename Attribute | 1 | ||
Rename Attribute profile : String to clientSideProfile : String in class org.kaaproject.kaa.common.dto.EndpointProfileBodyDto | From | To | |
Rename Parameter | 3 | ||
Rename Parameter profile : String to clientSideProfile : String in method public EndpointProfileBodyDto(endpointKeyHash byte[], clientSideProfile String, serverSideProfile String, appId String) in class org.kaaproject.kaa.common.dto.EndpointProfileBodyDto | From | To | |
Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class org.kaaproject.kaa.common.dto.EndpointProfileBodyDto | From | To | |
Rename Parameter profile : String to clientSideProfile : String in method public setClientSideProfile(clientSideProfile String) : void in class org.kaaproject.kaa.common.dto.EndpointProfileBodyDto | From | To |