727019957c1008b7aed4028367d7e88c8abb1caf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [mSrcPathOwner : String, mSrcPathGroup : String, mSrcPathMode : short] to mSrcInode : Inode in class alluxio.master.file.DefaultFileSystemMaster.MasterAuditContext | From | To | |
Rename Method | 1 | ||
Rename Method public setSrcPathMode(mode short) : MasterAuditContext renamed to public setSrcInode(srcInode Inode) : MasterAuditContext in class alluxio.master.file.DefaultFileSystemMaster.MasterAuditContext | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type srcPath : String to srcPath : AlluxioURI in method public setSrcPath(srcPath AlluxioURI) : MasterAuditContext in class alluxio.master.file.DefaultFileSystemMaster.MasterAuditContext | From | To | |
Change Parameter Type mode : short to srcInode : Inode in method public setSrcInode(srcInode Inode) : MasterAuditContext in class alluxio.master.file.DefaultFileSystemMaster.MasterAuditContext | From | To | |
Change Parameter Type dstPath : String to dstPath : AlluxioURI in method public setDstPath(dstPath AlluxioURI) : MasterAuditContext in class alluxio.master.file.DefaultFileSystemMaster.MasterAuditContext | From | To | |
Move Class | 1 | ||
Move Class alluxio.master.AbstractMaster.MasterAuditContext moved to alluxio.master.file.DefaultFileSystemMaster.MasterAuditContext | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mDstPath : String to mDstPath : AlluxioURI in class alluxio.master.file.DefaultFileSystemMaster.MasterAuditContext | From | To | |
Change Attribute Type mSrcPath : String to mSrcPath : AlluxioURI in class alluxio.master.file.DefaultFileSystemMaster.MasterAuditContext | From | To | |
Rename Parameter | 1 | ||
Rename Parameter mode : short to srcInode : Inode in method public setSrcInode(srcInode Inode) : MasterAuditContext in class alluxio.master.file.DefaultFileSystemMaster.MasterAuditContext | From | To |