37e65138ae4634bc79ca8d891551bf2ad11901d4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldSend_isTrue_whenClientHasOpenIdScope_andOpenIdScopeIsRequested() : void renamed to public shouldSend_isTrue_whenClientHasOpenIdScope_andOpenIdScopeIsRequested_andIdTokenResponseType() : void in class org.cloudfoundry.identity.uaa.oauth.openid.IdTokenGranterTest | From | To | |
Extract Variable | 1 | ||
Extract Variable clientScopesContainingNull : Collection<GrantedAuthority> in method public shouldSend_isFalse_whenClientDoesNotHaveOpenIdScope() : void from class org.cloudfoundry.identity.uaa.oauth.openid.IdTokenGranterTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter responseTypes : Set<String> to requestedResponseTypes : Set<String> in method public shouldSendIdToken(clientScopes Collection<GrantedAuthority>, requestedScopes Set<String>, requestedGrantType String, requestedResponseTypes Set<String>) : boolean in class org.cloudfoundry.identity.uaa.oauth.openid.IdTokenGranter | From | To |