6e9957cd6ba6ac96e66cc5eb74981041bdc133ea
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getNewBlockContainerId() : long renamed to public getNewContainerId() : long in class tachyon.master.block.BlockContainerIdGenerator | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type containerIdGenerator : ContainerIdGenerator to containerIdGenerator : ContainerIdGenerable in method public InodeDirectoryIdGenerator(containerIdGenerator ContainerIdGenerable) in class tachyon.master.file.meta.InodeDirectoryIdGenerator | From | To | |
| Change Parameter Type containerIdGenerator : ContainerIdGenerator to containerIdGenerator : ContainerIdGenerable in method public InodeTree(containerIdGenerator ContainerIdGenerable, directoryIdGenerator InodeDirectoryIdGenerator) in class tachyon.master.file.meta.InodeTree | From | To | |
| Rename Variable | 3 | ||
| Rename Variable tDir : InodeDirectory to directory : InodeDirectory in method public getInMemoryFiles() : List<TachyonURI> in class tachyon.master.file.FileSystemMaster | From | To | |
| Rename Variable tInode : Inode to inode : Inode in method public getInMemoryFiles() : List<TachyonURI> in class tachyon.master.file.FileSystemMaster | From | To | |
| Rename Variable tPair : Pair<InodeDirectory,TachyonURI> to pair : Pair<InodeDirectory,TachyonURI> in method public getInMemoryFiles() : List<TachyonURI> in class tachyon.master.file.FileSystemMaster | From | To | |
| Rename Class | 2 | ||
| Rename Class tachyon.master.block.ContainerIdGenerator renamed to tachyon.master.block.ContainerIdGenerable | From | To | |
| Rename Class tachyon.master.block.BlockIdGenerator renamed to tachyon.master.block.BlockContainerIdGenerator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mBlockIdGenerator : BlockIdGenerator to mBlockContainerIdGenerator : BlockContainerIdGenerator in class tachyon.master.block.BlockMaster | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type mContainerIdGenerator : ContainerIdGenerator to mContainerIdGenerator : ContainerIdGenerable in class tachyon.master.file.meta.InodeTree | From | To | |
| Change Attribute Type mContainerIdGenerator : ContainerIdGenerator to mContainerIdGenerator : ContainerIdGenerable in class tachyon.master.file.meta.InodeDirectoryIdGenerator | From | To | |
| Change Attribute Type mBlockIdGenerator : BlockIdGenerator to mBlockContainerIdGenerator : BlockContainerIdGenerator in class tachyon.master.block.BlockMaster | From | To |