a110e1eff5cfa6e905dc329719384ea9e39545ba
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 43
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type threadResults : List<Future<T>> to threadResults : List<Future<?>> in method public assertOnFutures(threadResults List<Future<?>>) : void in class org.apache.hadoop.hbase.MultithreadedTestUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type threadResult : Future<T> to threadResult : Future<?> in method public assertOnFutures(threadResults List<Future<?>>) : void in class org.apache.hadoop.hbase.MultithreadedTestUtil | From | To |