29ae25801380b94442253c4202dee782dc4713f5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable keys : List<DeleteObjectsRequest.KeyVersion> to keysToDelete : List<DeleteObjectsRequest.KeyVersion> in method private removeKeys(keysToDelete List<DeleteObjectsRequest.KeyVersion>, clearKeys boolean) : void in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Extract Method | 4 | ||
Extract Method private removeKeys(keysToDelete List<DeleteObjectsRequest.KeyVersion>, clearKeys boolean) : void extracted from public rename(src Path, dst Path) : boolean in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Extract Method private removeKeys(keysToDelete List<DeleteObjectsRequest.KeyVersion>, clearKeys boolean) : void extracted from public delete(f Path, recursive boolean) : boolean in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To |