b0784e348cd57c38e21288e935598196ae72f7a9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setSpecificConfigurationVersion(specificConfigurationVersion Long) : void renamed to public setVersion(version Long) : void in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto | From | To | |
| Rename Method public getSpecificConfigurationVersion() : Long renamed to public getVersion() : Long in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute specificConfigurationVersion : Long to version : Long in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter specificConfigurationVersion : Long to version : Long in method public setVersion(version Long) : void in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto | From | To | |
| Rename Parameter specificConfigurationVersion : Long to version : Long in method public EndpointSpecificConfigurationDto(endpointKeyHash byte[], configurationSchemaVersion Integer, configuration String, version Long) in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto | From | To |