253ae15cdc348bfea0a87fb2ddc47ba6e9a4dee4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private connect(attempts int, timeout long) : void extracted from public connect() : CompletableFuture<RemoteMember> in class net.kuujo.copycat.cluster.NettyRemoteMember | From | To | |
Extract Method private handleTask(requestId long, request ByteBuf, context ChannelHandlerContext) : void extracted from public channelRead(context ChannelHandlerContext, message Object) : void in class net.kuujo.copycat.cluster.NettyLocalMember.ServerHandlerAdapter | From | To | |
Extract Method private handleMessage(requestId long, request ByteBuf, context ChannelHandlerContext) : void extracted from public channelRead(context ChannelHandlerContext, message Object) : void in class net.kuujo.copycat.cluster.NettyLocalMember.ServerHandlerAdapter | From | To |