8bd8ff084f59b5a44fd394edde504b649de6f685
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type childrenIds : List<Long> to childrenIds : Set<Long> in method public InodeDirectoryEntry(creationTimeMs long, id long, name String, parentId long, isPinned boolean, lastModificationTimeMs long, childrenIds Set<Long>) in class tachyon.master.next.filesystem.journal.InodeDirectoryEntry | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<Long> to Set<Long> in method public getChildrenIds() : Set<Long> in class tachyon.master.next.filesystem.meta.InodeDirectory | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type ret : List<Long> to ret : Set<Long> in method public getChildrenIds() : Set<Long> in class tachyon.master.next.filesystem.meta.InodeDirectory | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mChildrenIds : List<Long> to mChildrenIds : Set<Long> in class tachyon.master.next.filesystem.journal.InodeDirectoryEntry | From | To |