|
Change Parameter Type inode : Inode to inode : InodeView in method private toExceptionMessage(user String, bits Mode.Bits, path String, inode InodeView) : String in class alluxio.master.file.DefaultPermissionChecker |
From |
To |
|
Change Parameter Type inodeList : List<Inode> to inodeList : List<? extends InodeView> in method protected checkInodeList(user String, groups List<String>, bits Mode.Bits, path String, inodeList List<? extends InodeView>, checkIsOwner boolean) : void in class alluxio.master.file.DefaultPermissionChecker |
From |
To |
|
Change Parameter Type inode : Inode to inode : InodeView in method private checkInode(user String, groups List<String>, inode InodeView, bits Mode.Bits, path String) : void in class alluxio.master.file.DefaultPermissionChecker |
From |
To |
|
Change Variable Type inodeList : List<Inode> to inodeList : List<? extends InodeView> in method public checkPermission(bits Mode.Bits, inodePath LockedInodePath) : void in class alluxio.master.file.DefaultPermissionChecker |
From |
To |
|
Change Variable Type inodeList : List<Inode> to inodeList : List<? extends InodeView> in method public checkParentPermission(bits Mode.Bits, inodePath LockedInodePath) : void in class alluxio.master.file.DefaultPermissionChecker |
From |
To |
|
Change Variable Type inode : Inode to inode : InodeView in method protected checkInodeList(user String, groups List<String>, bits Mode.Bits, path String, inodeList List<? extends InodeView>, checkIsOwner boolean) : void in class alluxio.master.file.DefaultPermissionChecker |
From |
To |
|
Change Variable Type inodeList : List<Inode> to inodeList : List<? extends InodeView> in method private checkOwner(inodePath LockedInodePath) : void in class alluxio.master.file.DefaultPermissionChecker |
From |
To |