52f543e7e12b857b357d524d44b1388cd2e22582
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Attribute | 1 | ||
| Rename Attribute mMasterInfo : MasterInfo to mFsMaster : FileSystemMaster in class tachyon.master.next.MasterInfoIntegrationTest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type dirIds : HashSet<Integer> to dirIds : HashSet<Long> in method public listFilesTest() : void in class tachyon.master.next.MasterInfoIntegrationTest | From | To | |
| Change Variable Type fileId : int to fileId : long in method public exec(depth int, concurrencyDepth int, path TachyonURI) : void in class tachyon.master.next.MasterInfoIntegrationTest.ConcurrentRenamer | From | To | |
| Change Variable Type ids : HashSet<Integer> to ids : HashSet<Long> in method public listFilesTest() : void in class tachyon.master.next.MasterInfoIntegrationTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable folderId : long in method public lastModificationTimeDeleteTest() : void from class tachyon.master.next.MasterInfoIntegrationTest | From | To | |
| Inline Variable | 1 | ||
| Inline Variable inode : InodeFile in method public createFile(path TachyonURI, blockSizeBytes long, recursive boolean) : long from class tachyon.master.next.filesystem.FileSystemMaster | From | To | |
| Extract Method | 2 | ||
| Extract Method public createPath(path TachyonURI, blockSizeBytes long, recursive boolean, directory boolean, creationTimeMs long) : List<Inode> extracted from public createPath(path TachyonURI, blockSizeBytes long, recursive boolean, directory boolean) : List<Inode> in class tachyon.master.next.filesystem.meta.InodeTree | From | To | |
| Extract Method public createFileInternal(path TachyonURI, blockSizeBytes long, recursive boolean, opTimeMs long) : List<Inode> extracted from public createFile(path TachyonURI, blockSizeBytes long, recursive boolean) : long in class tachyon.master.next.filesystem.FileSystemMaster | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type mLocalTachyonCluster : tachyon.master.LocalTachyonCluster to mLocalTachyonCluster : LocalTachyonCluster in class tachyon.master.next.MasterInfoIntegrationTest | From | To | |
| Change Attribute Type mMasterInfo : MasterInfo to mFsMaster : FileSystemMaster in class tachyon.master.next.MasterInfoIntegrationTest | From | To |