66c68f8ea369bf1a0f85978a49f14838ec345ab8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getArchivedHFiles(archiveDir Path, rootDir Path, fs FileSystem, tableName TableName) : Collection<String> renamed to private getHFiles(dir Path, fs FileSystem, tableName TableName) : Collection<String> in class org.apache.hadoop.hbase.master.cleaner.TestSnapshotFromMaster | From | To | |
| Rename Variable | 1 | ||
| Rename Variable files : Collection<String> to archives : Collection<String> in method private testSnapshotHFileArchiving(hfileCount int) : void in class org.apache.hadoop.hbase.master.cleaner.TestSnapshotFromMaster | From | To | |
| Extract Method | 1 | ||
| Extract Method private testSnapshotHFileArchiving(hfileCount int) : void extracted from public testSnapshotHFileArchiving() : void in class org.apache.hadoop.hbase.master.cleaner.TestSnapshotFromMaster | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter archiveDir : Path to dir : Path in method private getHFiles(dir Path, fs FileSystem, tableName TableName) : Collection<String> in class org.apache.hadoop.hbase.master.cleaner.TestSnapshotFromMaster | From | To |