|
Change Return Type CTLService to CtlService in method public getCtlService() : CtlService in class org.kaaproject.kaa.server.operations.service.akka.AkkaContext |
From |
To |
|
Change Return Type List<CTLSchema> to List<CtlSchema> in method public findAllByFqnAndTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method public findLatestByMetaInfoId(metaInfoId String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method public findAnyByFqnAndVerAndTenantIdAndApplicationId(fqn String, version Integer, tenantId String, applicationId String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method protected generateCTLSchema(fqn String, version int, tenant Tenant, scope CTLSchemaScopeDto) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method public save(object CtlSchema) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type List<CTLSchema> to List<CtlSchema> in method public findDependentSchemas(schemaId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type List<CTLSchema> to List<CtlSchema> in method public findAvailableSchemasForApplication(tenantId String, appId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method public save(object CtlSchema, flush boolean) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method public findByFqnAndVerAndTenantIdAndApplicationId(fqn String, version Integer, tenantId String, applicationId String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type List<CTLSchema> to List<CtlSchema> in method public findSystemSchemas() : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method private generateCTLSchema(fqn String, tenant Tenant, version int, body String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDaoTest |
From |
To |
|
Change Return Type Set<CTLSchema> to Set<CtlSchema> in method public getDependencySet() : Set<CtlSchema> in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchema |
From |
To |
|
Change Return Type Class<CTLSchema> to Class<CtlSchema> in method protected getEntityClass() : Class<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type List<CTLSchema> to List<CtlSchema> in method public findAllByMetaInfoId(metaInfoId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type List<CTLSchema> to List<CtlSchema> in method public findAvailableSchemasForTenant(tenantId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method public findLatestByFqnAndTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method public findByMetaInfoIdAndVer(metaInfoId String, version Integer) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Return Type CTLSchema to CtlSchema in method public getCtlSchema() : CtlSchema in class org.kaaproject.kaa.server.common.dao.model.sql.BaseSchema |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method protected generateProfSchema(app Application, count int) : List<EndpointProfileSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type schemaDto : CTLSchema to schemaDto : CtlSchema in method public findCtlSchemaDependents(schemaId String) : List<CTLSchemaDto> in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Variable Type found : CTLSchema to found : CtlSchema in method public testFindSystemByFqnAndVerAndTenantIdAndApplicationId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDaoTest |
From |
To |
|
Change Variable Type schema : CTLSchema to schema : CtlSchema in method private getMetaInfoFromCtlSchema(schemas List<CtlSchema>) : List<CTLSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Variable Type schemas : List<CTLSchema> to schemas : List<CtlSchema> in method public removeCtlSchemaByFqnAndVerAndTenantIdAndApplicationId(fqn String, version Integer, tenantId String, applicationId String) : void in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Variable Type schemas : List<CTLSchema> to schemas : List<CtlSchema> in method public findSystemSchemas() : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type availableSchemas : List<CTLSchema> to availableSchemas : List<CtlSchema> in method public findAvailableSchemasForApplication(tenantId String, appId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method private generateCTLSchema(fqn String, tenant Tenant, version int, body String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDaoTest |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method public findAnyByFqnAndVerAndTenantIdAndApplicationId(fqn String, version Integer, tenantId String, applicationId String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method protected generateCTLSchema(fqn String, version int, tenant Tenant, scope CTLSchemaScopeDto) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type dependsList : List<CTLSchema> to dependsList : List<CtlSchema> in method public removeCtlSchemaByFqnAndVerAndTenantIdAndApplicationId(fqn String, version Integer, tenantId String, applicationId String) : void in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method public removeCtlSchemaByFqnAndVerAndTenantIdAndApplicationId(fqn String, version Integer, tenantId String, applicationId String) : void in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Variable Type schemas : List<CTLSchema> to schemas : List<CtlSchema> in method public findAllByMetaInfoId(metaInfoId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method protected generateNotificationSchema(app Application, ctlVersion int, count int, type NotificationTypeDto) : List<NotificationSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.OperationsServiceIT |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method public saveCtlSchema(unSavedSchema CTLSchemaDto) : CTLSchemaDto in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method public findByMetaInfoIdAndVer(metaInfoId String, version Integer) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type schemas : List<CTLSchema> to schemas : List<CtlSchema> in method public findAllByFqnAndTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type availableSchemas : List<CTLSchema> to availableSchemas : List<CtlSchema> in method public findAvailableSchemasForTenant(tenantId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method protected generateConfSchema(app Application, count int) : List<ConfigurationSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type latest : CTLSchema to latest : CtlSchema in method public testFindLatestByFqn() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDaoTest |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method public findByFqnAndVerAndTenantIdAndApplicationId(fqn String, version Integer, tenantId String, applicationId String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type other : CTLSchema to other : CtlSchema in method public equals(obj Object) : boolean in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchema |
From |
To |
|
Change Variable Type found : List<CTLSchema> to found : List<CtlSchema> in method public testFindSystemSchemas() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDaoTest |
From |
To |
|
Change Variable Type found : List<CTLSchema> to found : List<CtlSchema> in method public testFindAvailableSchemasForTenant() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDaoTest |
From |
To |
|
Change Variable Type latestSchema : CTLSchema to latestSchema : CtlSchema in method public findLatestByFqnAndTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type other : CTLDataDto to other : CtlDataDto in method public equals(obj Object) : boolean in class org.kaaproject.kaa.common.dto.CtlDataDto |
From |
To |
|
Change Variable Type ctlMaxVersion : Optional<CTLSchema> to ctlMaxVersion : Optional<CtlSchema> in method protected generateEventClassFamilyVersion(eventClassFamily EventClassFamily, ecfvCount int, ecCount int) : List<EventClassFamilyVersion> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in method protected generateLogSchema(tenant Tenant, ctlVersion int, application Application, count int) : List<LogSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type schema : CTLSchema to schema : CtlSchema in method public findCtlSchemaDependents(fqn String, version Integer, tenantId String, applicationId String) : List<CTLSchemaDto> in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Variable Type dependentsList : List<CTLSchema> to dependentsList : List<CtlSchema> in method public findDependentSchemas(schemaId String) : List<CtlSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type latestSchema : CTLSchema to latestSchema : CtlSchema in method public findLatestByMetaInfoId(metaInfoId String) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDao |
From |
To |
|
Change Variable Type found : CTLSchema to found : CtlSchema in method public testFindByFqnAndVerAndTenantIdAndApplicationId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDaoTest |
From |
To |
|
Change Variable Type schema : CTLSchema to schema : CtlSchema in method public updateCtlSchema(ctlSchema CTLSchemaDto) : CTLSchemaDto in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Attribute Type ctlSchemaDao : CtlSchemaDao<CTLSchema> to ctlSchemaDao : CtlSchemaDao<CtlSchema> in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.operations.service.akka.actors.core.ApplicationLogActorMessageProcessor |
From |
To |
|
Change Attribute Type ctlSchemaMetaInfoDao : CTLSchemaMetaInfoDao<CTLSchemaMetaInfo> to ctlSchemaMetaInfoDao : CtlSchemaMetaInfoDao<CTLSchemaMetaInfo> in class org.kaaproject.kaa.server.common.dao.AbstractTest |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.operations.service.logs.DefaultLogAppenderService |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.operations.service.akka.actors.core.ApplicationLogActorMessageProcessorTest |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.operations.service.akka.AkkaContext |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.common.dao.service.AbstractServiceImplTest |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.operations.service.profile.ProfileServiceIT |
From |
To |
|
Change Attribute Type dependencySet : Set<CTLSchema> to dependencySet : Set<CtlSchema> in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchema |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.operations.service.akka.DefaultAkkaServiceTest |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.common.dao.service.ConfigurationServiceImpl |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Change Attribute Type ctlSchemaDao : CtlSchemaDao<CTLSchema> to ctlSchemaDao : CtlSchemaDao<CtlSchema> in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.common.dao.AbstractTest |
From |
To |
|
Change Attribute Type ctlSchemaDao : CtlSchemaDao<CTLSchema> to ctlSchemaDao : CtlSchemaDao<CtlSchema> in class org.kaaproject.kaa.server.common.dao.AbstractTest |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Attribute Type ctlSchemaMetaInfoDao : CTLSchemaMetaInfoDao<CTLSchemaMetaInfo> to ctlSchemaMetaInfoDao : CtlSchemaMetaInfoDao<CTLSchemaMetaInfo> in class org.kaaproject.kaa.server.common.dao.service.CtlService |
From |
To |
|
Change Attribute Type ctlSchema : CTLSchema to ctlSchema : CtlSchema in class org.kaaproject.kaa.server.common.dao.model.sql.BaseSchema |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.operations.service.akka.actors.core.ApplicationLogActorTest |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.operations.service.logs.DefaultLogAppenderServiceTest |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.common.dao.service.EndpointServiceImpl |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.common.dao.service.ApplicationServiceImpl |
From |
To |
|
Change Attribute Type ctlService : CTLService to ctlService : CtlService in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaDaoTest |
From |
To |