2cf4a17637c64087ba5cd2dbf89b768dd6eac97d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type e : TransportException to e : HotRodClientException in method protected logTransportErrorAndThrowExceptionIfNeeded(i int, e HotRodClientException) : int in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation | From | To | |
Extract Method | 2 | ||
Extract Method private invalidateTransport(transport Transport, address SocketAddress) : void extracted from public execute() : T in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation | From | To | |
Extract Method private updateFailedServers(address SocketAddress, failedServers Set<SocketAddress>) : Set<SocketAddress> extracted from public execute() : T in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation | From | To |