e51ae3f15504a070d42fa11751c5bca5d96d4a4a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type id : int to id : long in method public ProtocolReply(id long, payload byte[], status Status) in class io.atomix.cluster.messaging.impl.ProtocolReply | From | To | |
Change Parameter Type id : int to id : long in method public ProtocolRequest(id long, sender Address, subject String, payload byte[]) in class io.atomix.cluster.messaging.impl.ProtocolRequest | From | To | |
Change Parameter Type id : int to id : long in method protected ProtocolMessage(id long, payload byte[]) in class io.atomix.cluster.messaging.impl.ProtocolMessage | From | To | |
Change Return Type | 1 | ||
Change Return Type int to long in method public id() : long in class io.atomix.cluster.messaging.impl.ProtocolMessage | From | To | |
Change Variable Type | 2 | ||
Change Variable Type messageId : int to messageId : long in method public sendAndReceive(address Address, type String, payload byte[], timeout Duration, executor Executor) : CompletableFuture<byte[]> in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Change Variable Type messageId : int to messageId : long in method public sendAsync(address Address, type String, payload byte[]) : CompletableFuture<Void> in class io.atomix.cluster.messaging.impl.NettyMessagingService | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type id : int to id : long in class io.atomix.cluster.messaging.impl.ProtocolMessage | From | To | |
Change Attribute Type messageId : int to messageId : long in class io.atomix.cluster.messaging.impl.MessageDecoderV1 | From | To |