c1318322f5951160c95f8a1dfe681122fd17733c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type message : byte[] to subject : String in method public broadcast(subject String, payload byte[]) : void in class io.atomix.cluster.messaging.impl.NettyBroadcastService | From | To | |
Rename Variable | 1 | ||
Rename Variable message : byte[] to bytes : byte[] in method public broadcast(subject String, payload byte[]) : void in class io.atomix.cluster.messaging.impl.NettyBroadcastService | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type listeners : Set<Consumer<byte[]>> to listeners : Map<String,Set<Consumer<byte[]>>> in class io.atomix.cluster.messaging.impl.TestBroadcastService | From | To | |
Change Attribute Type listeners : Set<Consumer<byte[]>> to listeners : Map<String,Set<Consumer<byte[]>>> in class io.atomix.cluster.messaging.impl.NettyBroadcastService | From | To | |
Rename Parameter | 2 | ||
Rename Parameter message : byte[] to payload : byte[] in method public broadcast(subject String, payload byte[]) : void in class io.atomix.cluster.messaging.impl.NettyBroadcastService | From | To | |
Rename Parameter message : byte[] to subject : String in method public broadcast(subject String, payload byte[]) : void in class io.atomix.cluster.messaging.impl.NettyBroadcastService | From | To |