145258903e0f61cae13d997f72932ebd46fef977
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public create(path String, options CreateOptions) : OutputStream renamed to public createNonAtomic(path String, options CreateOptions) : OutputStream in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
| Rename Method public create(path String, options CreateOptions) : OutputStream renamed to public createNonAtomic(path String, options CreateOptions) : OutputStream in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private mPermanentPath : String from class alluxio.underfs.AtomicFileOutputStream to private mPermanentPath : String from class alluxio.underfs.NonAtomicCreateUnderFileSystem | From | To | |
| Move Attribute private mTemporaryPath : String from class alluxio.underfs.AtomicFileOutputStream to private mTemporaryPath : String from class alluxio.underfs.NonAtomicCreateUnderFileSystem | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.underfs.NonAtomicCreateUnderFileSystem from class alluxio.underfs.AtomicFileOutputStream | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass alluxio.underfs.NonAtomicCreateUnderFileSystem from classes [alluxio.underfs.hdfs.HdfsUnderFileSystem, alluxio.underfs.local.LocalUnderFileSystem] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mUfs : UnderFileSystem to mUfs : NonAtomicCreateUnderFileSystem in class alluxio.underfs.AtomicFileOutputStream | From | To |