713f30dddae3481459a34bfd305890d12b916ac2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 3 | ||
Move Method package deleteFromYamlNonExistingClient() : void from class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrapTests to package deleteFromYamlNonExistingClient() : void from class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrapTests.WithClientsToDelete | From | To | |
Move Method package clientSlatedForDeletionDoesNotGetInserted() : void from class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrapTests to package clientSlatedForDeletionDoesNotGetInserted() : void from class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrapTests.WithClientsToDelete | From | To | |
Move Method package deleteFromYamlExistingClient() : void from class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrapTests to package deleteFromYamlExistingClient() : void from class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrapTests.WithClientsToDelete | From | To | |
Extract Class | 1 | ||
Extract Class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrapTests.WithClientsToDelete from class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrapTests | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type clientsToDelete : List<String> to clientsToDelete : Set<String> in class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrap | From | To | |
Rename Parameter | 1 | ||
Rename Parameter event : ContextRefreshedEvent to ignored : ContextRefreshedEvent in method public onApplicationEvent(ignored ContextRefreshedEvent) : void in class org.cloudfoundry.identity.uaa.client.ClientAdminBootstrap | From | To |