77bc7d95a654ec15cda4ae6b26063e4619a5c611
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [bindPort : Integer, bindInterfaces : Collection<String>] to networkConfig : NetworkConfig in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type bindInterfaces : Collection<String> to address : Address in method public NettyMessagingService(cluster String, address Address, networkConfig NetworkConfig, messagingConfig MessagingConfig) in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Inline Method | 1 | ||
Inline Method private getTlsParameters() : void inlined to public start() : CompletableFuture<MessagingService> in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Move Attribute | 1 | ||
Move Attribute private CONFIG_DIR : String from class io.atomix.cluster.messaging.impl.NettyMessagingService to private CONFIG_DIR : String from class io.atomix.cluster.messaging.TlsConfig | From | To | |
Rename Parameter | 2 | ||
Rename Parameter bindInterfaces : Collection<String> to address : Address in method public NettyMessagingService(cluster String, address Address, networkConfig NetworkConfig, messagingConfig MessagingConfig) in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Rename Parameter returnAddress : Address to address : Address in method public NettyMessagingService(cluster String, address Address, networkConfig NetworkConfig, messagingConfig MessagingConfig) in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To |