11585883a9eb30ba080b9aa49dba42cb0a797d75
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type it : Iterator<BlockInfoContiguous> to it : Iterator<? extends BlockInfo> in method private processBlocksForDecomInternal(datanode DatanodeDescriptor, it Iterator<? extends BlockInfo>, insufficientlyReplicated List<BlockInfoContiguous>, pruneSufficientlyReplicated boolean) : void in class org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager.Monitor | From | To | |
Change Variable Type | 3 | ||
Change Variable Type last : BlockInfoContiguous to last : BlockInfo in method package truncateInternal(src String, newLength long, clientName String, clientMachine String, mtime long, pc FSPermissionChecker, toRemoveBlocks BlocksMapUpdateInfo) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem | From | To | |
Change Variable Type info : BlockInfoContiguous to info : BlockInfo in method public get() : Boolean in class org.apache.hadoop.hdfs.TestDecommission.testRecommission.waitFor | From | To | |
Change Variable Type lastBlock : BlockInfoContiguous to lastBlock : BlockInfo in method package combineAndCollectSnapshotBlocks(reclaimContext INode.ReclaimContext, file INodeFile, removed FileDiff) : void in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList | From | To |