cd332f22888bcebeeb79d16e80d70facf0e9ad3b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public DeleteBuffer() from class alluxio.underfs.ObjectUnderFileSystem.DeleteBuffer to protected OperationBuffer() from class alluxio.underfs.ObjectUnderFileSystem.OperationBuffer | From | To | |
Pull Up Method private submitBatch() : void from class alluxio.underfs.ObjectUnderFileSystem.DeleteBuffer to private submitBatch() : void from class alluxio.underfs.ObjectUnderFileSystem.OperationBuffer | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type batch : List<String> to batch : List<T> in method public OperationThread(batch List<T>) in class alluxio.underfs.ObjectUnderFileSystem.OperationBuffer.OperationThread | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private mEntriesAdded : int from class alluxio.underfs.ObjectUnderFileSystem.DeleteBuffer to protected mEntriesAdded : int from class alluxio.underfs.ObjectUnderFileSystem.OperationBuffer | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to List<T> in method public call() : List<T> in class alluxio.underfs.ObjectUnderFileSystem.OperationBuffer.OperationThread | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class alluxio.underfs.ObjectUnderFileSystem.DeleteBuffer.DeleteThread moved and renamed to alluxio.underfs.ObjectUnderFileSystem.OperationBuffer.OperationThread | From | To | |
Extract Superclass | 1 | ||
Extract Superclass alluxio.underfs.ObjectUnderFileSystem.OperationBuffer from classes [alluxio.underfs.ObjectUnderFileSystem.DeleteBuffer] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mBatch : List<String> to mBatch : List<T> in class alluxio.underfs.ObjectUnderFileSystem.OperationBuffer.OperationThread | From | To | |
Inline Variable | 1 | ||
Inline Variable success : boolean in method public renameDirectory(src String, dst String) : boolean from class alluxio.underfs.ObjectUnderFileSystem | From | To |