c88389a8d651a86b23b02f0dd75993fcd8cc7c58
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<InodeFile> to Set<InodeFile> in method public getFiles() : Set<InodeFile> in class tachyon.master.file.meta.TTLBucket | From | To | |
Extract Method | 1 | ||
Extract Method private getBucketContaining(file InodeFile) : TTLBucket extracted from public insert(file InodeFile) : void in class tachyon.master.file.meta.TTLBucketList | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mFiles : List<InodeFile> to mFiles : Set<InodeFile> in class tachyon.master.file.meta.TTLBucket | From | To |