d2af79af7e108d07806b94644987fa8288205986
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute thisFs : TachyonURI to mRootUri : TachyonURI in method private validateUri(uri TachyonURI) : void in class tachyon.client.TachyonFS | From | To | |
| Extract Method | 2 | ||
| Extract Method private updateFileStatusCache(fileId int, path String, info ClientFileInfo) : void extracted from public getFileStatus(fileId int, path TachyonURI, useCachedMetadata boolean) : ClientFileInfo in class tachyon.client.TachyonFS | From | To | |
| Extract Method private getFileStatus(cache Map<K,ClientFileInfo>, key K, fileId int, path String, useCachedMetaData boolean) : ClientFileInfo extracted from public getFileStatus(fileId int, path TachyonURI, useCachedMetadata boolean) : ClientFileInfo in class tachyon.client.TachyonFS | From | To |