cedf587e4423249a95b324d160445ffcd04a7ed4
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method public completeCreate(options NonAtomicCreateOptions) : void moved from class alluxio.underfs.UnderFileSystem to class alluxio.underfs.NonAtomicFileOutputStream & inlined to public close() : void | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private mTemporaryPath : String from class alluxio.underfs.options.NonAtomicCreateOptions to private mTemporaryPath : String from class alluxio.underfs.NonAtomicFileOutputStream | From | To | |
| Move Attribute private mPermanentPath : String from class alluxio.underfs.options.NonAtomicCreateOptions to private mPermanentPath : String from class alluxio.underfs.NonAtomicFileOutputStream | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute temporaryPath : String to mTemporaryPath : String in method public NonAtomicFileOutputStream(path String, options CreateOptions, ufs NonAtomicUnderFileSystem) in class alluxio.underfs.NonAtomicFileOutputStream | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mOptions : NonAtomicCreateOptions to mOptions : CreateOptions in class alluxio.underfs.NonAtomicFileOutputStream | From | To |