d9fb14051b72c21e473d4e971dc5a0bbc4c60576
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable toAdd : HashMap<ScanObjectEntry,ScanObjectEntry> to converted : LinkedHashMap<ScanObjectEntry,ScanObjectEntry> in method private handleReference(mainPromise RPromise<R>, res R) : void in class org.redisson.command.CommandAsyncService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type toAdd : HashMap<ScanObjectEntry,ScanObjectEntry> to converted : LinkedHashMap<ScanObjectEntry,ScanObjectEntry> in method private handleReference(mainPromise RPromise<R>, res R) : void in class org.redisson.command.CommandAsyncService | From | To | |
Extract Variable | 6 | ||
Extract Variable key : ScanObjectEntry in method private handleReference(mainPromise RPromise<R>, res R) : void from class org.redisson.command.CommandAsyncService | From | To | |
Extract Variable value : ScanObjectEntry in method private handleReference(mainPromise RPromise<R>, res R) : void from class org.redisson.command.CommandAsyncService | From | To | |
Extract Variable key : Object in method private handleReference(mainPromise RPromise<R>, res R) : void from class org.redisson.command.CommandAsyncService | From | To | |
Extract Variable value : Object in method private handleReference(mainPromise RPromise<R>, res R) : void from class org.redisson.command.CommandAsyncService | From | To | |
Extract Method | 1 | ||
Extract Method private fromReference(res Object) : R extracted from private handleReference(mainPromise RPromise<R>, res R) : void in class org.redisson.command.CommandAsyncService | From | To |