39ec1515a205952eda7e171408a8b83eceb4abde
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 8 | ||
Extract Method private innerCopyFromLocalFile(delSrc boolean, overwrite boolean, src Path, dst Path) : void extracted from public copyFromLocalFile(delSrc boolean, overwrite boolean, src Path, dst Path) : void in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Extract Method public innerListStatus(f Path) : FileStatus[] extracted from public listStatus(f Path) : FileStatus[] in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Extract Method private innerMkdirs(f Path, permission FsPermission) : boolean extracted from public mkdirs(f Path, permission FsPermission) : boolean in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Extract Method private createFailingFS(conf Configuration) : void extracted from public testBadCredentials() : void in class org.apache.hadoop.fs.s3a.TestS3AAWSCredentialsProvider | From | To | |
Extract Method private createFailingFS(conf Configuration) : void extracted from public testBadConfiguration() : void in class org.apache.hadoop.fs.s3a.TestS3AAWSCredentialsProvider | From | To | |
Extract Method private innerDelete(f Path, recursive boolean) : boolean extracted from public delete(f Path, recursive boolean) : boolean in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Extract Method private innerRename(src Path, dst Path) : boolean extracted from public rename(src Path, dst Path) : boolean in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Extract Method protected verifyBucketExists() : void extracted from public initialize(name URI, conf Configuration) : void in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To | |
Rename Parameter | 1 | ||
Rename Parameter f : Path to path : Path in method public mkdirs(path Path, permission FsPermission) : boolean in class org.apache.hadoop.fs.s3a.S3AFileSystem | From | To |