47aaa5a636d49c04ff180433830c4e86480c71d0
Files Diff
- Added: 18
- Removed: 4
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method protected resetCredentialsByToken(tokenString String, execution String) : Response renamed to public resetCredentialsPOST(code String, execution String, key String) : Response in class org.keycloak.services.resources.LoginActionsService | From | To | |
| Rename Method public verifyEmailResendFirstInvalidSecondStillValid() : void renamed to public verifyEmailResendFirstStillValidEvenWithSecond() : void in class org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest | From | To | |
| Rename Method public verifyEmailBadCode() : void renamed to public verifyEmailInvalidKeyInVerficationLink() : void in class org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type matcher : Matcher<String> to matcher : Matcher<? super String> in method public detail(key String, matcher Matcher<? super String>) : ExpectedEvent in class org.keycloak.testsuite.AssertEvents.ExpectedEvent | From | To | |
| Move Class | 2 | ||
| Move Class org.keycloak.authentication.DefaultActionTokenKey moved to org.keycloak.authentication.actiontoken.DefaultActionTokenKey | From | To | |
| Move Class org.keycloak.authentication.DefaultActionToken moved to org.keycloak.authentication.actiontoken.DefaultActionToken | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type d : Map.Entry<String,Matcher<String>> to d : Map.Entry<String,Matcher<? super String>> in method public assertEvent(actual EventRepresentation) : EventRepresentation in class org.keycloak.testsuite.AssertEvents.ExpectedEvent | From | To | |
| Extract Variable | 2 | ||
| Extract Variable email : String in method public requiredActionChallenge(context RequiredActionContext) : void from class org.keycloak.authentication.requiredactions.VerifyEmail | From | To | |
| Extract Variable authenticationSession : AuthenticationSessionModel in method public authenticate(context AuthenticationFlowContext) : void from class org.keycloak.authentication.authenticators.resetcred.ResetCredentialEmail | From | To | |
| Extract Method | 1 | ||
| Extract Method private assertUserRegistered(userId String, username String, email String) : void extracted from public registerUserSuccess() : void in class org.keycloak.testsuite.forms.RegisterTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type details : HashMap<String,Matcher<String>> to details : HashMap<String,Matcher<? super String>> in class org.keycloak.testsuite.AssertEvents.ExpectedEvent | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter key : String to execution : String in method public emailVerification(code String, execution String) : Response in class org.keycloak.services.resources.LoginActionsService | From | To |