7e03c9ce8f7c4d6b54a87b71a711c2246f43073e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable serverId : String to entry : Entry<String,Set<GlobalRouteInfo>> in method public process(update UserConfigurationUpdate) : void in class org.kaaproject.kaa.server.operations.service.akka.actors.core.user.GlobalUserActorMessageProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type serverId : String to entry : Entry<String,Set<GlobalRouteInfo>> in method public process(update UserConfigurationUpdate) : void in class org.kaaproject.kaa.server.operations.service.akka.actors.core.user.GlobalUserActorMessageProcessor | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public add(tenantId String, userId String, address RouteTableAddress, cfVersion int, ucfHash byte[]) : GlobalRouteInfo extracted from package processEndpointConnectMessage(context ActorContext, message EndpointUserConnectMessage) : void in class org.kaaproject.kaa.server.operations.service.akka.actors.core.user.LocalUserActorMessageProcessor & moved to class org.kaaproject.kaa.server.operations.service.event.GlobalRouteInfo | From | To | |
Extract And Move Method public delete(tenantId String, userId String, address RouteTableAddress) : GlobalRouteInfo extracted from protected removeEndpoint(context ActorContext, endpoint EndpointObjectHash) : void in class org.kaaproject.kaa.server.operations.service.akka.actors.core.user.LocalUserActorMessageProcessor & moved to class org.kaaproject.kaa.server.operations.service.event.GlobalRouteInfo | From | To |