794c5c231092e3354f531708bb7192826f0fe0c5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private timeoutCallbacks() : void from class io.atomix.messaging.impl.NettyMessagingService.RemoteClientConnection to package timeoutCallbacks() : void from class io.atomix.messaging.impl.NettyMessagingService.AbstractClientConnection | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute private requestMonitors : Cache<String,RequestMonitor> from class io.atomix.messaging.impl.NettyMessagingService.RemoteClientConnection to private requestMonitors : Cache<String,RequestMonitor> from class io.atomix.messaging.impl.NettyMessagingService.AbstractClientConnection | From | To | |
Pull Up Attribute private closed : AtomicBoolean from class io.atomix.messaging.impl.NettyMessagingService.RemoteClientConnection to package closed : AtomicBoolean from class io.atomix.messaging.impl.NettyMessagingService.AbstractClientConnection | From | To | |
Pull Up Attribute private futures : Map<Long,Callback> from class io.atomix.messaging.impl.NettyMessagingService.RemoteClientConnection to package futures : Map<Long,Callback> from class io.atomix.messaging.impl.NettyMessagingService.AbstractClientConnection | From | To | |
Extract Superclass | 1 | ||
Extract Superclass io.atomix.messaging.impl.NettyMessagingService.AbstractClientConnection from classes [io.atomix.messaging.impl.NettyMessagingService.LocalClientConnection, io.atomix.messaging.impl.NettyMessagingService.RemoteClientConnection] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type connection : ClientConnection to connection : RemoteClientConnection in method private getOrCreateRemoteClientConnection(channel Channel) : RemoteClientConnection in class io.atomix.messaging.impl.NettyMessagingService | From | To | |
Extract Method | 1 | ||
Extract Method private getOrCreateRemoteClientConnection(channel Channel) : RemoteClientConnection extracted from private executeOnPooledConnection(endpoint Endpoint, type String, callback Function<ClientConnection,CompletableFuture<T>>, executor Executor, future CompletableFuture<T>) : void in class io.atomix.messaging.impl.NettyMessagingService | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private getOrCreateRemoteClientConnection(channel Channel) : RemoteClientConnection extracted from protected channelRead0(ctx ChannelHandlerContext, rawMessage Object) : void in class io.atomix.messaging.impl.NettyMessagingService.InboundMessageDispatcher & moved to class io.atomix.messaging.impl.NettyMessagingService | From | To |