f0a2208af09b7e1bf1034ede6c840bc366a21674
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public stripSuffixIfPresent(key String, suffix String) : String from class alluxio.util.UnderFileSystemUtils to public stripSuffixIfPresent(key String, suffix String) : String from class alluxio.util.CommonUtils | From | To | |
Move Method public stripPrefixIfPresent(path String, prefix String) : String from class alluxio.util.UnderFileSystemUtils to public stripPrefixIfPresent(key String, prefix String) : String from class alluxio.util.CommonUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable path : String to prefix : String in method private listInternal(path String) : String[] in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
Extract Variable | 1 | ||
Extract Variable self : String in method private listInternal(path String) : String[] from class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
Rename Parameter | 1 | ||
Rename Parameter path : String to key : String in method public stripPrefixIfPresent(key String, prefix String) : String in class alluxio.util.CommonUtils | From | To |