1065f44f2ea3ea01a42aa39bfb9a6506acf1d41b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type ResponseEntity<Void> to ResponseEntity<String> in method private makePasswordGrantRequest(userName String, password String, clientId String, clientSecret String) : ResponseEntity<String> in class org.cloudfoundry.identity.uaa.integration.PasswordGrantIntegrationTests | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type responseEntity : ResponseEntity<Void> to responseEntity : ResponseEntity<String> in method public testUserLoginViaPasswordGrant() : void in class org.cloudfoundry.identity.uaa.integration.PasswordGrantIntegrationTests | From | To | |
| Extract Variable | 1 | ||
| Extract Variable ex : UnapprovedClientAuthenticationException in method public doFilter(req ServletRequest, res ServletResponse, chain FilterChain) : void from class org.cloudfoundry.identity.uaa.authentication.BackwardsCompatibleTokenEndpointAuthenticationFilter | From | To | |
| Extract Method | 1 | ||
| Extract Method protected setUpClients(id String, authorities String, scopes String, grantTypes String, autoapprove Boolean, redirectUri String, allowedIdps List<String>, accessTokenValidity int, zone IdentityZone, additionalInfo Map<String,Object>) : BaseClientDetails extracted from protected setUpClients(id String, authorities String, scopes String, grantTypes String, autoapprove Boolean, redirectUri String, allowedIdps List<String>, accessTokenValidity int, zone IdentityZone) : BaseClientDetails in class org.cloudfoundry.identity.uaa.mock.token.AbstractTokenMockMvcTests | From | To |