5360da8bd9f720384860f411bee081aef13b4bd4
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable arr : AsyncGet<RpcResponseWrapper,IOException> to frrw : Future<RpcResponseWrapper> in method public invoke(proxy Object, method Method, args Object[]) : Object in class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker | From | To | |
Change Return Type | 3 | ||
Change Return Type DistributedFileSystem to FileSystem in method public configureFailoverFs(cluster MiniDFSCluster, conf Configuration) : FileSystem in class org.apache.hadoop.hdfs.server.namenode.ha.HATestUtil | From | To | |
Change Return Type AsyncGet<T,IOException> to Future<T> in method public getAsyncRpcResponse() : Future<T> in class org.apache.hadoop.ipc.Client | From | To | |
Change Return Type DistributedFileSystem to FileSystem in method public configureFailoverFs(cluster MiniDFSCluster, conf Configuration, nsIndex int) : FileSystem in class org.apache.hadoop.hdfs.server.namenode.ha.HATestUtil | From | To | |
Rename Attribute | 1 | ||
Rename Attribute hasSuccessfulCall : boolean to hasMadeASuccessfulCall : boolean in class org.apache.hadoop.io.retry.RetryInvocationHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type arr : AsyncGet<RpcResponseWrapper,IOException> to frrw : Future<RpcResponseWrapper> in method public invoke(proxy Object, method Method, args Object[]) : Object in class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker | From | To | |
Extract Variable | 2 | ||
Extract Variable rrw : RpcResponseWrapper in method public get(timeout long, unit TimeUnit) : Message from class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker.invoke.asyncGet | From | To | |
Extract Variable rrw : RpcResponseWrapper in method public invoke(proxy Object, method Method, args Object[]) : Object from class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type fs : DistributedFileSystem to fs : FileSystem in class org.apache.hadoop.hdfs.TestAsyncDFS | From | To | |
Change Attribute Type ASYNC_RPC_RESPONSE : ThreadLocal<AsyncGet<? extends Writable,IOException>> to ASYNC_RPC_RESPONSE : ThreadLocal<Future<?>> in class org.apache.hadoop.ipc.Client | From | To |