952bbb708e3fa8b6a099499b0ddfcccaf148d3bc
Files Diff
- Added: 7
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected remove(requestQueue RBlockingQueue<RemoteServiceRequest>, request RemoteServiceRequest) : boolean renamed to protected removeAsync(requestQueue RBlockingQueue<RemoteServiceRequest>, request RemoteServiceRequest) : RFuture<Boolean> in class org.redisson.BaseRemoteService | From | To | |
| Change Parameter Type | 5 | ||
| Change Parameter Type commandExecutor : CommandExecutor to commandExecutor : CommandAsyncExecutor in method public BaseRemoteService(codec Codec, redisson RedissonClient, name String, commandExecutor CommandAsyncExecutor) in class org.redisson.BaseRemoteService | From | To | |
| Change Parameter Type commandExecutor : CommandExecutor to commandExecutor : CommandAsyncExecutor in method public BaseRemoteService(redisson RedissonClient, name String, commandExecutor CommandAsyncExecutor) in class org.redisson.BaseRemoteService | From | To | |
| Change Parameter Type commandExecutor : CommandExecutor to commandExecutor : CommandAsyncExecutor in method public TasksService(codec Codec, redisson RedissonClient, name String, commandExecutor CommandAsyncExecutor) in class org.redisson.executor.TasksService | From | To | |
| Change Parameter Type commandExecutor : CommandExecutor to commandExecutor : CommandAsyncExecutor in method public BaseRemoteService(redisson RedissonClient, commandExecutor CommandAsyncExecutor) in class org.redisson.BaseRemoteService | From | To | |
| Change Parameter Type commandExecutor : CommandExecutor to commandExecutor : CommandAsyncExecutor in method public BaseRemoteService(codec Codec, redisson RedissonClient, commandExecutor CommandAsyncExecutor) in class org.redisson.BaseRemoteService | From | To | |
| Change Return Type | 3 | ||
| Change Return Type boolean to RFuture<Boolean> in method protected removeAsync(requestQueue RBlockingQueue<RemoteServiceRequest>, request RemoteServiceRequest) : RFuture<Boolean> in class org.redisson.BaseRemoteService | From | To | |
| Change Return Type boolean to RFuture<Boolean> in method protected removeAsync(requestQueue RBlockingQueue<RemoteServiceRequest>, request RemoteServiceRequest) : RFuture<Boolean> in class org.redisson.executor.ScheduledTasksService | From | To | |
| Change Return Type boolean to RFuture<Boolean> in method protected removeAsync(requestQueue RBlockingQueue<RemoteServiceRequest>, request RemoteServiceRequest) : RFuture<Boolean> in class org.redisson.executor.TasksService | From | To | |
| Rename Class | 2 | ||
| Rename Class org.redisson.executor.ExecutorRemoteService renamed to org.redisson.executor.TasksService | From | To | |
| Rename Class org.redisson.executor.ScheduledExecutorRemoteService renamed to org.redisson.executor.ScheduledTasksService | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type scheduledRemoteService : ScheduledExecutorRemoteService to scheduledRemoteService : ScheduledTasksService in method private asyncScheduledServiceAtFixed() : RemoteExecutorServiceAsync in class org.redisson.executor.RemoteExecutorServiceImpl | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type commandExecutor : CommandExecutor to commandExecutor : CommandAsyncExecutor in class org.redisson.BaseRemoteService | From | To | |
| Change Attribute Type scheduledRemoteService : ScheduledExecutorRemoteService to scheduledRemoteService : ScheduledTasksService in class org.redisson.RedissonExecutorService | From | To |