ab3d510c1def1f7bb4ecfab2dee8e189ce3f4f33
Files Diff
- Added: 8
- Removed: 1
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 9 | ||
| Push Down Method public OzoneClient() from class org.apache.hadoop.ozone.OzoneClient to public OzoneClientImpl() from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Push Down Method public createBucket(volumeName String, bucketName String, versioning OzoneConsts.Versioning, storageType StorageType, acls OzoneAcl...) : void from class org.apache.hadoop.ozone.OzoneClient to public createBucket(volumeName String, bucketName String, versioning Versioning, storageType StorageType, acls OzoneAcl...) : void from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Push Down Method public createVolume(volumeName String) : void from class org.apache.hadoop.ozone.OzoneClient to public createVolume(volumeName String) : void from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Push Down Method public close() : void from class org.apache.hadoop.ozone.OzoneClient to public close() : void from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Push Down Method public createBucket(volumeName String, bucketName String, storageType StorageType) : void from class org.apache.hadoop.ozone.OzoneClient to public createBucket(volumeName String, bucketName String, storageType StorageType) : void from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Push Down Method public createVolume(volumeName String, owner String) : void from class org.apache.hadoop.ozone.OzoneClient to public createVolume(volumeName String, owner String) : void from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Push Down Method public createBucket(volumeName String, bucketName String, versioning OzoneConsts.Versioning) : void from class org.apache.hadoop.ozone.OzoneClient to public createBucket(volumeName String, bucketName String, versioning Versioning) : void from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Push Down Method public createBucket(volumeName String, bucketName String) : void from class org.apache.hadoop.ozone.OzoneClient to public createBucket(volumeName String, bucketName String) : void from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Push Down Method public createBucket(volumeName String, bucketName String, acls OzoneAcl...) : void from class org.apache.hadoop.ozone.OzoneClient to public createBucket(volumeName String, bucketName String, acls OzoneAcl...) : void from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Extract Subclass | 1 | ||
| Extract Subclass org.apache.hadoop.ozone.OzoneClientImpl from class org.apache.hadoop.ozone.OzoneClient | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type versioning : OzoneConsts.Versioning to versioning : Versioning in method public createBucket(volumeName String, bucketName String, versioning Versioning) : void in class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Change Parameter Type versioning : OzoneConsts.Versioning to versioning : Versioning in method public createBucket(volumeName String, bucketName String, versioning Versioning, storageType StorageType, acls OzoneAcl...) : void in class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Push Down Attribute | 1 | ||
| Push Down Attribute private ugi : UserGroupInformation from class org.apache.hadoop.ozone.OzoneClient to private ugi : UserGroupInformation from class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.hadoop.ozone.TestOzoneClient renamed to org.apache.hadoop.ozone.TestOzoneClientImpl | From | To | |
| Extract Method | 5 | ||
| Extract Method public createBucket(volumeName String, bucketName String, acls OzoneAcl...) : void extracted from public createBucket(volumeName String, bucketName String) : void in class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Extract Method public createVolume(volumeName String, owner String) : void extracted from public createVolume(volumeName String, owner String) : void in class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Extract Method public createBucket(volumeName String, bucketName String, acls OzoneAcl...) : void extracted from public createBucket(volumeName String, bucketName String, storageType StorageType) : void in class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Extract Method public createVolume(volumeName String) : void extracted from public createVolume(volumeName String, owner String) : void in class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Extract Method public createVolume(volumeName String, owner String, acls OzoneAcl...) : void extracted from public createVolume(volumeName String, owner String) : void in class org.apache.hadoop.ozone.OzoneClientImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type ozClient : OzoneClient to ozClient : OzoneClientImpl in class org.apache.hadoop.ozone.TestOzoneClientImpl | From | To |