73ab51e9460f369abcaf52fa85258781f8a9a30e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Collection<String> to List<String> in method public getSuperUsers() : List<String> in class org.apache.hadoop.hbase.security.Superusers | From | To | |
Change Variable Type | 1 | ||
Change Variable Type superUsers : Collection<String> to superUsers : List<String> in method public testGlobalPermissionList() : void in class org.apache.hadoop.hbase.security.access.TestAccessController | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type superUsers : Set<String> to superUsers : List<String> in class org.apache.hadoop.hbase.security.Superusers | From | To | |
Change Attribute Type superGroups : Set<String> to superGroups : List<String> in class org.apache.hadoop.hbase.security.Superusers | From | To |