d1ce63e043b9bafc129952d5b2f65802c5411713
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Replace Attribute | 1 | ||
| Replace Attribute private template : JdbcTemplate from class org.cloudfoundry.identity.uaa.zone.JdbcIdentityProviderProvisioningTests with protected jdbcTemplate : JdbcTemplate from class org.cloudfoundry.identity.uaa.zone.JdbcIdentityProviderProvisioning | From | To | |
| Rename Method | 1 | ||
| Rename Method public createOrUpdateIdentityZone(body IdentityZoneCreationRequest, id String) : ResponseEntity<Void> renamed to public createIdentityZone(body IdentityZoneCreationRequest, id String) : ResponseEntity<IdentityZone> in class org.cloudfoundry.identity.uaa.zone.IdentityZoneEndpoints | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ResponseEntity<Void> to ResponseEntity<IdentityZone> in method public createIdentityZone(body IdentityZoneCreationRequest, id String) : ResponseEntity<IdentityZone> in class org.cloudfoundry.identity.uaa.zone.IdentityZoneEndpoints | From | To | |
| Move Class | 1 | ||
| Move Class org.cloudfoundry.identity.uaa.zone.IdentityZoneEndpointsIntegrationTests moved to org.cloudfoundry.identity.uaa.integration.IdentityZoneEndpointsIntegrationTests | From | To | |
| Extract Method | 1 | ||
| Extract Method public createZone(id String, expect HttpStatus, token String) : MvcResult extracted from public testCreateZone() : void in class org.cloudfoundry.identity.uaa.mock.zones.IdentityZoneEndpointsMockMvcTests | From | To |