0e2d88f5b4dadf12f33c79a68781604fb8fd9d02
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testRefreshAllProviders() : void renamed to public testRefreshProvidersForDefaultZone() : void in class org.cloudfoundry.identity.uaa.provider.saml.idp.ZoneAwareIdpMetadataManagerTest | From | To | |
Rename Method public mockSamlServiceProvider() : SamlServiceProvider renamed to public mockSamlServiceProviderForZone(zoneId String) : SamlServiceProvider in class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlTestUtils | From | To | |
Extract Variable | 3 | ||
Extract Variable defaultZone : IdentityZone in method public testRefreshAllProvidersRemovesNonPersistedProvidersInConfigurator() : void from class org.cloudfoundry.identity.uaa.provider.saml.idp.ZoneAwareIdpMetadataManagerTest | From | To | |
Extract Variable defaultZone : IdentityZone in method public testRefreshProvidersForDefaultZone() : void from class org.cloudfoundry.identity.uaa.provider.saml.idp.ZoneAwareIdpMetadataManagerTest | From | To | |
Extract Variable defaultZone : IdentityZone in method public testRefreshAllProvidersRemovesInactiveProvidersInConfigurator() : void from class org.cloudfoundry.identity.uaa.provider.saml.idp.ZoneAwareIdpMetadataManagerTest | From | To | |
Extract Method | 1 | ||
Extract Method package addSamlServiceProvider(provider SamlServiceProvider, zone IdentityZone) : ExtendedMetadataDelegate[] extracted from public addSamlServiceProvider(provider SamlServiceProvider) : ExtendedMetadataDelegate[] in class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlServiceProviderConfigurator | From | To |