dcb0de848d8388fcee425847e52f6361790225c6
Files Diff
- Added: 8
- Removed: 3
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public OzoneClientProducer(ozoneConfiguration OzoneConfiguration) renamed to public setOzoneConfiguration(config OzoneConfiguration) : void in class org.apache.hadoop.ozone.s3.OzoneClientProducer | From | To | |
Move Source Folder | 1 | ||
Move Source Folder hadoop-ozone/ozone-manager to hadoop-ozone/common | From | To | |
Extract Method | 1 | ||
Extract Method private getClient(config OzoneConfiguration) : OzoneClient extracted from public createClient() : OzoneClient in class org.apache.hadoop.ozone.s3.OzoneClientProducer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ozoneConfiguration : OzoneConfiguration to config : OzoneConfiguration in method public setOzoneConfiguration(config OzoneConfiguration) : void in class org.apache.hadoop.ozone.s3.OzoneClientProducer | From | To |