fb6b38d67d8b997eca498fc5010b037e3081ace7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public call(rpcKind RPC.RpcKind, param Writable, address InetSocketAddress) : Writable inlined to public call(param Writable, address InetSocketAddress) : Writable in class org.apache.hadoop.ipc.Client | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type connections : Hashtable<ConnectionId,Connection> to connections : Cache<ConnectionId,Connection> in class org.apache.hadoop.ipc.Client | From | To |