50fb6245f56d3cd678f79216e9959abaa8297643
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private createUser(username String, subdomain String, accessToken String) : ScimUser inlined to private createUser(username String, zoneId String) : ScimUser in class org.cloudfoundry.identity.uaa.login.LoginMockMvcTests | From | To | |
Extract Method | 2 | ||
Extract Method public createOtherIdentityZone(subdomain String, mockMvc MockMvc, webApplicationContext ApplicationContext, useWebRequests boolean) : IdentityZone extracted from public createOtherIdentityZone(subdomain String, mockMvc MockMvc, webApplicationContext ApplicationContext) : IdentityZone in class org.cloudfoundry.identity.uaa.mock.util.MockMvcUtils | From | To | |
Extract Method public createOtherIdentityZone(subdomain String, mockMvc MockMvc, webApplicationContext ApplicationContext, bootstrapClient ClientDetails, useWebRequests boolean) : IdentityZone extracted from public createOtherIdentityZone(subdomain String, mockMvc MockMvc, webApplicationContext ApplicationContext, bootstrapClient ClientDetails) : IdentityZone in class org.cloudfoundry.identity.uaa.mock.util.MockMvcUtils | From | To | |
Rename Parameter | 2 | ||
Rename Parameter accessToken : String to zoneId : String in method private createUser(username String, zoneId String) : ScimUser in class org.cloudfoundry.identity.uaa.login.LoginMockMvcTests | From | To | |
Rename Parameter subdomain : String to username : String in method private createUser(username String, zoneId String) : ScimUser in class org.cloudfoundry.identity.uaa.login.LoginMockMvcTests | From | To |