f3f4f7eb9dee716e9cec380355e4f8cc214aff64
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable ecfMap : AefMapInfoDto to aef : AefMapInfoDto in method public isValidECFListInSdkProfile(aefList List<AefMapInfoDto>) : boolean in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl | From | To | |
Rename Variable storedFQN : String to fqn : String in method public validateEventClassFamilyFqns(eventClassFamilyId String, fqns List<String>) : boolean in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl | From | To | |
Change Return Type | 2 | ||
Change Return Type List<String> to Set<String> in method public getFqnListForECF(ecfId String) : Set<String> in class org.kaaproject.kaa.server.common.dao.EventClassService | From | To | |
Change Return Type List<String> to Set<String> in method public getFqnListForECF(ecfId String) : Set<String> in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl | From | To | |
Change Variable Type | 4 | ||
Change Variable Type storedFQNs : List<String> to storedFQNs : Set<String> in method public getFqnListForECF(ecfId String) : Set<String> in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl | From | To | |
Change Variable Type ecfv : EventClassFamilyVersion to ecfv : Optional<EventClassFamilyVersion> in method public findEventClassesByFamilyIdVersionAndType(ecfId String, version int, type EventClassType) : List<EventClassDto> in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl | From | To | |
Change Variable Type ecList : List<EventClass> to ecList : Set<EventClass> in method public isValidECFListInSdkProfile(aefList List<AefMapInfoDto>) : boolean in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl | From | To | |
Change Variable Type storedFQNs : List<String> to storedFQNs : Set<String> in method public validateEventClassFamilyFqns(eventClassFamilyId String, fqns List<String>) : boolean in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ecfList : List<AefMapInfoDto> to aefList : List<AefMapInfoDto> in method public isValidECFListInSdkProfile(aefList List<AefMapInfoDto>) : boolean in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl | From | To |