353f9aa24df14eaa6999c0b4527da8260543d670
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable entryResponses : ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> to list : List<Result> in method public operationComplete(future Future<RRemoteServiceResponse>) : void in class org.redisson.BaseRemoteService.pollTasks.addListener | From | To | |
Change Return Type | 1 | ||
Change Return Type ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> to Map<Key,List<Result>> in method public getResponses() : Map<Key,List<Result>> in class org.redisson.remote.ResponseEntry | From | To | |
Change Variable Type | 2 | ||
Change Variable Type entryResponses : ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> to list : List<Result> in method public operationComplete(future Future<RRemoteServiceResponse>) : void in class org.redisson.BaseRemoteService.pollTasks.addListener | From | To | |
Change Variable Type entryResponses : ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> to entryResponses : Map<Key,List<Result>> in method private poll(timeout long, requestId String, insertFirst boolean) : RPromise<T> in class org.redisson.BaseRemoteService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type responses : ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> to responses : Map<Key,List<Result>> in class org.redisson.remote.ResponseEntry | From | To |