c392f6659e50334b2043f0e431961a527617c1a1
Files Diff
- Added: 18
- Removed: 14
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Source Folder | 1 | ||
Move Source Folder testsuite/integration to testsuite/integration-arquillian/tests/base | From | To | |
Change Return Type | 1 | ||
Change Return Type UserModel to UserRepresentation in method protected getUser(userId String) : UserRepresentation in class org.keycloak.testsuite.forms.RegisterTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.keycloak.testsuite.forms.AbstractFlowTest from classes [org.keycloak.testsuite.forms.CustomFlowTest, org.keycloak.testsuite.forms.CustomRegistrationFlowTest] | From | To | |
Change Variable Type | 5 | ||
Change Variable Type user : UserModel to user : UserRepresentation in method public registerUserSuccess_emailAsUsername() : void in class org.keycloak.testsuite.forms.RegisterTest | From | To | |
Change Variable Type user : UserModel to user : UserRepresentation in method public registerUserSuccess() : void in class org.keycloak.testsuite.forms.RegisterTest | From | To | |
Change Variable Type login1 : Event to login1 : EventRepresentation in method public multipleSessions() : void in class org.keycloak.testsuite.forms.SSOTest | From | To | |
Change Variable Type login2 : Event to login2 : EventRepresentation in method public multipleSessions() : void in class org.keycloak.testsuite.forms.SSOTest | From | To | |
Change Variable Type loginEvent : Event to loginEvent : EventRepresentation in method public resetPasswordCancelChangeUser() : void in class org.keycloak.testsuite.forms.ResetPasswordTest | From | To | |
Extract Method | 3 | ||
Extract Method public secret(type String, secret String) : UserBuilder extracted from public totpSecret(totpSecret String) : UserBuilder in class org.keycloak.testsuite.util.UserBuilder | From | To | |
Extract Method private setPasswordPolicy(policy String) : void extracted from public resetPasswordWithPasswordHisoryPolicy() : void in class org.keycloak.testsuite.forms.ResetPasswordTest | From | To | |
Extract Method private setPasswordPolicy(policy String) : void extracted from public resetPasswordWithLengthPasswordPolicy() : void in class org.keycloak.testsuite.forms.ResetPasswordTest | From | To |