41dba9d81dbdf24ede4fb9719de28b1b88b3e1b4
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type loginResponse : ResponseEntity<Void> to loginResponse : ResponseEntity<String> in method public testRedirectAfterFailedLogin() : void in class org.cloudfoundry.identity.uaa.integration.feature.LoginIT | From | To | |
Change Variable Type result : ResponseEntity<Void> to result : ResponseEntity<String> in method public formLoginSucceeds() : void in class org.cloudfoundry.identity.app.integration.AuthenticationIntegrationTests | From | To | |
Extract Method | 1 | ||
Extract Method public getAuthorizationCodeTokenMap(serverRunning ServerRunning, testAccounts UaaTestAccounts, clientId String, clientSecret String, username String, password String) : Map<String,String> extracted from public getAuthorizationCodeToken(serverRunning ServerRunning, testAccounts UaaTestAccounts, clientId String, clientSecret String, username String, password String) : String in class org.cloudfoundry.identity.uaa.integration.util.IntegrationTestUtils | From | To |