9eb1fe122497ccfc63bd4a1104f8293f7287ffbc
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 17
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private createShardFiles(uuids UUID...) : void renamed to private createShardFile(uuid UUID) : void in class com.facebook.presto.raptor.metadata.TestShardCleaner | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type uuids : UUID... to uuid : UUID in method private createShardFile(uuid UUID) : void in class com.facebook.presto.raptor.metadata.TestShardCleaner | From | To | |
| Rename Variable | 2 | ||
| Rename Variable dao : TestingDao to metadataDao : MetadataDao in method public testCleanLocalShards() : void in class com.facebook.presto.raptor.metadata.TestShardCleaner | From | To | |
| Rename Variable uuids : List<UUID> to deletions : Set<UUID> in method package cleanLocalShards() : void in class com.facebook.presto.raptor.metadata.ShardCleaner | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private FILE_EXTENSION : String in class com.facebook.presto.raptor.storage.FileStorageService | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute localPurgeTime : Duration to ticker : Ticker in class com.facebook.presto.raptor.metadata.ShardCleaner | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type uuids : List<UUID> to deletions : Set<UUID> in method package cleanLocalShards() : void in class com.facebook.presto.raptor.metadata.ShardCleaner | From | To | |
| Change Variable Type dao : TestingDao to metadataDao : MetadataDao in method public testCleanLocalShards() : void in class com.facebook.presto.raptor.metadata.TestShardCleaner | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type localPurgeTime : Duration to ticker : Ticker in class com.facebook.presto.raptor.metadata.ShardCleaner | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter uuids : UUID... to uuid : UUID in method private createShardFile(uuid UUID) : void in class com.facebook.presto.raptor.metadata.TestShardCleaner | From | To |