10f8839f2983357a9b8378201bc0bad8708f8d6f
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public setSchedulerQueueName(scheduledQueueName String) : void from class org.redisson.executor.ScheduledTasksService to public setSchedulerQueueName(scheduledQueueName String) : void from class org.redisson.executor.TasksService | From | To | |
Pull Up Method public setSchedulerChannelName(schedulerChannelName String) : void from class org.redisson.executor.ScheduledTasksService to public setSchedulerChannelName(schedulerChannelName String) : void from class org.redisson.executor.TasksService | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private schedulerChannelName : String from class org.redisson.executor.ScheduledTasksService to protected schedulerChannelName : String from class org.redisson.executor.TasksService | From | To | |
Pull Up Attribute private schedulerQueueName : String from class org.redisson.executor.ScheduledTasksService to protected schedulerQueueName : String from class org.redisson.executor.TasksService | From | To | |
Rename Attribute | 1 | ||
Rename Attribute id0 : long to id : byte[] in class org.redisson.remote.RequestId | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type id0 : long to id : byte[] in class org.redisson.remote.RequestId | From | To | |
Extract Method | 3 | ||
Extract Method protected getTask(requestId String, tasks RMap<String,RemoteServiceRequest>) : RFuture<RemoteServiceRequest> extracted from private subscribe(remoteInterface Class<T>, requestQueue RBlockingQueue<String>, executor ExecutorService) : void in class org.redisson.RedissonRemoteService | From | To | |
Extract Method public getExecutorService(name String, options ExecutorOptions) : RScheduledExecutorService extracted from public getExecutorService(name String) : RScheduledExecutorService in class org.redisson.Redisson | From | To | |
Extract Method public getExecutorService(name String, codec Codec, options ExecutorOptions) : RScheduledExecutorService extracted from public getExecutorService(name String, codec Codec) : RScheduledExecutorService in class org.redisson.Redisson | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setTasksRetryIntervalName(tasksRetryInterval String) : void extracted from public RedissonExecutorService(codec Codec, commandExecutor CommandExecutor, redisson Redisson, name String, queueTransferService QueueTransferService, responses ConcurrentMap<String,ResponseEntry>) in class org.redisson.RedissonExecutorService & moved to class org.redisson.executor.TasksRunnerService | From | To | |
Rename Parameter | 1 | ||
Rename Parameter scheduledRequestId : String to requestId : String in method private finish(requestId String) : void in class org.redisson.executor.TasksRunnerService | From | To |