d7325185ad2864ed8fc78bb362776648a75c951b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type delFiles : Collection<FileStatus> to delPartitions : List<CompactionDelPartition> in method public PartitionedMobCompactionRequest(compactionPartitions Collection<CompactionPartition>, delPartitions List<CompactionDelPartition>) in class org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactionRequest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable allDelFiles : Collection<FileStatus> to allDelPartitions : ArrayList<CompactionDelPartition> in method protected select(candidates List<FileStatus>, allFiles boolean) : PartitionedMobCompactionRequest in class org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactor | From | To | |
| Rename Variable delFile : FileStatus to delPartition : CompactionDelPartition in method protected performCompaction(request PartitionedMobCompactionRequest) : List<Path> in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor.testCompactDelFiles.compactor | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute delFiles : Collection<FileStatus> to delPartitions : List<CompactionDelPartition> in class org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactionRequest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type allDelFiles : Collection<FileStatus> to allDelPartitions : ArrayList<CompactionDelPartition> in method protected select(candidates List<FileStatus>, allFiles boolean) : PartitionedMobCompactionRequest in class org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactor | From | To | |
| Change Variable Type delFile : FileStatus to delPartition : CompactionDelPartition in method protected performCompaction(request PartitionedMobCompactionRequest) : List<Path> in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor.testCompactDelFiles.compactor | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type delFiles : List<FileStatus> to delFiles : List<Path> in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor | From | To | |
| Change Attribute Type delFiles : Collection<FileStatus> to delPartitions : List<CompactionDelPartition> in class org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactionRequest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter delFiles : Collection<FileStatus> to delPartitions : List<CompactionDelPartition> in method public PartitionedMobCompactionRequest(compactionPartitions Collection<CompactionPartition>, delPartitions List<CompactionDelPartition>) in class org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactionRequest | From | To |