a3e8af5995bb0d440f42461e857c357753070b1e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method private getAckName(interfaceName String, requestId String) : String extracted from private subscribe(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>) : void in class org.redisson.RedissonRemoteService | From | To | |
Extract Method private getAckName(interfaceName String, requestId String) : String extracted from private sync(remoteInterface Class<T>, options RemoteInvocationOptions) : T in class org.redisson.RedissonRemoteService | From | To | |
Extract Method private invokeAsync(optionsCopy RemoteInvocationOptions, result Promise<Object>, request RemoteServiceRequest, responseQueue RBlockingQueue<? extends RRemoteServiceResponse>, ackName String) : void extracted from private async(remoteInterface Class<T>, options RemoteInvocationOptions, interfaceName String) : T in class org.redisson.RedissonRemoteService | From | To | |
Extract Method private invokeAsync(optionsCopy RemoteInvocationOptions, result Promise<Object>, request RemoteServiceRequest, responseQueue RBlockingQueue<? extends RRemoteServiceResponse>) : void extracted from private async(remoteInterface Class<T>, options RemoteInvocationOptions, interfaceName String) : T in class org.redisson.RedissonRemoteService | From | To |