84e71b8284ed923b5860061ff5a7a2d612f56938
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public withAddress(address Address) : Builder renamed to public withReturnAddress(returnAddress Address) : Builder in class io.atomix.cluster.messaging.impl.NettyMessagingService.Builder | From | To | |
Rename Method private startAcceptingConnections() : CompletableFuture<Void> renamed to private bootstrapServer() : CompletableFuture<Void> in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Rename Attribute | 1 | ||
Rename Attribute localAddress : Address to returnAddress : Address in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Extract Method | 2 | ||
Extract Method private bind(bootstrap ServerBootstrap) : CompletableFuture<Void> extracted from private startAcceptingConnections() : CompletableFuture<Void> in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Extract Method private bind(bootstrap ServerBootstrap, ifaces Iterator<String>, port int, future CompletableFuture<Void>) : void extracted from private startAcceptingConnections() : CompletableFuture<Void> in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Rename Parameter | 2 | ||
Rename Parameter address : Address to returnAddress : Address in method protected NettyMessagingService(preamble int, bindInterfaces Collection<String>, bindPort Integer, returnAddress Address) in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Rename Parameter address : Address to returnAddress : Address in method public withReturnAddress(returnAddress Address) : Builder in class io.atomix.cluster.messaging.impl.NettyMessagingService.Builder | From | To |