b325d3ca09c6d8afc04e3dbddd6985532d41d3d4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private pollTasks(entry ResponseEntry) : void renamed to private pollResponse(entry ResponseEntry) : void in class org.redisson.BaseRemoteService | From | To | |
Rename Method private poll(timeout long, requestId RequestId, insertFirst boolean) : RPromise<T> renamed to private pollResponse(timeout long, requestId RequestId, insertFirst boolean) : RPromise<T> in class org.redisson.BaseRemoteService | From | To | |
Extract Method | 1 | ||
Extract Method private createResultPromise(optionsCopy RemoteInvocationOptions, requestId RequestId, requestQueueName String, ackTimeout Long) : RemotePromise<Object> extracted from private async(remoteInterface Class<T>, options RemoteInvocationOptions, syncInterface Class<?>) : T in class org.redisson.BaseRemoteService | From | To |