83f2f78c118a7e52aba5104bd97b0acedc96be7b
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable frrw : Future<RpcResponseWrapper> to arr : AsyncGet<RpcResponseWrapper,IOException> in method public invoke(proxy Object, method Method, args Object[]) : Object in class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker | From | To | |
| Inline Method | 1 | ||
| Inline Method private invoke(method Method, args Object[], isRpc boolean, callId int, counters Counters) : Object inlined to public invoke(proxy Object, method Method, args Object[]) : Object in class org.apache.hadoop.io.retry.RetryInvocationHandler | From | To | |
| Change Return Type | 3 | ||
| Change Return Type FileSystem to DistributedFileSystem in method public configureFailoverFs(cluster MiniDFSCluster, conf Configuration, nsIndex int) : DistributedFileSystem in class org.apache.hadoop.hdfs.server.namenode.ha.HATestUtil | From | To | |
| Change Return Type Future<T> to AsyncGet<T,IOException> in method public getAsyncRpcResponse() : AsyncGet<T,IOException> in class org.apache.hadoop.ipc.Client | From | To | |
| Change Return Type FileSystem to DistributedFileSystem in method public configureFailoverFs(cluster MiniDFSCluster, conf Configuration) : DistributedFileSystem in class org.apache.hadoop.hdfs.server.namenode.ha.HATestUtil | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type frrw : Future<RpcResponseWrapper> to arr : AsyncGet<RpcResponseWrapper,IOException> in method public invoke(proxy Object, method Method, args Object[]) : Object in class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type ASYNC_RPC_RESPONSE : ThreadLocal<Future<?>> to ASYNC_RPC_RESPONSE : ThreadLocal<AsyncGet<? extends Writable,IOException>> in class org.apache.hadoop.ipc.Client | From | To | |
| Change Attribute Type fs : FileSystem to fs : DistributedFileSystem in class org.apache.hadoop.hdfs.TestAsyncDFS | From | To |