613b902b9808c1c679674047cff15feade01dfab
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testAllFailedLocations() : void renamed to public testBadConfiguration() : void in class org.apache.hadoop.hdfs.server.datanode.checker.TestStorageLocationChecker | From | To | |
Change Variable Type | 1 | ||
Change Variable Type goodLocations : ArrayList<StorageLocation> to goodLocations : HashMap<StorageLocation,Boolean> in method public check(conf Configuration, dataDirs Collection<StorageLocation>) : List<StorageLocation> in class org.apache.hadoop.hdfs.server.datanode.checker.StorageLocationChecker | From | To |