659e85e304d070f9908a96cf6a0e1cbafde6a434
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private unwrapException(ex Exception) : Exception renamed to private unwrapExecutionException(ex ExecutionException) : Exception in class org.apache.hadoop.hdfs.server.namenode.ha.RequestHedgingProxyProvider | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type ex : Exception to ex : ExecutionException in method private unwrapExecutionException(ex ExecutionException) : Exception in class org.apache.hadoop.hdfs.server.namenode.ha.RequestHedgingProxyProvider | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute successfulProxy : ProxyInfo<T> to currentUsedProxy : ProxyInfo<T> in class org.apache.hadoop.hdfs.server.namenode.ha.RequestHedgingProxyProvider | From | To | |
| Extract Method | 1 | ||
| Extract Method private unwrapInvocationTargetException(ex InvocationTargetException) : Exception extracted from private unwrapException(ex Exception) : Exception in class org.apache.hadoop.hdfs.server.namenode.ha.RequestHedgingProxyProvider | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter ex : Exception to exception : Exception in method private isStandbyException(exception Exception) : boolean in class org.apache.hadoop.hdfs.server.namenode.ha.RequestHedgingProxyProvider | From | To |