c3ace7c7bcd4d07d988bebcc0ca2b0109d17456c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public setMountPoint(mountPoint boolean) : T from class alluxio.master.file.meta.Inode.Builder to public setMountPoint(mountPoint boolean) : Builder from class alluxio.master.file.meta.InodeDirectory.Builder | From | To | |
Push Down Method public isMountPoint() : boolean from class alluxio.master.file.meta.Inode to public isMountPoint() : boolean from class alluxio.master.file.meta.InodeDirectory | From | To | |
Move Method | 1 | ||
Move Method public setMountPoint(mountPoint boolean) : void from class alluxio.master.file.meta.Inode to public setMountPoint(mountPoint boolean) : Builder from class alluxio.master.file.meta.InodeDirectory.Builder | From | To | |
Change Return Type | 2 | ||
Change Return Type void to Builder in method public setMountPoint(mountPoint boolean) : Builder in class alluxio.master.file.meta.InodeDirectory.Builder | From | To | |
Change Return Type T to Builder in method public setMountPoint(mountPoint boolean) : Builder in class alluxio.master.file.meta.InodeDirectory.Builder | From | To | |
Move Attribute | 1 | ||
Move Attribute private mMountPoint : boolean from class alluxio.master.file.meta.Inode to private mMountPoint : boolean from class alluxio.master.file.meta.InodeDirectory.Builder | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute private mMountPoint : boolean from class alluxio.master.file.meta.Inode to private mMountPoint : boolean from class alluxio.master.file.meta.InodeDirectory | From | To | |
Push Down Attribute private mMountPoint : boolean from class alluxio.master.file.meta.Inode.Builder to private mMountPoint : boolean from class alluxio.master.file.meta.InodeDirectory.Builder | From | To |