7c55d7feb5aae4bc27058fa8ef93e5192f453d09
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getObjectList() : List<KeyInfo> renamed to public getKeyList() : List<KeyInfo> in class org.apache.hadoop.ozone.web.response.ListKeys | From | To | |
Rename Method public getStorageClass() : StorageType renamed to public getStorageType() : StorageType in class org.apache.hadoop.ozone.web.client.OzoneBucket | From | To | |
Rename Method public setObjectList(objectList List<KeyInfo>) : void renamed to public setKeyList(objectList List<KeyInfo>) : void in class org.apache.hadoop.ozone.web.response.ListKeys | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type stream : InputStream to stream : LengthInputStream in method public getResponse(args UserArgs, statusCode int, stream LengthInputStream) : Response in class org.apache.hadoop.ozone.web.utils.OzoneUtils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute objectList : List<KeyInfo> to keyList : List<KeyInfo> in class org.apache.hadoop.ozone.web.response.ListKeys | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type LOG : Log to LOG : Logger in class org.apache.hadoop.ozone.web.localstorage.OzoneMetadataManager | From | To |