28ca5c9d1647837a1b2480d8935deffc6f68d807
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public setBucketEmptyStatus(bucketName String, status boolean) : void from class org.apache.hadoop.ozone.client.OzoneVolumeStub to public setBucketEmptyStatus(bucketName String, status boolean) : void from class org.apache.hadoop.ozone.client.ObjectStoreStub | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private bucketEmptyStatus : Map<String,Boolean> from class org.apache.hadoop.ozone.client.OzoneVolumeStub to private bucketEmptyStatus : Map<String,Boolean> from class org.apache.hadoop.ozone.client.ObjectStoreStub | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type stub : OzoneVolumeStub to stub : ObjectStoreStub in method public testDeleteWithBucketNotEmpty() : void in class org.apache.hadoop.ozone.s3.bucket.TestDeleteBucket | From | To |