21a3a87747010f087d1937f48bba3caa883885f8
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getBlockLocationsNoUfsLocations() : void renamed to public getBlockLocationsNoUfsLocationsWithFallback() : void in class alluxio.hadoop.AbstractFileSystemTest | From | To | |
| Rename Method public getBlockLocationsNoMatchingWorkers() : void renamed to public getBlockLocationsNoMatchingWorkersWithFallback() : void in class alluxio.hadoop.AbstractFileSystemTest | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute stream : BlockInStream to mCachedPositionedReadStream : BlockInStream in method private positionedReadInternal(pos long, b byte[], off int, len int) : int in class alluxio.client.file.FileInStream | From | To | |
| Extract Method | 1 | ||
| Extract Method private triggerAsyncCaching(stream BlockInStream) : void extracted from private closeBlockInStream(stream BlockInStream) : void in class alluxio.client.file.FileInStream | From | To |