5c788ac50735b410c5eeae406676f16457973869
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type schemas : List<EventSchemaVersionDto> to schemas : List<EventClassFamilyVersionDto> in method public setSchemas(schemas List<EventClassFamilyVersionDto>) : void in class org.kaaproject.kaa.common.dto.event.EventClassFamilyDto | From | To | |
Change Return Type | 1 | ||
Change Return Type List<EventSchemaVersionDto> to List<EventClassFamilyVersionDto> in method public getSchemas() : List<EventClassFamilyVersionDto> in class org.kaaproject.kaa.common.dto.event.EventClassFamilyDto | From | To | |
Rename Class | 2 | ||
Rename Class org.kaaproject.kaa.server.common.dao.model.sql.EventSchemaVersion renamed to org.kaaproject.kaa.server.common.dao.model.sql.EventClassFamilyVersion | From | To | |
Rename Class org.kaaproject.kaa.common.dto.event.EventSchemaVersionDto renamed to org.kaaproject.kaa.common.dto.event.EventClassFamilyVersionDto | From | To | |
Rename Attribute | 1 | ||
Rename Attribute schema : String to records : List<EventClassDto> in class org.kaaproject.kaa.common.dto.event.EventClassFamilyVersionDto | From | To | |
Change Variable Type | 2 | ||
Change Variable Type other : EventSchemaVersionDto to other : EventClassFamilyVersionDto in method public equals(obj Object) : boolean in class org.kaaproject.kaa.common.dto.event.EventClassFamilyVersionDto | From | To | |
Change Variable Type other : EventSchemaVersion to other : EventClassFamilyVersion in method public equals(obj Object) : boolean in class org.kaaproject.kaa.server.common.dao.model.sql.EventClassFamilyVersion | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type schemas : List<EventSchemaVersionDto> to schemas : List<EventClassFamilyVersionDto> in class org.kaaproject.kaa.common.dto.event.EventClassFamilyDto | From | To | |
Change Attribute Type schema : String to records : List<EventClassDto> in class org.kaaproject.kaa.common.dto.event.EventClassFamilyVersionDto | From | To |