9b2e70a4dc8db2efbdc9bb63364cb5f047934190
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setTopologyId(topologyId int) : void renamed to public setAllTopologyIds(newTopologyId int) : void in class org.infinispan.client.hotrod.impl.TopologyInfo | From | To | |
Rename Method private pingServers() : void renamed to private pingServersIgnoreException() : void in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory | From | To | |
Rename Variable | 1 | ||
Rename Variable clientTopologyId : AtomicInteger to transportFactory : TcpTransportFactory in method public testCorrectBalancingOfKeysAfterNodeKill() : void in class org.infinispan.client.hotrod.ConsistentHashV1IntegrationTest | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [topologyId : AtomicInteger, cacheName : byte[]] to params : HeaderParams in method protected readNewTopologyAndHash(transport Transport, params HeaderParams) : void in class org.infinispan.client.hotrod.impl.protocol.Codec20 | From | To | |
Change Variable Type | 1 | ||
Change Variable Type clientTopologyId : AtomicInteger to transportFactory : TcpTransportFactory in method public testCorrectBalancingOfKeysAfterNodeKill() : void in class org.infinispan.client.hotrod.ConsistentHashV1IntegrationTest | From | To | |
Extract Variable | 2 | ||
Extract Variable topologyId : int in method protected writeHeader(transport Transport, params HeaderParams, version byte) : HeaderParams from class org.infinispan.client.hotrod.impl.protocol.Codec20 | From | To | |
Extract Variable transportFactory : TransportFactory in method protected readNewTopologyAndHash(transport Transport, params HeaderParams) : void from class org.infinispan.client.hotrod.impl.protocol.Codec20 | From | To | |
Rename Parameter | 1 | ||
Rename Parameter topologyId : int to newTopologyId : int in method public setAllTopologyIds(newTopologyId int) : void in class org.infinispan.client.hotrod.impl.TopologyInfo | From | To |