e8e168916559bcb73175f44313f0c1b5802e77e2
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected createProfileSchema(applicationId String, ctlSchemaId String) : EndpointProfileSchemaDto renamed to protected createEndpointProfileSchema(applicationId String, ctlSchemaId String) : EndpointProfileSchemaDto in class org.kaaproject.kaa.server.control.AbstractTestControlServer | From | To | |
Extract Variable | 1 | ||
Extract Variable profileSchema : EndpointProfileSchemaDto in method protected createProfileFilter(endpointPfSchemaId String, serverPfSchemaId String, endpointGroupId String, applicationId String) : ProfileFilterDto from class org.kaaproject.kaa.server.control.AbstractTestControlServer | From | To | |
Change Variable Type | 2 | ||
Change Variable Type serverProfileSchemaVersion : int to serverProfileSchemaVersion : Integer in method public getHistory(key HistoryKey) : List<HistoryDto> in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService | From | To | |
Change Variable Type endpointProfileSchemaVersion : int to endpointProfileSchemaVersion : Integer in method public getHistory(key HistoryKey) : List<HistoryDto> in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService | From | To | |
Extract Method | 1 | ||
Extract Method protected createProfileFilter(endpointPfSchemaId String, serverPfSchemaId String, endpointGroupId String, applicationId String) : ProfileFilterDto extracted from protected createProfileFilter(profileSchemaId String, endpointGroupId String, applicationId String) : ProfileFilterDto in class org.kaaproject.kaa.server.control.AbstractTestControlServer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter profileId : String to schemaId : String in method public findServerProfileSchema(schemaId String) : ServerProfileSchemaDto in class org.kaaproject.kaa.server.common.dao.ServerProfileService | From | To |