156be4dab6c5e575733d6b5e1563197bca96233a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable requestId : String to key : Key in method private poll(timeout long, requestId String, responseName String) : RPromise<T> in class org.redisson.BaseRemoteService | From | To | |
Change Return Type | 2 | ||
Change Return Type ConcurrentMap<String,ScheduledFuture<?>> to ConcurrentMap<Key,ScheduledFuture<?>> in method public getTimeouts() : ConcurrentMap<Key,ScheduledFuture<?>> in class org.redisson.remote.ResponseEntry | From | To | |
Change Return Type ConcurrentMap<String,RPromise<? extends RRemoteServiceResponse>> to ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> in method public getResponses() : ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> in class org.redisson.remote.ResponseEntry | From | To | |
Change Variable Type | 3 | ||
Change Variable Type entryResponses : ConcurrentMap<String,RPromise<? extends RRemoteServiceResponse>> to entryResponses : ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> in method private poll(timeout long, requestId String, responseName String) : RPromise<T> in class org.redisson.BaseRemoteService | From | To | |
Change Variable Type requestId : String to key : Key in method private poll(timeout long, requestId String, responseName String) : RPromise<T> in class org.redisson.BaseRemoteService | From | To | |
Change Variable Type entryResponses : ConcurrentMap<String,RPromise<? extends RRemoteServiceResponse>> to entryResponses : ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> in method public operationComplete(future Future<RRemoteServiceResponse>) : void in class org.redisson.BaseRemoteService.pollTasks.addListener | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type responses : ConcurrentMap<String,RPromise<? extends RRemoteServiceResponse>> to responses : ConcurrentMap<Key,RPromise<? extends RRemoteServiceResponse>> in class org.redisson.remote.ResponseEntry | From | To | |
Change Attribute Type timeouts : ConcurrentMap<String,ScheduledFuture<?>> to timeouts : ConcurrentMap<Key,ScheduledFuture<?>> in class org.redisson.remote.ResponseEntry | From | To | |
Inline Variable | 1 | ||
Inline Variable entryResponses : ConcurrentMap<String,RPromise<? extends RRemoteServiceResponse>> in method public run() : void from class org.redisson.BaseRemoteService.poll.future.schedule | From | To |