b80457158daf0dc712fbe5695625cc17d70d4bb4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getReply(i int) : int renamed to public getFlag(i int) : int in class org.apache.hadoop.hdfs.protocol.datatransfer.PipelineAck | From | To | |
| Rename Variable | 2 | ||
| Rename Variable reply : int to s : Status in method public isSuccess() : boolean in class org.apache.hadoop.hdfs.protocol.datatransfer.PipelineAck | From | To | |
| Rename Variable replyList : ArrayList<Integer> to flagList : ArrayList<Integer> in method public PipelineAck(seqno long, replies int[], downstreamAckTimeNanos long) in class org.apache.hadoop.hdfs.protocol.datatransfer.PipelineAck | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type reply : int to s : Status in method public isSuccess() : boolean in class org.apache.hadoop.hdfs.protocol.datatransfer.PipelineAck | From | To |