0ae788fb28f403a885a5e5ce9095ed48dcfdb6a1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable result : Future<T> to future : Future<?> in method private propagateExceptions(futures List<Future<T>>) : void in class alluxio.util.CommonUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : Future<T> to future : Future<?> in method private propagateExceptions(futures List<Future<T>>) : void in class alluxio.util.CommonUtils | From | To | |
Extract Method | 1 | ||
Extract Method private propagateExceptions(futures List<Future<T>>) : void extracted from public invokeAll(callables List<Callable<T>>) : void in class alluxio.util.CommonUtils | From | To |