45ed797501195891e5c314940a5bf7a7e408f44b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addMembers_toZoneManagementGroups_withVariousGroupNames() : void renamed to private addAndDeleteMemberstoZoneManagementGroups(displayName String, create HttpStatus, delete HttpStatus) : ResultActions[] in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
Inline Method | 1 | ||
Inline Method private addMemberstoZoneManagementGroups(displayName String) : ResultActions inlined to private addAndDeleteMemberstoZoneManagementGroups(displayName String, create HttpStatus, delete HttpStatus) : ResultActions[] in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
Change Return Type | 1 | ||
Change Return Type void to ResultActions[] in method private addAndDeleteMemberstoZoneManagementGroups(displayName String, create HttpStatus, delete HttpStatus) : ResultActions[] in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
Extract Method | 1 | ||
Extract Method public deleteZoneScope(userId String, zoneId String, scope String, httpServletResponse HttpServletResponse) : ScimGroup extracted from public deleteZoneAdmin(userId String, zoneId String, httpServletResponse HttpServletResponse) : ScimGroup in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpoints | From | To |