9445a9267fbb35fceb30846a664a3c862756ce65
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getKeyStatus(keyName String) : OzoneKey renamed to private getKeyInfo(key String) : OzoneKey in class org.apache.hadoop.fs.ozone.OzoneFileSystem | From | To | |
Extract Method | 1 | ||
Extract Method package addTrailingSlashIfNeeded(key String) : String extracted from public getFileStatus(f Path) : FileStatus in class org.apache.hadoop.fs.ozone.OzoneFileSystem | From | To | |
Rename Parameter | 1 | ||
Rename Parameter keyName : String to key : String in method private getKeyInfo(key String) : OzoneKey in class org.apache.hadoop.fs.ozone.OzoneFileSystem | From | To |