e62fecd6a1b193f567574e4b3f71b45d50cf1beb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type blockSize : int to blockSize : long in method protected assertTempBlockMeta(allocator Allocator, location BlockStoreLocation, blockSize long, avail boolean) : void in class tachyon.worker.block.allocator.BaseAllocatorTest | From | To | |
Rename Variable | 1 | ||
Rename Variable tempFolder : File to baseDir : String in method public before() : void in class tachyon.worker.block.allocator.AllocatorFactoryTest | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private TEST_TIER_LEVEL : int in class tachyon.worker.block.meta.StorageDirTest | From | To | |
Extract Attribute private TEST_TIER_LEVEL : int in class tachyon.worker.block.meta.TempBlockMetaTest | From | To | |
Extract Variable | 1 | ||
Extract Variable metaManager : BlockMetadataManager in method protected resetManagerView() : void from class tachyon.worker.block.allocator.BaseAllocatorTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tempFolder : File to baseDir : String in method public before() : void in class tachyon.worker.block.allocator.AllocatorFactoryTest | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type DEFAULT_RAM_SIZE : int to DEFAULT_RAM_SIZE : long in class tachyon.worker.block.allocator.BaseAllocatorTest | From | To | |
Change Attribute Type DEFAULT_HDD_SIZE : int to DEFAULT_HDD_SIZE : long in class tachyon.worker.block.allocator.BaseAllocatorTest | From | To | |
Change Attribute Type DEFAULT_SSD_SIZE : int to DEFAULT_SSD_SIZE : long in class tachyon.worker.block.allocator.BaseAllocatorTest | From | To | |
Change Attribute Type TEST_TIER_ALIAS : int to TEST_TIER_ALIAS : StorageLevelAlias in class tachyon.worker.block.meta.StorageTierTest | From | To |