31232a72601e678277d0022fd20dbc10534bb0c9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type responseQueue : RBlockingQueue<RRemoteServiceResponse> to responseQueue : RBlockingQueue<? extends RRemoteServiceResponse> in method private tryPollAckAgain(optionsCopy RemoteInvocationOptions, responseQueue RBlockingQueue<? extends RRemoteServiceResponse>, ackName String) : RemoteServiceAck in class org.redisson.RedissonRemoteService | From | To | |
Change Variable Type | 2 | ||
Change Variable Type clientFutures : Future[] to clientFutures : java.util.concurrent.Future[] in method public testExecutorsAmountConcurrency() : void in class org.redisson.RedissonRemoteServiceTest | From | To | |
Change Variable Type clientFuture : Future to clientFuture : java.util.concurrent.Future in method public testExecutorsAmountConcurrency() : void in class org.redisson.RedissonRemoteServiceTest | From | To | |
Extract Variable | 1 | ||
Extract Variable interfaceName : String in method public invoke(proxy Object, method Method, args Object[]) : Object from class org.redisson.RedissonRemoteService.sync.handler | From | To | |
Extract Method | 2 | ||
Extract Method private async(remoteInterface Class<T>, options RemoteInvocationOptions, interfaceName String) : T extracted from public get(remoteInterface Class<T>, options RemoteInvocationOptions) : T in class org.redisson.RedissonRemoteService | From | To | |
Extract Method private sync(remoteInterface Class<T>, options RemoteInvocationOptions) : T extracted from public get(remoteInterface Class<T>, options RemoteInvocationOptions) : T in class org.redisson.RedissonRemoteService | From | To |