b00538cdc7b001b9485a74e7af6e986d4e53d3c3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type location : String to location : Path in method private deleteFilesFrom(user String, location Path, fileNames List<String>) : List<String> in class com.facebook.presto.hive.HiveMetadata | From | To | |
Change Return Type | 2 | ||
Change Return Type String to Path in method public getTargetPath() : Path in class com.facebook.presto.hive.PartitionUpdate | From | To | |
Change Return Type String to Path in method public getWritePath() : Path in class com.facebook.presto.hive.PartitionUpdate | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable directory : Path to location : Path in method private deleteFilesFrom(user String, location Path, fileNames List<String>) : List<String> in class com.facebook.presto.hive.HiveMetadata | From | To | |
Change Variable Type | 2 | ||
Change Variable Type writePath : String to writePath : Path in method private rollbackPartitionUpdates(user String, partitionUpdates List<PartitionUpdate>, actionName String) : void in class com.facebook.presto.hive.HiveMetadata | From | To | |
Change Variable Type targetPath : String to targetPath : Path in method private rollbackPartitionUpdates(user String, partitionUpdates List<PartitionUpdate>, actionName String) : void in class com.facebook.presto.hive.HiveMetadata | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type targetPath : String to targetPath : Path in class com.facebook.presto.hive.PartitionUpdate | From | To | |
Change Attribute Type writePath : String to writePath : Path in class com.facebook.presto.hive.PartitionUpdate | From | To | |
Extract Method | 1 | ||
Extract Method private deleteIfExists(user String, path Path) : boolean extracted from public deleteIfExists(user String, location String) : boolean in class com.facebook.presto.hive.HiveMetadata | From | To |