64736185ab76887a189fb2ac42d60e5c69722ab8
Files Diff
- Added: 0
 - Removed: 1
 - Renamed: 0
 - Modified: 9
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public createInternal(path String, options CreateOptions) : OutputStream renamed to public createDirect(path String, options CreateOptions) : OutputStream in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
| Rename Method public createInternal(path String, options CreateOptions) : OutputStream renamed to public createDirect(path String, options CreateOptions) : OutputStream in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
| Pull Up Method | 2 | ||
| Pull Up Method public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.hdfs.HdfsUnderFileSystem to public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.UnderFileSystem | From | To | |
| Pull Up Method public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.local.LocalUnderFileSystem to public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.UnderFileSystem | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type ufs : NonAtomicUnderFileSystem to ufs : UnderFileSystem in method public NonAtomicFileOutputStream(path String, options CreateOptions, ufs UnderFileSystem) in class alluxio.underfs.NonAtomicFileOutputStream | From | To | |
| Extract Method | 5 | ||
| Extract Method public createDirect(path String, options CreateOptions) : OutputStream extracted from public create(path String, options CreateOptions) : OutputStream in class alluxio.underfs.oss.OSSUnderFileSystem | From | To | |
| Extract Method public createDirect(path String, options CreateOptions) : OutputStream extracted from public create(path String, options CreateOptions) : OutputStream in class alluxio.underfs.gcs.GCSUnderFileSystem | From | To | |
| Extract Method public createDirect(path String, options CreateOptions) : OutputStream extracted from public create(path String, options CreateOptions) : OutputStream in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
| Extract Method public createDirect(path String, options CreateOptions) : OutputStream extracted from public create(path String, options CreateOptions) : OutputStream in class alluxio.underfs.s3.S3UnderFileSystem | From | To | |
| Extract Method public createDirect(path String, options CreateOptions) : OutputStream extracted from public create(path String, options CreateOptions) : OutputStream in class alluxio.underfs.s3a.S3AUnderFileSystem | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mUfs : NonAtomicUnderFileSystem to mUfs : UnderFileSystem in class alluxio.underfs.NonAtomicFileOutputStream | From | To |