9f2e2a8a0dffb16a93b2ae26ebf9e7dab4eecb2f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testSilentAuthentication_testSessionStateIsCorrect() : void renamed to public testSilentAuthentication_includesSessionState() : void in class org.cloudfoundry.identity.uaa.mock.oauth.AuthorizationPromptNoneEntryPointMockMvcTests | From | To | |
| Rename Variable | 2 | ||
| Rename Variable sessionStateCalculator : OpenIdSessionStateCalculator to uaaAuthorizationEndpoint : UaaAuthorizationEndpoint in method public testSilentAuthentication_includesSessionState() : void in class org.cloudfoundry.identity.uaa.mock.oauth.AuthorizationPromptNoneEntryPointMockMvcTests | From | To | |
| Rename Variable secureRandom : SecureRandom to calculator : OpenIdSessionStateCalculator in method public testSilentAuthentication_includesSessionState() : void in class org.cloudfoundry.identity.uaa.mock.oauth.AuthorizationPromptNoneEntryPointMockMvcTests | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type sessionStateCalculator : OpenIdSessionStateCalculator to uaaAuthorizationEndpoint : UaaAuthorizationEndpoint in method public testSilentAuthentication_includesSessionState() : void in class org.cloudfoundry.identity.uaa.mock.oauth.AuthorizationPromptNoneEntryPointMockMvcTests | From | To | |
| Change Variable Type secureRandom : SecureRandom to calculator : OpenIdSessionStateCalculator in method public testSilentAuthentication_includesSessionState() : void in class org.cloudfoundry.identity.uaa.mock.oauth.AuthorizationPromptNoneEntryPointMockMvcTests | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter sessionId : String to currentUserId : String in method public calculate(currentUserId String, clientId String, origin String) : String in class org.cloudfoundry.identity.uaa.oauth.OpenIdSessionStateCalculator | From | To |