cd775900a233fe91e300f8ef9e15523797f63146
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private getParentKey(path String) : String renamed to private getParentPath(path String) : String in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
Rename Method private stripPrefixIfPresent(path String) : String renamed to private stripContainerPrefixIfPresent(path String) : String in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
Rename Variable | 2 | ||
Rename Variable parentKey : String to parentPath : String in method private parentExists(path String) : boolean in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
Rename Variable parentKey : String to parentPath : String in method public mkdirs(path String, options MkdirsOptions) : boolean in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
Rename Parameter | 2 | ||
Rename Parameter key : String to path : String in method private isRoot(path String) : boolean in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
Rename Parameter key : String to path : String in method private stripFolderSuffixIfPresent(path String) : String in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To |