3cd3c903690dad605323ec1b66efb4748211161c
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [mTemporaryPath : String, mPermanentPath : String] to mParams : NonAtomicCreateOptions in class alluxio.underfs.NonAtomicFileOutputStream | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private mTemporaryPath : String from class alluxio.underfs.AtomicFileOutputStream to private mTemporaryPath : String from class alluxio.underfs.options.NonAtomicCreateOptions | From | To | |
| Move Attribute private mPermanentPath : String from class alluxio.underfs.AtomicFileOutputStream to private mPermanentPath : String from class alluxio.underfs.options.NonAtomicCreateOptions | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.underfs.options.NonAtomicCreateOptions from class alluxio.underfs.AtomicFileOutputStream | From | To | |
| Rename Class | 1 | ||
| Rename Class alluxio.underfs.AtomicFileOutputStream renamed to alluxio.underfs.NonAtomicFileOutputStream | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [temporaryPath : String, permanentPath : String] to options : NonAtomicCreateOptions in method public completeCreate(options NonAtomicCreateOptions) : void in class alluxio.underfs.NonAtomicCreateUnderFileSystem | From | To |