f1e2592bf806285b34de002005a2702e0fe84005
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testGetKeyInfo() : void renamed to public testPutKey() : void in class org.apache.hadoop.ozone.ozShell.TestOzoneShell | From | To | |
Rename Method public testListVolumes() : void renamed to public testListVolume() : void in class org.apache.hadoop.ozone.ozShell.TestOzoneShell | From | To | |
Rename Method public testListBuckets() : void renamed to public testListBucket() : void in class org.apache.hadoop.ozone.ozShell.TestOzoneShell | From | To | |
Rename Variable | 2 | ||
Rename Variable volume : String to volumeName : String in method public testPutKey() : void in class org.apache.hadoop.ozone.ozShell.TestOzoneShell | From | To | |
Rename Variable key : String to keyName : String in method public testPutKey() : void in class org.apache.hadoop.ozone.ozShell.TestOzoneShell | From | To | |
Extract Method | 1 | ||
Extract Method private createTmpFile() : String extracted from public testGetKeyInfo() : void in class org.apache.hadoop.ozone.ozShell.TestOzoneShell | From | To |