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