cbaaf32bc917a18487b25c1352cffa210ad7b054
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public testBeginActivation() : void renamed to package beginActivation() : void in class org.cloudfoundry.identity.uaa.login.EmailAccountCreationServiceTests | From | To | |
| Rename Method public testBeginActivationWithCompanyNameConfigured() : void renamed to package beginActivationWithCompanyNameConfigured() : void in class org.cloudfoundry.identity.uaa.login.EmailAccountCreationServiceTests | From | To | |
| Rename Method public testBeginActivationInOtherZone() : void renamed to package beginActivationInOtherZone() : void in class org.cloudfoundry.identity.uaa.login.EmailAccountCreationServiceTests | From | To | |
| Rename Attribute | 5 | ||
| Rename Attribute passwordValidator : PasswordValidator to mockPasswordValidator : PasswordValidator in class org.cloudfoundry.identity.uaa.login.EmailAccountCreationServiceTests | From | To | |
| Rename Attribute codeStore : ExpiringCodeStore to mockCodeStore : ExpiringCodeStore in class org.cloudfoundry.identity.uaa.login.EmailAccountCreationServiceTests | From | To | |
| Rename Attribute details : ClientDetails to mockClientDetails : ClientDetails in class org.cloudfoundry.identity.uaa.login.EmailAccountCreationServiceTests | From | To | |
| Rename Attribute messageService : MessageService to mockMessageService : MessageService in class org.cloudfoundry.identity.uaa.login.EmailAccountCreationServiceTests | From | To | |
| Rename Attribute scimUserProvisioning : ScimUserProvisioning to mockScimUserProvisioning : ScimUserProvisioning in class org.cloudfoundry.identity.uaa.login.EmailAccountCreationServiceTests | From | To | |
| Split Attribute | 1 | ||
| Split Attribute clientDetailsService : ClientServicesExtension to [mockClientDetailsService : ClientServicesExtension, mockClientDetails : ClientDetails] in class org.cloudfoundry.identity.uaa.login.EmailAccountCreationServiceTests | From | To |