cb4122130c7efbddf91c4dccd1cda4299ac602dd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testGetGroups() : void renamed to public getGroups_withScimReadTokens_returnsOkWithResults() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
| Rename Method private createUser(token String, scopes Set<String>) : ScimUser renamed to private createUserAndAddToGroups(zone IdentityZone, groupNames Set<String>) : ScimUser in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
| Rename Variable | 3 | ||
| Rename Variable scope : String to groupName : String in method private createUserAndAddToGroups(zone IdentityZone, groupNames Set<String>) : ScimUser in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
| Rename Variable groups : Collection<ScimUser.Group> to scimUserGroups : Collection<ScimUser.Group> in method private createUserAndAddToGroups(zone IdentityZone, groupNames Set<String>) : ScimUser in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
| Rename Variable g : ScimUser.Group to scimUserGroup : ScimUser.Group in method private createUserAndAddToGroups(zone IdentityZone, groupNames Set<String>) : ScimUser in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
| Extract Variable | 1 | ||
| Extract Variable group : ScimGroup in method private createUserAndAddToGroups(zone IdentityZone, groupNames Set<String>) : ScimUser from class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter scopes : Set<String> to groupNames : Set<String> in method private createUserAndAddToGroups(zone IdentityZone, groupNames Set<String>) : ScimUser in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To |