544f75d6512fefd0e36f24a35e6b7472ca7bf301
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type block : BlockInfoContiguous to block : BlockInfo in method public markBlockReplicasAsCorrupt(oldBlock Block, block BlockInfo, oldGenerationStamp long, oldNumBytes long, newStorages DatanodeStorageInfo[]) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager | From | To | |
Change Variable Type | 3 | ||
Change Variable Type lastBlock : BlockInfoContiguous to lastBlock : BlockInfo in method private computeQuotaDeltaForUCBlock(file INodeFile) : QuotaCounts in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem | From | To | |
Change Variable Type blocks : BlockInfoContiguous[] to blocks : BlockInfo[] in method package computeQuotaDeltaForTruncate(newLength long, bsps BlockStoragePolicy, delta QuotaCounts) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile | From | To | |
Change Variable Type bi : BlockInfoContiguous to bi : BlockInfo in method package computeQuotaDeltaForTruncate(newLength long, bsps BlockStoragePolicy, delta QuotaCounts) : void in class org.apache.hadoop.hdfs.server.namenode.INodeFile | From | To |