c05fd32929a8e5f5dc2b802a0ad50902bd5eea6d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [mUserActions : Map<String,AclActions>, mGroupActions : Map<String,AclActions>, mMaskActions : AclActions] to mMode : short in class alluxio.security.authorization.AccessControlList | From | To | |
| Inline Method | 3 | ||
| Inline Method private setMaskEntry(entry AclEntry) : void inlined to public setEntry(entry AclEntry) : void in class alluxio.security.authorization.AccessControlList | From | To | |
| Inline Method private setOtherEntry(entry AclEntry) : void inlined to public setEntry(entry AclEntry) : void in class alluxio.security.authorization.AccessControlList | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Set<AclAction> to AclActions in method public toAclActions() : AclActions in class alluxio.security.authorization.Mode.Bits | From | To | |
| Move Attribute | 1 | ||
| Move Attribute protected mMaskActions : AclActions from class alluxio.security.authorization.AccessControlList to protected mMaskActions : AclActions from class alluxio.security.authorization.ExtendedACLEntries | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.security.authorization.ExtendedACLEntries from class alluxio.security.authorization.AccessControlList | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mOtherActions : AclActions to mExtendedEntries : ExtendedACLEntries in class alluxio.security.authorization.AccessControlList | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mOtherActions : AclActions to mExtendedEntries : ExtendedACLEntries in class alluxio.security.authorization.AccessControlList | From | To |