0f0f5a68495669e766ec4cfb6812ce79debda027
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getUserToGroupsMappingService() : GroupMappingService renamed to public get() : GroupMappingService in class alluxio.security.group.GroupMappingService.Factory | From | To | |
| Rename Method public userPrimaryGroupTest() : void renamed to public getGroupsTest() : void in class alluxio.util.CommonUtilsTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable groupService : GroupMappingService to cachedGroupService : CachedGroupMapping in method public getGroupsTest() : void in class alluxio.util.CommonUtilsTest | From | To | |
| Rename Class | 1 | ||
| Rename Class alluxio.security.group.GroupMapping renamed to alluxio.security.group.CachedGroupMapping | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute mGroupMappingService : GroupMappingService to sGroupMappingService : GroupMappingService in method public get() : GroupMappingService in class alluxio.security.group.GroupMappingService.Factory | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute SECURITY_GROUP_MAPPING : String to SECURITY_GROUP_MAPPING_CLASS : String in class alluxio.Constants | From | To | |
| Rename Attribute mEnv : GroupMappingService to mService : GroupMappingService in class alluxio.security.group.CachedGroupMapping | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type groupService : GroupMappingService to cachedGroupService : CachedGroupMapping in method public getGroupsTest() : void in class alluxio.util.CommonUtilsTest | From | To |