6708d544782b4e919908ddfdf1a34d02848e9388
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 |