b9acb5ffc97bc4a2a46b0f097f21ef43963a919e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 44
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public get(context FileSystemContext) : FileSystem renamed to private create(context FileSystemContext, cachingEnabled boolean) : FileSystem in class alluxio.client.file.FileSystem.Factory | From | To | |
Inline Method | 1 | ||
Inline Method private getFileBlocks(path AlluxioURI) : List<FileBlockInfo> inlined to public getFileBlockLocations(file FileStatus, start long, len long) : BlockLocation[] in class alluxio.hadoop.AbstractFileSystem | From | To |