b5af66d7ca20b63184f2bf560b963d7117320c91
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type String[] to Set<String> in method public getRoles() : Set<String> in class org.pac4j.core.authorization.RequireAllRolesAuthorizer | From | To | |
| Change Return Type String[] to Set<String> in method public getRoles() : Set<String> in class org.pac4j.core.authorization.RequireAnyRoleAuthorizer | From | To | |
| Extract Method | 2 | ||
| Extract Method public setRoles(roles Set<String>) : void extracted from public setRoles(roles String...) : void in class org.pac4j.core.authorization.RequireAllRolesAuthorizer | From | To | |
| Extract Method public setRoles(roles Set<String>) : void extracted from public setRoles(roles String...) : void in class org.pac4j.core.authorization.RequireAnyRoleAuthorizer | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type roles : String[] to roles : Set<String> in class org.pac4j.core.authorization.RequireAllRolesAuthorizer | From | To | |
| Change Attribute Type roles : String[] to roles : Set<String> in class org.pac4j.core.authorization.RequireAnyRoleAuthorizer | From | To |