6ff957be88d48a8b41e9fcbe4cf466d672cd7bc1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method package blockHasEnoughRacksStriped(storedBlock BlockInfo, corruptNodes Collection<DatanodeDescriptor>) : boolean extracted from package blockHasEnoughRacks(storedBlock BlockInfo, expectedStorageNum int) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager | From | To | |
Extract Method package blockHashEnoughRacksContiguous(storedBlock BlockInfo, expectedStorageNum int, corruptNodes Collection<DatanodeDescriptor>) : boolean extracted from package blockHasEnoughRacks(storedBlock BlockInfo, expectedStorageNum int) : boolean in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager | From | To |