8b3d1f144408e4a7a014c5ac46418c9e91b9b0db
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable tableDescritor : HTableDescriptor to tableDescriptor : HTableDescriptor in method public testCleanMergeReference() : void in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster | From | To | |
Inline Method | 1 | ||
Inline Method protected completeCompaction(compactedFiles Collection<StoreFile>, removeFiles boolean) : void inlined to protected completeCompaction(compactedFiles Collection<StoreFile>) : void in class org.apache.hadoop.hbase.regionserver.HStore | From | To | |
Change Variable Type | 3 | ||
Change Variable Type region : Region to region : HRegion in method public testArchivingOnSingleTable() : void in class org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient | From | To | |
Change Variable Type region : Region to region : HRegion in method public testMultipleTables() : void in class org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient | From | To | |
Change Variable Type otherRegion : Region to otherRegion : HRegion in method public testMultipleTables() : void in class org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient | From | To | |
Rename Parameter | 1 | ||
Rename Parameter compactedFiles : Collection<StoreFile> to newCompactedfiles : Collection<StoreFile> in method public addCompactionResults(newCompactedfiles Collection<StoreFile>, results Collection<StoreFile>) : void in class org.apache.hadoop.hbase.regionserver.DefaultStoreFileManager | From | To |