a2c3c46e17b9115f9189398af398debf9d4f9545
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testAllowedIdentityProvidersAsAdditionalInformation() : void renamed to public testAdditionalInformation() : void in class org.cloudfoundry.identity.uaa.oauth.ClientAdminBootstrapTests | From | To | |
| Rename Method public testInviteUser() : void renamed to public testInviteUserWithClientRedirect() : void in class org.cloudfoundry.identity.uaa.integration.feature.InvitationsIT | From | To | |
| Rename Variable | 3 | ||
| Rename Variable responseEntity : ResponseEntity<String> to user : ScimUser in method public beginEmailChangeWithUsernameConflict() : void in class org.cloudfoundry.identity.uaa.login.EmailChangeEmailServiceTest | From | To | |
| Rename Variable response : ChangeEmailEndpoints.EmailChangeResponse to redirectUris : Set<String> in method public completeVerification(code String) : Map<String,String> in class org.cloudfoundry.identity.uaa.login.EmailChangeEmailService | From | To | |
| Rename Variable responseEntity : ResponseEntity<ChangeEmailEndpoints.EmailChangeResponse> to redirectLocation : String in method public completeVerification(code String) : Map<String,String> in class org.cloudfoundry.identity.uaa.login.EmailChangeEmailService | From | To | |
| Replace Variable With Attribute | 2 | ||
| Replace Variable With Attribute userDatabase : UaaUserDatabase to uaaUserDatabase : UaaUserDatabase in method public testVerifyEmailWithRedirectUrl() : void in class org.cloudfoundry.identity.uaa.login.ChangeEmailControllerTest | From | To | |
| Replace Variable With Attribute userDatabase : UaaUserDatabase to uaaUserDatabase : UaaUserDatabase in method public testVerifyEmail() : void in class org.cloudfoundry.identity.uaa.login.ChangeEmailControllerTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute endpoints : ChangeEmailEndpoints to codeStore : ExpiringCodeStore in class org.cloudfoundry.identity.uaa.login.EmailChangeEmailService | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type responseEntity : ResponseEntity<String> to user : ScimUser in method public beginEmailChangeWithUsernameConflict() : void in class org.cloudfoundry.identity.uaa.login.EmailChangeEmailServiceTest | From | To | |
| Change Variable Type response : ChangeEmailEndpoints.EmailChangeResponse to redirectUris : Set<String> in method public completeVerification(code String) : Map<String,String> in class org.cloudfoundry.identity.uaa.login.EmailChangeEmailService | From | To | |
| Change Variable Type responseEntity : ResponseEntity<ChangeEmailEndpoints.EmailChangeResponse> to redirectLocation : String in method public completeVerification(code String) : Map<String,String> in class org.cloudfoundry.identity.uaa.login.EmailChangeEmailService | From | To | |
| Split Attribute | 1 | ||
| Split Attribute endpoints : ChangeEmailEndpoints to [scimUserProvisioning : ScimUserProvisioning, codeStore : ExpiringCodeStore] in class org.cloudfoundry.identity.uaa.login.EmailChangeEmailServiceTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type endpoints : ChangeEmailEndpoints to codeStore : ExpiringCodeStore in class org.cloudfoundry.identity.uaa.login.EmailChangeEmailService | From | To |