4c8f966713b38a76bbbc7f21713c472bdd273678
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable list : List<String> to result : List<String> in method protected getMethodSignatures(method Method) : List<String> in class org.redisson.BaseRemoteService | From | To | |
Replace Variable With Attribute | 5 | ||
Replace Variable With Attribute responseName : String to responseQueueName : String in method private poll(timeout long, requestId String) : RPromise<T> in class org.redisson.BaseRemoteService | From | To | |
Replace Variable With Attribute responseName : String to responseQueueName : String in method private pollTasks(entry ResponseEntry) : void in class org.redisson.BaseRemoteService | From | To | |
Replace Variable With Attribute canceRequestName : String to cancelRequestMapName : String in method private cancelExecution(optionsCopy RemoteInvocationOptions, request RemoteServiceRequest, mayInterruptIfRunning boolean, remotePromise RemotePromise<Object>) : void in class org.redisson.BaseRemoteService | From | To | |
Replace Variable With Attribute responseName : String to responseQueueName : String in method private sync(remoteInterface Class<T>, options RemoteInvocationOptions) : T in class org.redisson.BaseRemoteService | From | To | |
Replace Variable With Attribute cancelResponseName : String to cancelResponseMapName : String in method private executeMethod(remoteInterface Class<T>, requestQueue RBlockingQueue<RemoteServiceRequest>, executor ExecutorService, request RemoteServiceRequest) : void in class org.redisson.RedissonRemoteService | From | To | |
Extract Variable | 1 | ||
Extract Variable requestId : String in method protected awaitResultAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest) : void from class org.redisson.BaseRemoteService | From | To | |
Extract Method | 3 | ||
Extract Method protected awaitResultAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest) : void extracted from private async(remoteInterface Class<T>, options RemoteInvocationOptions, syncInterface Class<?>) : T in class org.redisson.BaseRemoteService | From | To | |
Extract Method protected awaitResultAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest) : void extracted from protected awaitResultAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, responseName String) : void in class org.redisson.BaseRemoteService | From | To | |
Rename Parameter | 1 | ||
Rename Parameter responseName : String to ackName : String in method private awaitResultAsync(optionsCopy RemoteInvocationOptions, result RemotePromise<Object>, request RemoteServiceRequest, ackName String) : void in class org.redisson.BaseRemoteService | From | To |