94225152399e6e89fa7b4cff6d17d33e544329a3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable result : Set<String> to groups : List<String> in method public getGroupNames() : String[] in class org.apache.hadoop.security.UserGroupInformation | From | To | |
| Extract Variable | 1 | ||
| Extract Variable expected : String[] in method public testGettingGroups() : void from class org.apache.hadoop.security.TestUserGroupInformation | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type result : Set<String> to groups : List<String> in method public getGroupNames() : String[] in class org.apache.hadoop.security.UserGroupInformation | From | To | |
| Change Variable Type groups : String[] to groups : List<String> in method public getPrimaryGroupName() : String in class org.apache.hadoop.security.UserGroupInformation | From | To | |
| Extract Method | 1 | ||
| Extract Method public getGroups() : List<String> extracted from public getGroupNames() : String[] in class org.apache.hadoop.security.UserGroupInformation | From | To |