fa439d2dfa5c4a7c0e0a1a94f28bb45720509c41
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 34
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 4 | ||
| Push Down Method public getSchemaId() : String from class org.kaaproject.kaa.common.dto.AbstractStructureDto to public getSchemaId() : String from class org.kaaproject.kaa.common.dto.ConfigurationDto | From | To | |
| Push Down Method public setSchemaVersion(version int) : void from class org.kaaproject.kaa.common.dto.AbstractStructureDto to public setSchemaVersion(schemaVersion int) : void from class org.kaaproject.kaa.common.dto.ConfigurationDto | From | To | |
| Push Down Method public setSchemaId(schemaId String) : void from class org.kaaproject.kaa.common.dto.AbstractStructureDto to public setSchemaId(schemaId String) : void from class org.kaaproject.kaa.common.dto.ConfigurationDto | From | To | |
| Push Down Method public getSchemaVersion() : int from class org.kaaproject.kaa.common.dto.AbstractStructureDto to public getSchemaVersion() : int from class org.kaaproject.kaa.common.dto.ConfigurationDto | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public hashCode() : int moved from class org.kaaproject.kaa.server.common.dao.model.sql.ProfileFilter to class org.kaaproject.kaa.common.dto.ProfileFilterDto & inlined to public hashCode() : int | From | To | |
| Move Method | 2 | ||
| Move Method public setSchemaVersion(schemaVersion int) : void from class org.kaaproject.kaa.server.common.dao.model.sql.AbstractStructure to public setSchemaVersion(schemaVersion int) : void from class org.kaaproject.kaa.common.dto.ConfigurationDto | From | To | |
| Move Method public getSchemaVersion() : int from class org.kaaproject.kaa.server.common.dao.model.sql.AbstractStructure to public getSchemaVersion() : int from class org.kaaproject.kaa.common.dto.ConfigurationDto | From | To | |
| Rename Variable | 1 | ||
| Rename Variable filter : ProfileFilterDto to profileSchema : ProfileSchemaDto in method public saveApp(applicationDto ApplicationDto) : ApplicationDto in class org.kaaproject.kaa.server.common.dao.service.ApplicationServiceImpl | From | To | |
| Push Down Attribute | 3 | ||
| Push Down Attribute protected schemaId : String from class org.kaaproject.kaa.common.dto.AbstractStructureDto to private schemaId : String from class org.kaaproject.kaa.common.dto.ConfigurationDto | From | To | |
| Push Down Attribute protected schemaVersion : int from class org.kaaproject.kaa.server.common.dao.model.sql.AbstractStructure to protected schemaVersion : int from class org.kaaproject.kaa.server.common.dao.model.sql.Configuration | From | To | |
| Push Down Attribute protected schemaVersion : int from class org.kaaproject.kaa.common.dto.AbstractStructureDto to private schemaVersion : int from class org.kaaproject.kaa.common.dto.ConfigurationDto | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type filter : ProfileFilterDto to profileSchema : ProfileSchemaDto in method public saveApp(applicationDto ApplicationDto) : ApplicationDto in class org.kaaproject.kaa.server.common.dao.service.ApplicationServiceImpl | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.kaaproject.kaa.server.common.dao.model.sql.HasVersion from classes [org.kaaproject.kaa.server.common.dao.model.sql.BaseSchema] | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter version : int to schemaVersion : int in method public setSchemaVersion(schemaVersion int) : void in class org.kaaproject.kaa.common.dto.ConfigurationDto | From | To |