Toggle navigation
Home
org.kaaproject.kaa.server.operations.service.cache.AppVersionKey to org.kaaproject.kaa.server.operations.service.cache.AppProfileVersionsKey
No. of Instances - 10
No. of Commits - 3
No. of Projects - {'kaa'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
AppVersionKey
to
AppProfileVersionsKey
Cascading Type Change (Different)
Computable<AppVersionKey,List<ProfileFilterDto>>
to
Computable<AppProfileVersionsKey,List<ProfileFilterDto>>
Add or Remove Method invocation
profileService.findProfileFilterByAppIdAndVersion(appDto.getId(),key.getVersion())
to
profileService.findProfileFiltersByAppIdAndVersions(appDto.getId(),key.getEndpointProfileSchemaVersion(),key.getServerProfileSchemaVersion())
when(profileService.findProfileFiltersByAppIdAndVersion(APP_ID,TEST_GET_PROFILES_KEY.getVersion()))
to
when(profileService.findProfileFiltersByAppIdAndVersions(APP_ID,TEST_GET_PROFILES_KEY.getEndpointProfileSchemaVersion(),TEST_GET_PROFILES_KEY.getServerProfileSchemaVersion()))
TEST_GET_PROFILES_KEY.getVersion()
to
TEST_GET_PROFILES_KEY.getEndpointProfileSchemaVersion()
TEST_GET_PROFILES_KEY.getVersion()
to
TEST_GET_PROFILES_KEY.getEndpointProfileSchemaVersion()
TEST_GET_PROFILES_KEY.getVersion()
to
TEST_GET_PROFILES_KEY.getEndpointProfileSchemaVersion()
Rename Variable
appProfileVersionKey
to
key
appProfileVersionKey
to
key
Rename Method invocation
findProfileFiltersByAppIdAndVersion
to
findProfileFiltersByAppIdAndVersions
findProfileFiltersByAppIdAndVersion
to
findProfileFiltersByAppIdAndVersions
findProfileFiltersByAppIdAndVersion
to
findProfileFiltersByAppIdAndVersions