4c6d536ad7e009cfeec3d275755c18ef22e45de4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package setUp() : void renamed to package setUpAfterSeeding(identityZone IdentityZone) : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsTests | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute zone : IdentityZone to identityZone : IdentityZone in method package zeroUsersInADifferentIdentityZone() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsTests | From | To | |
Replace Variable With Attribute zone : IdentityZone to identityZone : IdentityZone in method package deleteUserInZoneUpdatesGroupMembership() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimUserEndpointsTests | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setCurrentIdentityZone(identityZone IdentityZone) : void extracted from package setUp() : void in class org.cloudfoundry.identity.uaa.zone.beans.IdentityZoneManagerImplTest & moved to class org.cloudfoundry.identity.uaa.zone.beans.IdentityZoneManagerImpl | From | To |