886e11478e7cd5bb564f97c9650830de5b08b111
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Collection<? extends GrantedAuthority> to List<? extends GrantedAuthority> in method protected mapAuthorities(origin String, authorities Collection<? extends GrantedAuthority>) : List<? extends GrantedAuthority> in class org.cloudfoundry.identity.uaa.authentication.manager.ExternalLoginAuthenticationManager | From | To | |
Extract Variable | 1 | ||
Extract Variable authorities : List<? extends GrantedAuthority> in method public getExternalAuthenticationDetails(authentication Authentication) : AuthenticationData from class org.cloudfoundry.identity.uaa.provider.oauth.XOAuthAuthenticationManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : Collection<GrantedAuthority> to result : List<GrantedAuthority> in method protected mapAuthorities(origin String, authorities Collection<? extends GrantedAuthority>) : List<? extends GrantedAuthority> in class org.cloudfoundry.identity.uaa.authentication.manager.ExternalLoginAuthenticationManager | From | To |