8a320994213688cd5ed5755b6f9d5bee638c66d5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private delete(key String) : boolean renamed to private deleteInternal(key String) : boolean in class tachyon.underfs.s3.S3UnderFileSystem | From | To | |
Change Return Type | 1 | ||
Change Return Type S3Object to StorageObject in method private getObjectDetails(key String) : StorageObject in class tachyon.underfs.s3.S3UnderFileSystem | From | To | |
Extract Variable | 2 | ||
Extract Variable details : StorageObject in method public getFileSize(path String) : long from class tachyon.underfs.s3.S3UnderFileSystem | From | To | |
Extract Variable details : StorageObject in method public getModificationTimeMs(path String) : long from class tachyon.underfs.s3.S3UnderFileSystem | From | To |