a5d40e0c4e28976d5de10b1e6db80890d602a2d3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public processServerProfileUpdate(context ActorContext) : void renamed to private processServerProfileUpdateMsg(context ActorContext, thriftMsg ThriftServerProfileUpdateMessage) : void in class org.kaaproject.kaa.server.operations.service.akka.actors.core.endpoint.local.LocalEndpointActorMessageProcessor | From | To | |
Rename Method private buildRequestForChannel(requestMessage SyncRequestMessage, channel ChannelMetaData) : ClientSync renamed to private mergeRequestForChannel(channel ChannelMetaData, requestMessage SyncRequestMessage) : ClientSync in class org.kaaproject.kaa.server.operations.service.akka.actors.core.endpoint.local.LocalEndpointActorMessageProcessor | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public setUserConfigurationHash(userConfigurationHash byte[]) : void moved from class org.kaaproject.kaa.server.operations.pojo.SyncContext to class org.kaaproject.kaa.server.operations.service.akka.actors.core.endpoint.local.LocalEndpointActorMessageProcessor & inlined to private sync(request ClientSync) : SyncContext | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type topicListHash : Integer to topicListHash : int in method public NotificationClientSync(topicListHash int, topicStates List<TopicState>, acceptedUnicastNotifications List<String>, subscriptionCommands List<SubscriptionCommand>) in class org.kaaproject.kaa.server.sync.NotificationClientSync | From | To | |
Rename Variable | 2 | ||
Rename Variable resolvedConfigurationSync : ConfigurationClientSync to mergedConfigurationClientSync : ConfigurationClientSync in method public merge(syncRequest SyncRequestMessage) : ClientSync in class org.kaaproject.kaa.server.operations.service.akka.messages.core.endpoint.SyncRequestMessage | From | To | |
Rename Variable resolvedNotificationClientSync : NotificationClientSync to mergedNotificationClientSync : NotificationClientSync in method public merge(syncRequest SyncRequestMessage) : ClientSync in class org.kaaproject.kaa.server.operations.service.akka.messages.core.endpoint.SyncRequestMessage | From | To | |
Change Return Type | 1 | ||
Change Return Type Integer to int in method public getTopicListHash() : int in class org.kaaproject.kaa.server.sync.NotificationClientSync | From | To | |
Inline Variable | 2 | ||
Inline Variable notificationSyncRequest : NotificationClientSync in method private syncChannels(context ActorContext, channels Set<ChannelMetaData>, cfUpdate boolean, nfUpdate boolean) : void from class org.kaaproject.kaa.server.operations.service.akka.actors.core.endpoint.local.LocalEndpointActorMessageProcessor | From | To | |
Inline Variable configurationSyncRequest : ConfigurationClientSync in method private syncChannels(context ActorContext, channels Set<ChannelMetaData>, cfUpdate boolean, nfUpdate boolean) : void from class org.kaaproject.kaa.server.operations.service.akka.actors.core.endpoint.local.LocalEndpointActorMessageProcessor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type topicListHash : Integer to topicListHash : int in class org.kaaproject.kaa.server.sync.NotificationClientSync | From | To |