d2bf8add874c57775d024bc8da5539497bdd17af
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public createNonAtomic(path String, options CreateOptions) : OutputStream renamed to public createTemporary(path String, options CreateOptions) : OutputStream in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
Rename Method public createNonAtomic(path String, options CreateOptions) : OutputStream renamed to public createTemporary(path String, options CreateOptions) : OutputStream in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public completeCreate(options NonAtomicCreateOptions) : void from class alluxio.underfs.NonAtomicCreateUnderFileSystem to public completeCreate(options NonAtomicCreateOptions) : void from class alluxio.underfs.UnderFileSystem | From | To | |
Pull Up Method public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.NonAtomicCreateUnderFileSystem to public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.UnderFileSystem | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type ufs : NonAtomicCreateUnderFileSystem to ufs : UnderFileSystem in method public NonAtomicFileOutputStream(out OutputStream, ufs UnderFileSystem, options NonAtomicCreateOptions) in class alluxio.underfs.NonAtomicFileOutputStream | From | To | |
Extract Method | 5 | ||
Extract Method public createTemporary(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 createTemporary(path String, options CreateOptions) : OutputStream extracted from public create(path String, options CreateOptions) : OutputStream in class alluxio.underfs.s3a.S3AUnderFileSystem | From | To | |
Extract Method public createTemporary(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 createTemporary(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 createTemporary(path String, options CreateOptions) : OutputStream extracted from public create(path String, options CreateOptions) : OutputStream in class alluxio.underfs.oss.OSSUnderFileSystem | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mUfs : NonAtomicCreateUnderFileSystem to mUfs : UnderFileSystem in class alluxio.underfs.NonAtomicFileOutputStream | From | To |