2d8227605fe22c1c05f31729edc8939013763c05
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable headerLen : int to estimatedLen : int in method private setupResponse(call Call, header RpcResponseHeaderProto, rv Writable) : void in class org.apache.hadoop.ipc.Server | From | To | |
| Rename Variable out : DataOutputStream to buf : ResponseBuffer in method private setupResponse(call Call, header RpcResponseHeaderProto, rv Writable) : void in class org.apache.hadoop.ipc.Server | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type out : DataOutputStream to buf : ResponseBuffer in method private setupResponse(call Call, header RpcResponseHeaderProto, rv Writable) : void in class org.apache.hadoop.ipc.Server | From | To | |
| Extract Method | 2 | ||
| Extract Method private setupResponse(call Call, header RpcResponseHeaderProto, rv Writable) : void extracted from private setupResponse(responseBuf ByteArrayOutputStream, call Call, status RpcStatusProto, erCode RpcErrorCodeProto, rv Writable, errorClass String, error String) : void in class org.apache.hadoop.ipc.Server | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method private abortResponse(call Call, t Throwable) : void extracted from public abortResponse(t Throwable) : void in class org.apache.hadoop.ipc.Server.Call & moved to class org.apache.hadoop.ipc.Server.Connection | From | To |