44dc872b7b44b8a5c26e30b8c67d2b62e9628110
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private tryScheduleRetry(error Throwable, updateCachedLocation Consumer<Throwable>) : void extracted from protected onError(error Throwable, errMsg Supplier<String>, updateCachedLocation Consumer<Throwable>) : void in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller | From | To | |
Rename Parameter | 1 | ||
Rename Parameter error : Throwable to t : Throwable in method protected onError(t Throwable, errMsg Supplier<String>, updateCachedLocation Consumer<Throwable>) : void in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller | From | To |