0348e769abc507c69d644db7bc56d31d971c51d1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private resolvePartialGroupNames(userName String, errMessage String, groupNames String) : List<String> extracted from private getUnixGroups(user String) : List<String> in class org.apache.hadoop.security.ShellBasedUnixGroupsMapping | From | To | |
Extract Method private resolveFullGroupNames(groupNames String) : List<String> extracted from private getUnixGroups(user String) : List<String> in class org.apache.hadoop.security.ShellBasedUnixGroupsMapping | From | To | |
Extract Method private parsePartialGroupNames(groupNames String, groupIDs String) : List<String> extracted from private getUnixGroups(user String) : List<String> in class org.apache.hadoop.security.ShellBasedUnixGroupsMapping | From | To | |
Rename Parameter | 2 | ||
Rename Parameter user : String to userName : String in method public getGroups(userName String) : List<String> in class org.apache.hadoop.security.ShellBasedUnixGroupsMapping | From | To | |
Rename Parameter user : String to userName : String in method private resolvePartialGroupNames(userName String, errMessage String, groupNames String) : List<String> in class org.apache.hadoop.security.ShellBasedUnixGroupsMapping | From | To |