b1c7654ee40b372ed777525a42981c7cf55b5c72
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getSnapshotDiffReport(snapshotDir String, fromSnapshot String, toSnapshot String) : SnapshotDiffReport renamed to public getSnapshotDiffReportListing(snapshotDir String, fromSnapshot String, toSnapshot String, startPath byte[], index int) : SnapshotDiffReportListing in class org.apache.hadoop.hdfs.DFSClient | From | To | |
Change Return Type | 1 | ||
Change Return Type SnapshotDiffReport to SnapshotDiffReportListing in method public getSnapshotDiffReportListing(snapshotDir String, fromSnapshot String, toSnapshot String, startPath byte[], index int) : SnapshotDiffReportListing in class org.apache.hadoop.hdfs.DFSClient | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public bytes2byteArray(bytes byte[], len int, separator byte) : byte[][] extracted from public bytes2byteArray(bytes byte[], len int, separator byte) : byte[][] in class org.apache.hadoop.hdfs.DFSUtil & moved to class org.apache.hadoop.hdfs.DFSUtilClient | From | To |