682a29a57f73b836859b3d3e1048fc82d64e8fe3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public getTableStoreFilePathMap(fs FileSystem, hbaseRootDir Path, errors ErrorReporter) : Map<String,Path> extracted from public getTableStoreFilePathMap(fs FileSystem, hbaseRootDir Path) : Map<String,Path> in class org.apache.hadoop.hbase.util.FSUtils | From | To | |
Extract Method public getTableStoreFilePathMap(map Map<String,Path>, fs FileSystem, hbaseRootDir Path, tableName TableName, errors ErrorReporter) : Map<String,Path> extracted from public getTableStoreFilePathMap(map Map<String,Path>, fs FileSystem, hbaseRootDir Path, tableName TableName) : Map<String,Path> in class org.apache.hadoop.hbase.util.FSUtils | From | To |