1f3e26af4aea64972b6f32f6172b391d315cdfd9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public removeFile(file InodeFile) : void renamed to public removeInode(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucket | From | To | |
Rename Method public addFile(file InodeFile) : void renamed to public addInode(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucket | From | To | |
Rename Method public getFiles() : Set<InodeFile> renamed to public getInodes() : Set<Inode<?>> in class alluxio.master.file.meta.TtlBucket | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type file : InodeFile to inode : Inode<?> in method private getBucketContaining(inode Inode<?>) : TtlBucket in class alluxio.master.file.meta.TtlBucketList | From | To | |
Change Parameter Type file : InodeFile to inode : Inode<?> in method public addInode(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucket | From | To | |
Change Parameter Type file : InodeFile to inode : Inode<?> in method public removeInode(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucket | From | To | |
Change Parameter Type file : InodeFile to inode : Inode<?> in method public insert(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucketList | From | To | |
Change Parameter Type file : InodeFile to inode : Inode<?> in method public remove(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucketList | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<InodeFile> to Set<Inode<?>> in method public getInodes() : Set<Inode<?>> in class alluxio.master.file.meta.TtlBucket | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mFiles : Set<InodeFile> to mInodes : Set<Inode<?>> in class alluxio.master.file.meta.TtlBucket | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mFiles : Set<InodeFile> to mInodes : Set<Inode<?>> in class alluxio.master.file.meta.TtlBucket | From | To | |
Rename Parameter | 5 | ||
Rename Parameter file : InodeFile to inode : Inode<?> in method public addInode(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucket | From | To | |
Rename Parameter file : InodeFile to inode : Inode<?> in method private getBucketContaining(inode Inode<?>) : TtlBucket in class alluxio.master.file.meta.TtlBucketList | From | To | |
Rename Parameter file : InodeFile to inode : Inode<?> in method public removeInode(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucket | From | To | |
Rename Parameter file : InodeFile to inode : Inode<?> in method public insert(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucketList | From | To | |
Rename Parameter file : InodeFile to inode : Inode<?> in method public remove(inode Inode<?>) : void in class alluxio.master.file.meta.TtlBucketList | From | To |