5a42e05dfb250376629ddf334fa7f9693120d0fa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type RPromise<Void> to RFuture<R> in method private executeMapperAsync(resultMapName String, collator RCollator<KOut,VOut,R>) : RFuture<R> in class org.redisson.mapreduce.MapReduceExecutor | From | To | |
| Change Return Type Integer to Object in method public call() : Object in class org.redisson.mapreduce.BaseMapperTask | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute semaphoreName : String to collator : RCollator<KOut,VOut,Object> in class org.redisson.mapreduce.BaseMapperTask | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type task : Callable<Integer> to task : Callable<Object> in method private executeMapperAsync(resultMapName String, collator RCollator<KOut,VOut,R>) : RFuture<R> in class org.redisson.mapreduce.MapReduceExecutor | From | To | |
| Extract Method | 2 | ||
| Extract Method private getMap() : RMap<String,String> extracted from public test() : void in class org.redisson.RedissonMapReduceTest | From | To | |
| Extract Method private getMap() : RMap<String,String> extracted from public testInjector() : void in class org.redisson.RedissonMapReduceTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type semaphoreName : String to collator : RCollator<KOut,VOut,Object> in class org.redisson.mapreduce.BaseMapperTask | From | To |