a35850dc82a393bcdb76ef2d2d1bdb4dcb022dfc
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 19
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type ps : PermissionStatus to options : UnderFileSystemCreateOptions in method public abstract create(path String, options UnderFileSystemCreateOptions) : OutputStream in class alluxio.underfs.UnderFileSystem | From | To | |
| Change Parameter Type ps : PermissionStatus to options : UnderFileSystemCreateOptions in method public create(path String, options UnderFileSystemCreateOptions) : OutputStream in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
| Change Parameter Type ps : PermissionStatus to options : UnderFileSystemCreateOptions in method public create(path String, options UnderFileSystemCreateOptions) : FSDataOutputStream in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
| Inline Method | 1 | ||
| Inline Method public create(path String, blockSizeByte int) : FSDataOutputStream inlined to public create(path String) : FSDataOutputStream in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [createParent : boolean, ps : PermissionStatus] to options : UnderFileSystemMkdirsOptions in method public mkdirs(path String, options UnderFileSystemMkdirsOptions) : boolean in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
| Extract Method | 8 | ||
| Extract Method public create(path String, options UnderFileSystemCreateOptions) : OutputStream extracted from public create(path String) : OutputStream in class alluxio.underfs.gcs.GCSUnderFileSystem | From | To | |
| Extract Method public create(path String, options UnderFileSystemCreateOptions) : OutputStream extracted from public create(path String) : OutputStream in class alluxio.underfs.oss.OSSUnderFileSystem | From | To | |
| Extract Method public mkdirs(path String, options UnderFileSystemMkdirsOptions) : boolean extracted from public mkdirs(path String, createParent boolean) : boolean in class alluxio.underfs.oss.OSSUnderFileSystem | From | To | |
| Extract Method public mkdirs(path String, options UnderFileSystemMkdirsOptions) : boolean extracted from public mkdirs(path String, createParent boolean) : boolean in class alluxio.underfs.gcs.GCSUnderFileSystem | From | To | |
| Extract Method public create(path String, options UnderFileSystemCreateOptions) : OutputStream extracted from public create(path String) : OutputStream in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
| Extract Method public create(path String, options UnderFileSystemCreateOptions) : OutputStream extracted from public create(path String) : OutputStream in class alluxio.underfs.s3.S3UnderFileSystem | From | To | |
| Extract Method public mkdirs(path String, options UnderFileSystemMkdirsOptions) : boolean extracted from public mkdirs(path String, createParent boolean) : boolean in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
| Extract Method public mkdirs(path String, options UnderFileSystemMkdirsOptions) : boolean extracted from public mkdirs(path String, createParent boolean) : boolean in class alluxio.underfs.s3.S3UnderFileSystem | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter ps : PermissionStatus to options : UnderFileSystemCreateOptions in method public create(path String, options UnderFileSystemCreateOptions) : FSDataOutputStream in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
| Rename Parameter ps : PermissionStatus to options : UnderFileSystemCreateOptions in method public create(path String, options UnderFileSystemCreateOptions) : OutputStream in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
| Rename Parameter ps : PermissionStatus to options : UnderFileSystemCreateOptions in method public abstract create(path String, options UnderFileSystemCreateOptions) : OutputStream in class alluxio.underfs.UnderFileSystem | From | To |