90541ff57326a3769f12412bf2b1b79dcd31d93a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected addApprovalAndMembership(userId String, origin String) : void renamed to protected addMembership(userId String, origin String) : void in class org.cloudfoundry.identity.uaa.scim.jdbc.JdbcScimUserProvisioningTests | From | To | |
Move Method | 1 | ||
Move Method public countClientApprovals(clientId String, zoneId String) : int from class org.cloudfoundry.identity.uaa.zone.MultitenantJdbcClientDetailsServiceTests to public countClientApprovals(clientId String, zoneId String) : int from class org.cloudfoundry.identity.uaa.oauth.approval.JdbcApprovalStoreTests | From | To | |
Inline Method | 1 | ||
Inline Method public addClientsInCurrentZone(clients List<ClientDetails>, count int, addapproval boolean) : void inlined to public addClientsInCurrentZone(clients List<ClientDetails>, count int) : void in class org.cloudfoundry.identity.uaa.zone.MultitenantJdbcClientDetailsServiceTests | From | To | |
Extract Method | 1 | ||
Extract Method public testDeleteUserWithUaaAdminToken(user ScimUser) : void extracted from public testDeleteUserWithUaaAdminToken() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsMockMvcTests | From | To |