15455337edc17f641ffa617ce19809e366d305a1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable throwable : Throwable to exception : RuntimeException in method public cancel() : void in class alluxio.client.block.stream.BlockOutStream | From | To | |
Change Variable Type | 2 | ||
Change Variable Type throwable : Throwable to exception : RuntimeException in method public cancel() : void in class alluxio.client.block.stream.BlockOutStream | From | To | |
Change Variable Type exception : IOException to exception : Exception in method public cancel() : void in class alluxio.client.block.stream.PacketOutStream | From | To | |
Extract Method | 3 | ||
Extract Method private readInternal(b byte[], off int, len int) : int extracted from public read(b byte[], off int, len int) : int in class alluxio.client.file.FileInStream | From | To | |
Extract Method public positionedReadInternal(pos long, b byte[], off int, len int) : int extracted from public positionedRead(pos long, b byte[], off int, len int) : int in class alluxio.client.file.FileInStream | From | To | |
Extract Method private readInternal() : int extracted from public read() : int in class alluxio.client.file.FileInStream | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public close(closer Closer) : void extracted from public close() : void in class alluxio.client.block.stream.BlockOutStream & moved to class alluxio.util.CommonUtils | From | To | |
Extract And Move Method public from(ex Exception) : AlluxioStatusException extracted from public cancel() : void in class alluxio.client.block.stream.PacketOutStream & moved to class alluxio.exception.status.AlluxioStatusException | From | To |