diff --git a/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go b/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go index 74739119239..bafb8bf155c 100644 --- a/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go +++ b/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go @@ -352,14 +352,6 @@ func (fake *FakeCloudControllerClient) GetSpacesReturnsOnCall(i int, result1 []r func (fake *FakeCloudControllerClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getApplicationByNameAndSpaceMutex.RLock() - defer fake.getApplicationByNameAndSpaceMutex.RUnlock() - fake.getApplicationsMutex.RLock() - defer fake.getApplicationsMutex.RUnlock() - fake.getOrganizationsMutex.RLock() - defer fake.getOrganizationsMutex.RUnlock() - fake.getSpacesMutex.RLock() - defer fake.getSpacesMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_networking_client.go b/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_networking_client.go index 748af078b4e..276b75b85e4 100644 --- a/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_networking_client.go +++ b/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_networking_client.go @@ -247,12 +247,6 @@ func (fake *FakeNetworkingClient) RemovePoliciesReturnsOnCall(i int, result1 err func (fake *FakeNetworkingClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createPoliciesMutex.RLock() - defer fake.createPoliciesMutex.RUnlock() - fake.listPoliciesMutex.RLock() - defer fake.listPoliciesMutex.RUnlock() - fake.removePoliciesMutex.RLock() - defer fake.removePoliciesMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/pluginaction/pluginactionfakes/fake_command_list.go b/actor/pluginaction/pluginactionfakes/fake_command_list.go index 870ae30749b..4361d603871 100644 --- a/actor/pluginaction/pluginactionfakes/fake_command_list.go +++ b/actor/pluginaction/pluginactionfakes/fake_command_list.go @@ -159,10 +159,6 @@ func (fake *FakeCommandList) HasCommandReturnsOnCall(i int, result1 bool) { func (fake *FakeCommandList) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.hasAliasMutex.RLock() - defer fake.hasAliasMutex.RUnlock() - fake.hasCommandMutex.RLock() - defer fake.hasCommandMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/pluginaction/pluginactionfakes/fake_config.go b/actor/pluginaction/pluginactionfakes/fake_config.go index ac7722f837d..36981026cb2 100644 --- a/actor/pluginaction/pluginactionfakes/fake_config.go +++ b/actor/pluginaction/pluginactionfakes/fake_config.go @@ -521,24 +521,6 @@ func (fake *FakeConfig) WritePluginConfigReturnsOnCall(i int, result1 error) { func (fake *FakeConfig) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.addPluginMutex.RLock() - defer fake.addPluginMutex.RUnlock() - fake.addPluginRepositoryMutex.RLock() - defer fake.addPluginRepositoryMutex.RUnlock() - fake.binaryVersionMutex.RLock() - defer fake.binaryVersionMutex.RUnlock() - fake.getPluginMutex.RLock() - defer fake.getPluginMutex.RUnlock() - fake.pluginHomeMutex.RLock() - defer fake.pluginHomeMutex.RUnlock() - fake.pluginRepositoriesMutex.RLock() - defer fake.pluginRepositoriesMutex.RUnlock() - fake.pluginsMutex.RLock() - defer fake.pluginsMutex.RUnlock() - fake.removePluginMutex.RLock() - defer fake.removePluginMutex.RUnlock() - fake.writePluginConfigMutex.RLock() - defer fake.writePluginConfigMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/pluginaction/pluginactionfakes/fake_plugin_client.go b/actor/pluginaction/pluginactionfakes/fake_plugin_client.go index 222feee548a..1541f536f65 100644 --- a/actor/pluginaction/pluginactionfakes/fake_plugin_client.go +++ b/actor/pluginaction/pluginactionfakes/fake_plugin_client.go @@ -169,10 +169,6 @@ func (fake *FakePluginClient) GetPluginRepositoryReturnsOnCall(i int, result1 pl func (fake *FakePluginClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.downloadPluginMutex.RLock() - defer fake.downloadPluginMutex.RUnlock() - fake.getPluginRepositoryMutex.RLock() - defer fake.getPluginRepositoryMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/pluginaction/pluginactionfakes/fake_plugin_metadata.go b/actor/pluginaction/pluginactionfakes/fake_plugin_metadata.go index e68ab5676e3..5ae18612703 100644 --- a/actor/pluginaction/pluginactionfakes/fake_plugin_metadata.go +++ b/actor/pluginaction/pluginactionfakes/fake_plugin_metadata.go @@ -93,8 +93,6 @@ func (fake *FakePluginMetadata) GetMetadataReturnsOnCall(i int, result1 configv3 func (fake *FakePluginMetadata) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getMetadataMutex.RLock() - defer fake.getMetadataMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/pluginaction/pluginactionfakes/fake_plugin_uninstaller.go b/actor/pluginaction/pluginactionfakes/fake_plugin_uninstaller.go index a05f8a739b5..cf1c8564480 100644 --- a/actor/pluginaction/pluginactionfakes/fake_plugin_uninstaller.go +++ b/actor/pluginaction/pluginactionfakes/fake_plugin_uninstaller.go @@ -89,8 +89,6 @@ func (fake *FakePluginUninstaller) RunReturnsOnCall(i int, result1 error) { func (fake *FakePluginUninstaller) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.runMutex.RLock() - defer fake.runMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/sharedaction/sharedactionfakes/fake_config.go b/actor/sharedaction/sharedactionfakes/fake_config.go index 6fffa7978c7..651fa4e8f71 100644 --- a/actor/sharedaction/sharedactionfakes/fake_config.go +++ b/actor/sharedaction/sharedactionfakes/fake_config.go @@ -592,24 +592,6 @@ func (fake *FakeConfig) VerboseReturnsOnCall(i int, result1 bool, result2 []stri func (fake *FakeConfig) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.binaryNameMutex.RLock() - defer fake.binaryNameMutex.RUnlock() - fake.currentUserNameMutex.RLock() - defer fake.currentUserNameMutex.RUnlock() - fake.hasTargetedOrganizationMutex.RLock() - defer fake.hasTargetedOrganizationMutex.RUnlock() - fake.hasTargetedSpaceMutex.RLock() - defer fake.hasTargetedSpaceMutex.RUnlock() - fake.isCFOnK8sMutex.RLock() - defer fake.isCFOnK8sMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.targetedOrganizationNameMutex.RLock() - defer fake.targetedOrganizationNameMutex.RUnlock() - fake.verboseMutex.RLock() - defer fake.verboseMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/sharedaction/sharedactionfakes/fake_log_cache_client.go b/actor/sharedaction/sharedactionfakes/fake_log_cache_client.go index c0859ab810a..745284285c5 100644 --- a/actor/sharedaction/sharedactionfakes/fake_log_cache_client.go +++ b/actor/sharedaction/sharedactionfakes/fake_log_cache_client.go @@ -102,8 +102,6 @@ func (fake *FakeLogCacheClient) ReadReturnsOnCall(i int, result1 []*loggregator_ func (fake *FakeLogCacheClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.readMutex.RLock() - defer fake.readMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/sharedaction/sharedactionfakes/fake_secure_shell_client.go b/actor/sharedaction/sharedactionfakes/fake_secure_shell_client.go index 6122f5ffc17..dd466498888 100644 --- a/actor/sharedaction/sharedactionfakes/fake_secure_shell_client.go +++ b/actor/sharedaction/sharedactionfakes/fake_secure_shell_client.go @@ -378,16 +378,6 @@ func (fake *FakeSecureShellClient) WaitReturnsOnCall(i int, result1 error) { func (fake *FakeSecureShellClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.closeMutex.RLock() - defer fake.closeMutex.RUnlock() - fake.connectMutex.RLock() - defer fake.connectMutex.RUnlock() - fake.interactiveSessionMutex.RLock() - defer fake.interactiveSessionMutex.RUnlock() - fake.localPortForwardMutex.RLock() - defer fake.localPortForwardMutex.RUnlock() - fake.waitMutex.RLock() - defer fake.waitMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_config.go b/actor/v7action/v7actionfakes/fake_config.go index cd46ebbbfc5..73a32a8baeb 100644 --- a/actor/v7action/v7actionfakes/fake_config.go +++ b/actor/v7action/v7actionfakes/fake_config.go @@ -1134,48 +1134,6 @@ func (fake *FakeConfig) UnsetOrganizationAndSpaceInformationCalls(stub func()) { func (fake *FakeConfig) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.aPIVersionMutex.RLock() - defer fake.aPIVersionMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.currentUserMutex.RLock() - defer fake.currentUserMutex.RUnlock() - fake.dialTimeoutMutex.RLock() - defer fake.dialTimeoutMutex.RUnlock() - fake.isCFOnK8sMutex.RLock() - defer fake.isCFOnK8sMutex.RUnlock() - fake.pollingIntervalMutex.RLock() - defer fake.pollingIntervalMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.sSHOAuthClientMutex.RLock() - defer fake.sSHOAuthClientMutex.RUnlock() - fake.setAccessTokenMutex.RLock() - defer fake.setAccessTokenMutex.RUnlock() - fake.setKubernetesAuthInfoMutex.RLock() - defer fake.setKubernetesAuthInfoMutex.RUnlock() - fake.setRefreshTokenMutex.RLock() - defer fake.setRefreshTokenMutex.RUnlock() - fake.setTargetInformationMutex.RLock() - defer fake.setTargetInformationMutex.RUnlock() - fake.setTokenInformationMutex.RLock() - defer fake.setTokenInformationMutex.RUnlock() - fake.setUAAClientCredentialsMutex.RLock() - defer fake.setUAAClientCredentialsMutex.RUnlock() - fake.setUAAGrantTypeMutex.RLock() - defer fake.setUAAGrantTypeMutex.RUnlock() - fake.skipSSLValidationMutex.RLock() - defer fake.skipSSLValidationMutex.RUnlock() - fake.stagingTimeoutMutex.RLock() - defer fake.stagingTimeoutMutex.RUnlock() - fake.startupTimeoutMutex.RLock() - defer fake.startupTimeoutMutex.RUnlock() - fake.targetMutex.RLock() - defer fake.targetMutex.RUnlock() - fake.uAAGrantTypeMutex.RLock() - defer fake.uAAGrantTypeMutex.RUnlock() - fake.unsetOrganizationAndSpaceInformationMutex.RLock() - defer fake.unsetOrganizationAndSpaceInformationMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_downloader.go b/actor/v7action/v7actionfakes/fake_downloader.go index 4545618272a..d77a875d875 100644 --- a/actor/v7action/v7actionfakes/fake_downloader.go +++ b/actor/v7action/v7actionfakes/fake_downloader.go @@ -94,8 +94,6 @@ func (fake *FakeDownloader) DownloadReturnsOnCall(i int, result1 string, result2 func (fake *FakeDownloader) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.downloadMutex.RLock() - defer fake.downloadMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_kubernetes_config_getter.go b/actor/v7action/v7actionfakes/fake_kubernetes_config_getter.go index 7102e140b63..4336bf2e2e8 100644 --- a/actor/v7action/v7actionfakes/fake_kubernetes_config_getter.go +++ b/actor/v7action/v7actionfakes/fake_kubernetes_config_getter.go @@ -84,8 +84,6 @@ func (fake *FakeKubernetesConfigGetter) GetReturnsOnCall(i int, result1 *api.Con func (fake *FakeKubernetesConfigGetter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getMutex.RLock() - defer fake.getMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_manifest_parser.go b/actor/v7action/v7actionfakes/fake_manifest_parser.go index 6d93fd4df35..73bf7ac4f52 100644 --- a/actor/v7action/v7actionfakes/fake_manifest_parser.go +++ b/actor/v7action/v7actionfakes/fake_manifest_parser.go @@ -155,10 +155,6 @@ func (fake *FakeManifestParser) RawAppManifestReturnsOnCall(i int, result1 []byt func (fake *FakeManifestParser) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.appNamesMutex.RLock() - defer fake.appNamesMutex.RUnlock() - fake.rawAppManifestMutex.RLock() - defer fake.rawAppManifestMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_routing_client.go b/actor/v7action/v7actionfakes/fake_routing_client.go index d7be3997593..73b5f6fafb3 100644 --- a/actor/v7action/v7actionfakes/fake_routing_client.go +++ b/actor/v7action/v7actionfakes/fake_routing_client.go @@ -161,10 +161,6 @@ func (fake *FakeRoutingClient) GetRouterGroupsReturnsOnCall(i int, result1 []rou func (fake *FakeRoutingClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getRouterGroupByNameMutex.RLock() - defer fake.getRouterGroupByNameMutex.RUnlock() - fake.getRouterGroupsMutex.RLock() - defer fake.getRouterGroupsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_shared_actor.go b/actor/v7action/v7actionfakes/fake_shared_actor.go index 1601a0e3e99..1c60d5b4bec 100644 --- a/actor/v7action/v7actionfakes/fake_shared_actor.go +++ b/actor/v7action/v7actionfakes/fake_shared_actor.go @@ -338,14 +338,6 @@ func (fake *FakeSharedActor) ZipDirectoryResourcesReturnsOnCall(i int, result1 s func (fake *FakeSharedActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.gatherArchiveResourcesMutex.RLock() - defer fake.gatherArchiveResourcesMutex.RUnlock() - fake.gatherDirectoryResourcesMutex.RLock() - defer fake.gatherDirectoryResourcesMutex.RUnlock() - fake.zipArchiveResourcesMutex.RLock() - defer fake.zipArchiveResourcesMutex.RUnlock() - fake.zipDirectoryResourcesMutex.RLock() - defer fake.zipDirectoryResourcesMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_simple_progress_bar.go b/actor/v7action/v7actionfakes/fake_simple_progress_bar.go index 0e2b05b6486..19d9442f101 100644 --- a/actor/v7action/v7actionfakes/fake_simple_progress_bar.go +++ b/actor/v7action/v7actionfakes/fake_simple_progress_bar.go @@ -126,10 +126,6 @@ func (fake *FakeSimpleProgressBar) TerminateCalls(stub func()) { func (fake *FakeSimpleProgressBar) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.initializeMutex.RLock() - defer fake.initializeMutex.RUnlock() - fake.terminateMutex.RLock() - defer fake.terminateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_sshactor.go b/actor/v7action/v7actionfakes/fake_sshactor.go index f849722dd78..24cf1c167be 100644 --- a/actor/v7action/v7actionfakes/fake_sshactor.go +++ b/actor/v7action/v7actionfakes/fake_sshactor.go @@ -88,8 +88,6 @@ func (fake *FakeSSHActor) ExecuteSecureShellReturnsOnCall(i int, result1 error) func (fake *FakeSSHActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeSecureShellMutex.RLock() - defer fake.executeSecureShellMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_uaaclient.go b/actor/v7action/v7actionfakes/fake_uaaclient.go index 517b7ec9afa..ae1e07303ac 100644 --- a/actor/v7action/v7actionfakes/fake_uaaclient.go +++ b/actor/v7action/v7actionfakes/fake_uaaclient.go @@ -852,28 +852,6 @@ func (fake *FakeUAAClient) ValidateClientUserReturnsOnCall(i int, result1 error) func (fake *FakeUAAClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.authenticateMutex.RLock() - defer fake.authenticateMutex.RUnlock() - fake.createUserMutex.RLock() - defer fake.createUserMutex.RUnlock() - fake.deleteUserMutex.RLock() - defer fake.deleteUserMutex.RUnlock() - fake.getAPIVersionMutex.RLock() - defer fake.getAPIVersionMutex.RUnlock() - fake.getLoginPromptsMutex.RLock() - defer fake.getLoginPromptsMutex.RUnlock() - fake.getSSHPasscodeMutex.RLock() - defer fake.getSSHPasscodeMutex.RUnlock() - fake.listUsersMutex.RLock() - defer fake.listUsersMutex.RUnlock() - fake.refreshAccessTokenMutex.RLock() - defer fake.refreshAccessTokenMutex.RUnlock() - fake.revokeMutex.RLock() - defer fake.revokeMutex.RUnlock() - fake.updatePasswordMutex.RLock() - defer fake.updatePasswordMutex.RUnlock() - fake.validateClientUserMutex.RLock() - defer fake.validateClientUserMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7action/v7actionfakes/fake_who_am_ier.go b/actor/v7action/v7actionfakes/fake_who_am_ier.go index 78dfee83e99..46640859a22 100644 --- a/actor/v7action/v7actionfakes/fake_who_am_ier.go +++ b/actor/v7action/v7actionfakes/fake_who_am_ier.go @@ -90,8 +90,6 @@ func (fake *FakeWhoAmIer) WhoAmIReturnsOnCall(i int, result1 resources.K8sUser, func (fake *FakeWhoAmIer) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.whoAmIMutex.RLock() - defer fake.whoAmIMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7pushaction/v7pushactionfakes/fake_progress_bar.go b/actor/v7pushaction/v7pushactionfakes/fake_progress_bar.go index 2e6a43ae7e0..0934a0bcb2a 100644 --- a/actor/v7pushaction/v7pushactionfakes/fake_progress_bar.go +++ b/actor/v7pushaction/v7pushactionfakes/fake_progress_bar.go @@ -90,8 +90,6 @@ func (fake *FakeProgressBar) NewProgressBarWrapperReturnsOnCall(i int, result1 i func (fake *FakeProgressBar) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.newProgressBarWrapperMutex.RLock() - defer fake.newProgressBarWrapperMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7pushaction/v7pushactionfakes/fake_read_closer.go b/actor/v7pushaction/v7pushactionfakes/fake_read_closer.go index 2adfd1e23bc..7b598e77d61 100644 --- a/actor/v7pushaction/v7pushactionfakes/fake_read_closer.go +++ b/actor/v7pushaction/v7pushactionfakes/fake_read_closer.go @@ -159,10 +159,6 @@ func (fake *FakeReadCloser) ReadReturnsOnCall(i int, result1 int, result2 error) func (fake *FakeReadCloser) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.closeMutex.RLock() - defer fake.closeMutex.RUnlock() - fake.readMutex.RLock() - defer fake.readMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7pushaction/v7pushactionfakes/fake_shared_actor.go b/actor/v7pushaction/v7pushactionfakes/fake_shared_actor.go index 0ab156444a0..637cc5c874a 100644 --- a/actor/v7pushaction/v7pushactionfakes/fake_shared_actor.go +++ b/actor/v7pushaction/v7pushactionfakes/fake_shared_actor.go @@ -421,16 +421,6 @@ func (fake *FakeSharedActor) ZipDirectoryResourcesReturnsOnCall(i int, result1 s func (fake *FakeSharedActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.gatherArchiveResourcesMutex.RLock() - defer fake.gatherArchiveResourcesMutex.RUnlock() - fake.gatherDirectoryResourcesMutex.RLock() - defer fake.gatherDirectoryResourcesMutex.RUnlock() - fake.readArchiveMutex.RLock() - defer fake.readArchiveMutex.RUnlock() - fake.zipArchiveResourcesMutex.RLock() - defer fake.zipArchiveResourcesMutex.RUnlock() - fake.zipDirectoryResourcesMutex.RLock() - defer fake.zipDirectoryResourcesMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/actor/v7pushaction/v7pushactionfakes/fake_v7actor.go b/actor/v7pushaction/v7pushactionfakes/fake_v7actor.go index b1b50fcff92..57d0907c731 100644 --- a/actor/v7pushaction/v7pushactionfakes/fake_v7actor.go +++ b/actor/v7pushaction/v7pushactionfakes/fake_v7actor.go @@ -2761,72 +2761,6 @@ func (fake *FakeV7Actor) UploadDropletReturnsOnCall(i int, result1 v7action.Warn func (fake *FakeV7Actor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createApplicationDropletMutex.RLock() - defer fake.createApplicationDropletMutex.RUnlock() - fake.createApplicationInSpaceMutex.RLock() - defer fake.createApplicationInSpaceMutex.RUnlock() - fake.createBitsPackageByApplicationMutex.RLock() - defer fake.createBitsPackageByApplicationMutex.RUnlock() - fake.createDeploymentMutex.RLock() - defer fake.createDeploymentMutex.RUnlock() - fake.createDockerPackageByApplicationMutex.RLock() - defer fake.createDockerPackageByApplicationMutex.RUnlock() - fake.createRouteMutex.RLock() - defer fake.createRouteMutex.RUnlock() - fake.getApplicationByNameAndSpaceMutex.RLock() - defer fake.getApplicationByNameAndSpaceMutex.RUnlock() - fake.getApplicationDropletsMutex.RLock() - defer fake.getApplicationDropletsMutex.RUnlock() - fake.getApplicationRoutesMutex.RLock() - defer fake.getApplicationRoutesMutex.RUnlock() - fake.getApplicationsByNamesAndSpaceMutex.RLock() - defer fake.getApplicationsByNamesAndSpaceMutex.RUnlock() - fake.getDefaultDomainMutex.RLock() - defer fake.getDefaultDomainMutex.RUnlock() - fake.getDomainMutex.RLock() - defer fake.getDomainMutex.RUnlock() - fake.getRouteByAttributesMutex.RLock() - defer fake.getRouteByAttributesMutex.RUnlock() - fake.getRouteDestinationByAppGUIDMutex.RLock() - defer fake.getRouteDestinationByAppGUIDMutex.RUnlock() - fake.mapRouteMutex.RLock() - defer fake.mapRouteMutex.RUnlock() - fake.pollBuildMutex.RLock() - defer fake.pollBuildMutex.RUnlock() - fake.pollPackageMutex.RLock() - defer fake.pollPackageMutex.RUnlock() - fake.pollStartMutex.RLock() - defer fake.pollStartMutex.RUnlock() - fake.pollStartForDeploymentMutex.RLock() - defer fake.pollStartForDeploymentMutex.RUnlock() - fake.resourceMatchMutex.RLock() - defer fake.resourceMatchMutex.RUnlock() - fake.restartApplicationMutex.RLock() - defer fake.restartApplicationMutex.RUnlock() - fake.scaleProcessByApplicationMutex.RLock() - defer fake.scaleProcessByApplicationMutex.RUnlock() - fake.setApplicationDropletMutex.RLock() - defer fake.setApplicationDropletMutex.RUnlock() - fake.setApplicationManifestMutex.RLock() - defer fake.setApplicationManifestMutex.RUnlock() - fake.setSpaceManifestMutex.RLock() - defer fake.setSpaceManifestMutex.RUnlock() - fake.stageApplicationPackageMutex.RLock() - defer fake.stageApplicationPackageMutex.RUnlock() - fake.stopApplicationMutex.RLock() - defer fake.stopApplicationMutex.RUnlock() - fake.unmapRouteMutex.RLock() - defer fake.unmapRouteMutex.RUnlock() - fake.updateApplicationMutex.RLock() - defer fake.updateApplicationMutex.RUnlock() - fake.updateProcessByTypeAndApplicationMutex.RLock() - defer fake.updateProcessByTypeAndApplicationMutex.RUnlock() - fake.updateRouteMutex.RLock() - defer fake.updateRouteMutex.RUnlock() - fake.uploadBitsPackageMutex.RLock() - defer fake.uploadBitsPackageMutex.RUnlock() - fake.uploadDropletMutex.RLock() - defer fake.uploadDropletMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cfnetworking/cfnetv1/cfnetv1fakes/fake_connection_wrapper.go b/api/cfnetworking/cfnetv1/cfnetv1fakes/fake_connection_wrapper.go index 5ada76a17d7..65e66f3063e 100644 --- a/api/cfnetworking/cfnetv1/cfnetv1fakes/fake_connection_wrapper.go +++ b/api/cfnetworking/cfnetv1/cfnetv1fakes/fake_connection_wrapper.go @@ -162,10 +162,6 @@ func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 cfnetworking func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() - fake.wrapMutex.RLock() - defer fake.wrapMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cfnetworking/cfnetworkingfakes/fake_connection.go b/api/cfnetworking/cfnetworkingfakes/fake_connection.go index 157903f772c..324075ace10 100644 --- a/api/cfnetworking/cfnetworkingfakes/fake_connection.go +++ b/api/cfnetworking/cfnetworkingfakes/fake_connection.go @@ -89,8 +89,6 @@ func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error) { func (fake *FakeConnection) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cfnetworking/cfnetworkingfakes/fake_read_seeker.go b/api/cfnetworking/cfnetworkingfakes/fake_read_seeker.go index 1e759ee28c1..66ca8b95304 100644 --- a/api/cfnetworking/cfnetworkingfakes/fake_read_seeker.go +++ b/api/cfnetworking/cfnetworkingfakes/fake_read_seeker.go @@ -176,10 +176,6 @@ func (fake *FakeReadSeeker) SeekReturnsOnCall(i int, result1 int64, result2 erro func (fake *FakeReadSeeker) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.readMutex.RLock() - defer fake.readMutex.RUnlock() - fake.seekMutex.RLock() - defer fake.seekMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cfnetworking/wrapper/wrapperfakes/fake_request_logger_output.go b/api/cfnetworking/wrapper/wrapperfakes/fake_request_logger_output.go index 837896b75f2..c8a858cb847 100644 --- a/api/cfnetworking/wrapper/wrapperfakes/fake_request_logger_output.go +++ b/api/cfnetworking/wrapper/wrapperfakes/fake_request_logger_output.go @@ -698,26 +698,6 @@ func (fake *FakeRequestLoggerOutput) StopReturnsOnCall(i int, result1 error) { func (fake *FakeRequestLoggerOutput) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.displayHeaderMutex.RLock() - defer fake.displayHeaderMutex.RUnlock() - fake.displayHostMutex.RLock() - defer fake.displayHostMutex.RUnlock() - fake.displayJSONBodyMutex.RLock() - defer fake.displayJSONBodyMutex.RUnlock() - fake.displayMessageMutex.RLock() - defer fake.displayMessageMutex.RUnlock() - fake.displayRequestHeaderMutex.RLock() - defer fake.displayRequestHeaderMutex.RUnlock() - fake.displayResponseHeaderMutex.RLock() - defer fake.displayResponseHeaderMutex.RUnlock() - fake.displayTypeMutex.RLock() - defer fake.displayTypeMutex.RUnlock() - fake.handleInternalErrorMutex.RLock() - defer fake.handleInternalErrorMutex.RUnlock() - fake.startMutex.RLock() - defer fake.startMutex.RUnlock() - fake.stopMutex.RLock() - defer fake.stopMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cfnetworking/wrapper/wrapperfakes/fake_token_cache.go b/api/cfnetworking/wrapper/wrapperfakes/fake_token_cache.go index 8742715ee4a..374d8cb6b19 100644 --- a/api/cfnetworking/wrapper/wrapperfakes/fake_token_cache.go +++ b/api/cfnetworking/wrapper/wrapperfakes/fake_token_cache.go @@ -215,14 +215,6 @@ func (fake *FakeTokenCache) SetRefreshTokenArgsForCall(i int) string { func (fake *FakeTokenCache) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.setAccessTokenMutex.RLock() - defer fake.setAccessTokenMutex.RUnlock() - fake.setRefreshTokenMutex.RLock() - defer fake.setRefreshTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cfnetworking/wrapper/wrapperfakes/fake_uaaclient.go b/api/cfnetworking/wrapper/wrapperfakes/fake_uaaclient.go index 92d8ad16214..1c8f6c84d85 100644 --- a/api/cfnetworking/wrapper/wrapperfakes/fake_uaaclient.go +++ b/api/cfnetworking/wrapper/wrapperfakes/fake_uaaclient.go @@ -93,8 +93,6 @@ func (fake *FakeUAAClient) RefreshAccessTokenReturnsOnCall(i int, result1 uaa.Re func (fake *FakeUAAClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.refreshAccessTokenMutex.RLock() - defer fake.refreshAccessTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cloudcontroller/ccv3/ccv3fakes/fake_clock.go b/api/cloudcontroller/ccv3/ccv3fakes/fake_clock.go index 0324ac5ef03..204be49973a 100644 --- a/api/cloudcontroller/ccv3/ccv3fakes/fake_clock.go +++ b/api/cloudcontroller/ccv3/ccv3fakes/fake_clock.go @@ -79,8 +79,6 @@ func (fake *FakeClock) NowReturnsOnCall(i int, result1 time.Time) { func (fake *FakeClock) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.nowMutex.RLock() - defer fake.nowMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cloudcontroller/ccv3/ccv3fakes/fake_connection_wrapper.go b/api/cloudcontroller/ccv3/ccv3fakes/fake_connection_wrapper.go index e8cf670369e..d8e25d182be 100644 --- a/api/cloudcontroller/ccv3/ccv3fakes/fake_connection_wrapper.go +++ b/api/cloudcontroller/ccv3/ccv3fakes/fake_connection_wrapper.go @@ -162,10 +162,6 @@ func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 cloudcontrol func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() - fake.wrapMutex.RLock() - defer fake.wrapMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cloudcontroller/ccv3/ccv3fakes/fake_reader.go b/api/cloudcontroller/ccv3/ccv3fakes/fake_reader.go index 395fb77fea9..cacd86353e1 100644 --- a/api/cloudcontroller/ccv3/ccv3fakes/fake_reader.go +++ b/api/cloudcontroller/ccv3/ccv3fakes/fake_reader.go @@ -96,8 +96,6 @@ func (fake *FakeReader) ReadReturnsOnCall(i int, result1 int, result2 error) { func (fake *FakeReader) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.readMutex.RLock() - defer fake.readMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cloudcontroller/ccv3/ccv3fakes/fake_requester.go b/api/cloudcontroller/ccv3/ccv3fakes/fake_requester.go index 1f387b5c54f..e3014250b87 100644 --- a/api/cloudcontroller/ccv3/ccv3fakes/fake_requester.go +++ b/api/cloudcontroller/ccv3/ccv3fakes/fake_requester.go @@ -661,24 +661,6 @@ func (fake *FakeRequester) WrapConnectionArgsForCall(i int) ccv3.ConnectionWrapp func (fake *FakeRequester) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.initializeConnectionMutex.RLock() - defer fake.initializeConnectionMutex.RUnlock() - fake.initializeRouterMutex.RLock() - defer fake.initializeRouterMutex.RUnlock() - fake.makeListRequestMutex.RLock() - defer fake.makeListRequestMutex.RUnlock() - fake.makeRequestMutex.RLock() - defer fake.makeRequestMutex.RUnlock() - fake.makeRequestReceiveRawMutex.RLock() - defer fake.makeRequestReceiveRawMutex.RUnlock() - fake.makeRequestSendRawMutex.RLock() - defer fake.makeRequestSendRawMutex.RUnlock() - fake.makeRequestSendReceiveRawMutex.RLock() - defer fake.makeRequestSendReceiveRawMutex.RUnlock() - fake.makeRequestUploadAsyncMutex.RLock() - defer fake.makeRequestUploadAsyncMutex.RUnlock() - fake.wrapConnectionMutex.RLock() - defer fake.wrapConnectionMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cloudcontroller/cloudcontrollerfakes/fake_connection.go b/api/cloudcontroller/cloudcontrollerfakes/fake_connection.go index 58d44d9b11e..9495fb42c58 100644 --- a/api/cloudcontroller/cloudcontrollerfakes/fake_connection.go +++ b/api/cloudcontroller/cloudcontrollerfakes/fake_connection.go @@ -89,8 +89,6 @@ func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error) { func (fake *FakeConnection) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cloudcontroller/wrapper/wrapperfakes/fake_request_logger_output.go b/api/cloudcontroller/wrapper/wrapperfakes/fake_request_logger_output.go index 9b508745ce7..ded7cb5793f 100644 --- a/api/cloudcontroller/wrapper/wrapperfakes/fake_request_logger_output.go +++ b/api/cloudcontroller/wrapper/wrapperfakes/fake_request_logger_output.go @@ -698,26 +698,6 @@ func (fake *FakeRequestLoggerOutput) StopReturnsOnCall(i int, result1 error) { func (fake *FakeRequestLoggerOutput) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.displayHeaderMutex.RLock() - defer fake.displayHeaderMutex.RUnlock() - fake.displayHostMutex.RLock() - defer fake.displayHostMutex.RUnlock() - fake.displayJSONBodyMutex.RLock() - defer fake.displayJSONBodyMutex.RUnlock() - fake.displayMessageMutex.RLock() - defer fake.displayMessageMutex.RUnlock() - fake.displayRequestHeaderMutex.RLock() - defer fake.displayRequestHeaderMutex.RUnlock() - fake.displayResponseHeaderMutex.RLock() - defer fake.displayResponseHeaderMutex.RUnlock() - fake.displayTypeMutex.RLock() - defer fake.displayTypeMutex.RUnlock() - fake.handleInternalErrorMutex.RLock() - defer fake.handleInternalErrorMutex.RUnlock() - fake.startMutex.RLock() - defer fake.startMutex.RUnlock() - fake.stopMutex.RLock() - defer fake.stopMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cloudcontroller/wrapper/wrapperfakes/fake_token_cache.go b/api/cloudcontroller/wrapper/wrapperfakes/fake_token_cache.go index 6d0de701fcb..98cc21af8f8 100644 --- a/api/cloudcontroller/wrapper/wrapperfakes/fake_token_cache.go +++ b/api/cloudcontroller/wrapper/wrapperfakes/fake_token_cache.go @@ -215,14 +215,6 @@ func (fake *FakeTokenCache) SetRefreshTokenArgsForCall(i int) string { func (fake *FakeTokenCache) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.setAccessTokenMutex.RLock() - defer fake.setAccessTokenMutex.RUnlock() - fake.setRefreshTokenMutex.RLock() - defer fake.setRefreshTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/cloudcontroller/wrapper/wrapperfakes/fake_uaaclient.go b/api/cloudcontroller/wrapper/wrapperfakes/fake_uaaclient.go index 4e7bf73d99e..be7d4a70fe6 100644 --- a/api/cloudcontroller/wrapper/wrapperfakes/fake_uaaclient.go +++ b/api/cloudcontroller/wrapper/wrapperfakes/fake_uaaclient.go @@ -93,8 +93,6 @@ func (fake *FakeUAAClient) RefreshAccessTokenReturnsOnCall(i int, result1 uaa.Re func (fake *FakeUAAClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.refreshAccessTokenMutex.RLock() - defer fake.refreshAccessTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/plugin/pluginfakes/fake_connection.go b/api/plugin/pluginfakes/fake_connection.go index 57cd4630692..edaf10f8ee4 100644 --- a/api/plugin/pluginfakes/fake_connection.go +++ b/api/plugin/pluginfakes/fake_connection.go @@ -92,8 +92,6 @@ func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error) { func (fake *FakeConnection) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/plugin/pluginfakes/fake_connection_wrapper.go b/api/plugin/pluginfakes/fake_connection_wrapper.go index f2838fcadf1..82f5c44ad9b 100644 --- a/api/plugin/pluginfakes/fake_connection_wrapper.go +++ b/api/plugin/pluginfakes/fake_connection_wrapper.go @@ -164,10 +164,6 @@ func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 plugin.Conne func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() - fake.wrapMutex.RLock() - defer fake.wrapMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/plugin/pluginfakes/fake_proxy_reader.go b/api/plugin/pluginfakes/fake_proxy_reader.go index b6027c8dfc8..25f7074bada 100644 --- a/api/plugin/pluginfakes/fake_proxy_reader.go +++ b/api/plugin/pluginfakes/fake_proxy_reader.go @@ -153,12 +153,6 @@ func (fake *FakeProxyReader) WrapReturnsOnCall(i int, result1 io.ReadCloser) { func (fake *FakeProxyReader) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.finishMutex.RLock() - defer fake.finishMutex.RUnlock() - fake.startMutex.RLock() - defer fake.startMutex.RUnlock() - fake.wrapMutex.RLock() - defer fake.wrapMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/plugin/wrapper/wrapperfakes/fake_request_logger_output.go b/api/plugin/wrapper/wrapperfakes/fake_request_logger_output.go index b5e812a9db5..58451eb662e 100644 --- a/api/plugin/wrapper/wrapperfakes/fake_request_logger_output.go +++ b/api/plugin/wrapper/wrapperfakes/fake_request_logger_output.go @@ -698,26 +698,6 @@ func (fake *FakeRequestLoggerOutput) StopReturnsOnCall(i int, result1 error) { func (fake *FakeRequestLoggerOutput) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.displayDumpMutex.RLock() - defer fake.displayDumpMutex.RUnlock() - fake.displayHeaderMutex.RLock() - defer fake.displayHeaderMutex.RUnlock() - fake.displayHostMutex.RLock() - defer fake.displayHostMutex.RUnlock() - fake.displayJSONBodyMutex.RLock() - defer fake.displayJSONBodyMutex.RUnlock() - fake.displayRequestHeaderMutex.RLock() - defer fake.displayRequestHeaderMutex.RUnlock() - fake.displayResponseHeaderMutex.RLock() - defer fake.displayResponseHeaderMutex.RUnlock() - fake.displayTypeMutex.RLock() - defer fake.displayTypeMutex.RUnlock() - fake.handleInternalErrorMutex.RLock() - defer fake.handleInternalErrorMutex.RUnlock() - fake.startMutex.RLock() - defer fake.startMutex.RUnlock() - fake.stopMutex.RLock() - defer fake.stopMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/router/routerfakes/fake_connection.go b/api/router/routerfakes/fake_connection.go index e4eb68757ef..95c619eb821 100644 --- a/api/router/routerfakes/fake_connection.go +++ b/api/router/routerfakes/fake_connection.go @@ -89,8 +89,6 @@ func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error) { func (fake *FakeConnection) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/router/routerfakes/fake_connection_wrapper.go b/api/router/routerfakes/fake_connection_wrapper.go index 8d6eccb3984..4e7831dbdef 100644 --- a/api/router/routerfakes/fake_connection_wrapper.go +++ b/api/router/routerfakes/fake_connection_wrapper.go @@ -161,10 +161,6 @@ func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 router.Conne func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() - fake.wrapMutex.RLock() - defer fake.wrapMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/router/wrapper/wrapperfakes/fake_request_logger_output.go b/api/router/wrapper/wrapperfakes/fake_request_logger_output.go index e8fe80457b8..d4707346165 100644 --- a/api/router/wrapper/wrapperfakes/fake_request_logger_output.go +++ b/api/router/wrapper/wrapperfakes/fake_request_logger_output.go @@ -698,26 +698,6 @@ func (fake *FakeRequestLoggerOutput) StopReturnsOnCall(i int, result1 error) { func (fake *FakeRequestLoggerOutput) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.displayHeaderMutex.RLock() - defer fake.displayHeaderMutex.RUnlock() - fake.displayHostMutex.RLock() - defer fake.displayHostMutex.RUnlock() - fake.displayJSONBodyMutex.RLock() - defer fake.displayJSONBodyMutex.RUnlock() - fake.displayMessageMutex.RLock() - defer fake.displayMessageMutex.RUnlock() - fake.displayRequestHeaderMutex.RLock() - defer fake.displayRequestHeaderMutex.RUnlock() - fake.displayResponseHeaderMutex.RLock() - defer fake.displayResponseHeaderMutex.RUnlock() - fake.displayTypeMutex.RLock() - defer fake.displayTypeMutex.RUnlock() - fake.handleInternalErrorMutex.RLock() - defer fake.handleInternalErrorMutex.RUnlock() - fake.startMutex.RLock() - defer fake.startMutex.RUnlock() - fake.stopMutex.RLock() - defer fake.stopMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/router/wrapper/wrapperfakes/fake_token_cache.go b/api/router/wrapper/wrapperfakes/fake_token_cache.go index 5f97569a257..66a6b314425 100644 --- a/api/router/wrapper/wrapperfakes/fake_token_cache.go +++ b/api/router/wrapper/wrapperfakes/fake_token_cache.go @@ -215,14 +215,6 @@ func (fake *FakeTokenCache) SetRefreshTokenArgsForCall(i int) string { func (fake *FakeTokenCache) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.setAccessTokenMutex.RLock() - defer fake.setAccessTokenMutex.RUnlock() - fake.setRefreshTokenMutex.RLock() - defer fake.setRefreshTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/router/wrapper/wrapperfakes/fake_uaaclient.go b/api/router/wrapper/wrapperfakes/fake_uaaclient.go index d5761ef0434..1b78f989289 100644 --- a/api/router/wrapper/wrapperfakes/fake_uaaclient.go +++ b/api/router/wrapper/wrapperfakes/fake_uaaclient.go @@ -93,8 +93,6 @@ func (fake *FakeUAAClient) RefreshAccessTokenReturnsOnCall(i int, result1 uaa.Re func (fake *FakeUAAClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.refreshAccessTokenMutex.RLock() - defer fake.refreshAccessTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/shared/sharedfakes/fake_round_tripper.go b/api/shared/sharedfakes/fake_round_tripper.go index e8c0e9dd4f4..890bb8b8dfc 100644 --- a/api/shared/sharedfakes/fake_round_tripper.go +++ b/api/shared/sharedfakes/fake_round_tripper.go @@ -91,8 +91,6 @@ func (fake *FakeRoundTripper) RoundTripReturnsOnCall(i int, result1 *http.Respon func (fake *FakeRoundTripper) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.roundTripMutex.RLock() - defer fake.roundTripMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/uaa/noaabridge/noaabridgefakes/fake_token_cache.go b/api/uaa/noaabridge/noaabridgefakes/fake_token_cache.go index b447e8e75a7..e1ea85faff8 100644 --- a/api/uaa/noaabridge/noaabridgefakes/fake_token_cache.go +++ b/api/uaa/noaabridge/noaabridgefakes/fake_token_cache.go @@ -152,12 +152,6 @@ func (fake *FakeTokenCache) SetRefreshTokenArgsForCall(i int) string { func (fake *FakeTokenCache) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.setAccessTokenMutex.RLock() - defer fake.setAccessTokenMutex.RUnlock() - fake.setRefreshTokenMutex.RLock() - defer fake.setRefreshTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/uaa/noaabridge/noaabridgefakes/fake_uaaclient.go b/api/uaa/noaabridge/noaabridgefakes/fake_uaaclient.go index 33f852090a4..87ce8a7035d 100644 --- a/api/uaa/noaabridge/noaabridgefakes/fake_uaaclient.go +++ b/api/uaa/noaabridge/noaabridgefakes/fake_uaaclient.go @@ -93,8 +93,6 @@ func (fake *FakeUAAClient) RefreshAccessTokenReturnsOnCall(i int, result1 uaa.Re func (fake *FakeUAAClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.refreshAccessTokenMutex.RLock() - defer fake.refreshAccessTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/uaa/uaafakes/fake_config.go b/api/uaa/uaafakes/fake_config.go index 806b3033689..4c68329e9dd 100644 --- a/api/uaa/uaafakes/fake_config.go +++ b/api/uaa/uaafakes/fake_config.go @@ -557,24 +557,6 @@ func (fake *FakeConfig) UAAOAuthClientSecretReturnsOnCall(i int, result1 string) func (fake *FakeConfig) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.binaryNameMutex.RLock() - defer fake.binaryNameMutex.RUnlock() - fake.binaryVersionMutex.RLock() - defer fake.binaryVersionMutex.RUnlock() - fake.dialTimeoutMutex.RLock() - defer fake.dialTimeoutMutex.RUnlock() - fake.setUAAEndpointMutex.RLock() - defer fake.setUAAEndpointMutex.RUnlock() - fake.skipSSLValidationMutex.RLock() - defer fake.skipSSLValidationMutex.RUnlock() - fake.uAADisableKeepAlivesMutex.RLock() - defer fake.uAADisableKeepAlivesMutex.RUnlock() - fake.uAAGrantTypeMutex.RLock() - defer fake.uAAGrantTypeMutex.RUnlock() - fake.uAAOAuthClientMutex.RLock() - defer fake.uAAOAuthClientMutex.RUnlock() - fake.uAAOAuthClientSecretMutex.RLock() - defer fake.uAAOAuthClientSecretMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/uaa/uaafakes/fake_connection.go b/api/uaa/uaafakes/fake_connection.go index a6b251de882..30ee836524c 100644 --- a/api/uaa/uaafakes/fake_connection.go +++ b/api/uaa/uaafakes/fake_connection.go @@ -90,8 +90,6 @@ func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error) { func (fake *FakeConnection) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/uaa/uaafakes/fake_connection_wrapper.go b/api/uaa/uaafakes/fake_connection_wrapper.go index b909fb89678..27852dafc65 100644 --- a/api/uaa/uaafakes/fake_connection_wrapper.go +++ b/api/uaa/uaafakes/fake_connection_wrapper.go @@ -162,10 +162,6 @@ func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 uaa.Connecti func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.makeMutex.RLock() - defer fake.makeMutex.RUnlock() - fake.wrapMutex.RLock() - defer fake.wrapMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/uaa/wrapper/wrapperfakes/fake_request_logger_output.go b/api/uaa/wrapper/wrapperfakes/fake_request_logger_output.go index 11498a4ecf3..f807b08cb3d 100644 --- a/api/uaa/wrapper/wrapperfakes/fake_request_logger_output.go +++ b/api/uaa/wrapper/wrapperfakes/fake_request_logger_output.go @@ -703,26 +703,6 @@ func (fake *FakeRequestLoggerOutput) StopReturnsOnCall(i int, result1 error) { func (fake *FakeRequestLoggerOutput) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.displayBodyMutex.RLock() - defer fake.displayBodyMutex.RUnlock() - fake.displayHeaderMutex.RLock() - defer fake.displayHeaderMutex.RUnlock() - fake.displayHostMutex.RLock() - defer fake.displayHostMutex.RUnlock() - fake.displayJSONBodyMutex.RLock() - defer fake.displayJSONBodyMutex.RUnlock() - fake.displayRequestHeaderMutex.RLock() - defer fake.displayRequestHeaderMutex.RUnlock() - fake.displayResponseHeaderMutex.RLock() - defer fake.displayResponseHeaderMutex.RUnlock() - fake.displayTypeMutex.RLock() - defer fake.displayTypeMutex.RUnlock() - fake.handleInternalErrorMutex.RLock() - defer fake.handleInternalErrorMutex.RUnlock() - fake.startMutex.RLock() - defer fake.startMutex.RUnlock() - fake.stopMutex.RLock() - defer fake.stopMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/uaa/wrapper/wrapperfakes/fake_token_cache.go b/api/uaa/wrapper/wrapperfakes/fake_token_cache.go index e7120ceaa93..29db4e52a25 100644 --- a/api/uaa/wrapper/wrapperfakes/fake_token_cache.go +++ b/api/uaa/wrapper/wrapperfakes/fake_token_cache.go @@ -215,14 +215,6 @@ func (fake *FakeTokenCache) SetRefreshTokenArgsForCall(i int) string { func (fake *FakeTokenCache) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.setAccessTokenMutex.RLock() - defer fake.setAccessTokenMutex.RUnlock() - fake.setRefreshTokenMutex.RLock() - defer fake.setRefreshTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/api/uaa/wrapper/wrapperfakes/fake_uaaclient.go b/api/uaa/wrapper/wrapperfakes/fake_uaaclient.go index 47a9d7184b3..eee9d85f601 100644 --- a/api/uaa/wrapper/wrapperfakes/fake_uaaclient.go +++ b/api/uaa/wrapper/wrapperfakes/fake_uaaclient.go @@ -93,8 +93,6 @@ func (fake *FakeUAAClient) RefreshAccessTokenReturnsOnCall(i int, result1 uaa.Re func (fake *FakeUAAClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.refreshAccessTokenMutex.RLock() - defer fake.refreshAccessTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/actorsfakes/fake_push_actor.go b/cf/actors/actorsfakes/fake_push_actor.go index d3bd0655e73..c5c5bb18032 100644 --- a/cf/actors/actorsfakes/fake_push_actor.go +++ b/cf/actors/actorsfakes/fake_push_actor.go @@ -419,16 +419,6 @@ func (fake *FakePushActor) ValidateAppParamsReturnsOnCall(i int, result1 []error func (fake *FakePushActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.gatherFilesMutex.RLock() - defer fake.gatherFilesMutex.RUnlock() - fake.mapManifestRouteMutex.RLock() - defer fake.mapManifestRouteMutex.RUnlock() - fake.processPathMutex.RLock() - defer fake.processPathMutex.RUnlock() - fake.uploadAppMutex.RLock() - defer fake.uploadAppMutex.RUnlock() - fake.validateAppParamsMutex.RLock() - defer fake.validateAppParamsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/actorsfakes/fake_route_actor.go b/cf/actors/actorsfakes/fake_route_actor.go index 942d898d070..c6e14572b0f 100644 --- a/cf/actors/actorsfakes/fake_route_actor.go +++ b/cf/actors/actorsfakes/fake_route_actor.go @@ -641,22 +641,6 @@ func (fake *FakeRouteActor) UnbindAllReturnsOnCall(i int, result1 error) { func (fake *FakeRouteActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.bindRouteMutex.RLock() - defer fake.bindRouteMutex.RUnlock() - fake.createRandomTCPRouteMutex.RLock() - defer fake.createRandomTCPRouteMutex.RUnlock() - fake.findAndBindRouteMutex.RLock() - defer fake.findAndBindRouteMutex.RUnlock() - fake.findDomainMutex.RLock() - defer fake.findDomainMutex.RUnlock() - fake.findOrCreateRouteMutex.RLock() - defer fake.findOrCreateRouteMutex.RUnlock() - fake.findPathMutex.RLock() - defer fake.findPathMutex.RUnlock() - fake.findPortMutex.RLock() - defer fake.findPortMutex.RUnlock() - fake.unbindAllMutex.RLock() - defer fake.unbindAllMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/actorsfakes/fake_service_actor.go b/cf/actors/actorsfakes/fake_service_actor.go index c65986a2ab4..e927f2d58d6 100644 --- a/cf/actors/actorsfakes/fake_service_actor.go +++ b/cf/actors/actorsfakes/fake_service_actor.go @@ -97,8 +97,6 @@ func (fake *FakeServiceActor) FilterBrokersReturnsOnCall(i int, result1 []models func (fake *FakeServiceActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.filterBrokersMutex.RLock() - defer fake.filterBrokersMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/actorsfakes/fake_service_plan_actor.go b/cf/actors/actorsfakes/fake_service_plan_actor.go index 97983167bbc..59522ebca19 100644 --- a/cf/actors/actorsfakes/fake_service_plan_actor.go +++ b/cf/actors/actorsfakes/fake_service_plan_actor.go @@ -398,16 +398,6 @@ func (fake *FakeServicePlanActor) UpdateSinglePlanForServiceReturnsOnCall(i int, func (fake *FakeServicePlanActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.findServiceAccessMutex.RLock() - defer fake.findServiceAccessMutex.RUnlock() - fake.updateAllPlansForServiceMutex.RLock() - defer fake.updateAllPlansForServiceMutex.RUnlock() - fake.updateOrgForServiceMutex.RLock() - defer fake.updateOrgForServiceMutex.RUnlock() - fake.updatePlanAndOrgForServiceMutex.RLock() - defer fake.updatePlanAndOrgForServiceMutex.RUnlock() - fake.updateSinglePlanForServiceMutex.RLock() - defer fake.updateSinglePlanForServiceMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/brokerbuilder/brokerbuilderfakes/fake_broker_builder.go b/cf/actors/brokerbuilder/brokerbuilderfakes/fake_broker_builder.go index 5206b7fb99d..ab923e7df32 100644 --- a/cf/actors/brokerbuilder/brokerbuilderfakes/fake_broker_builder.go +++ b/cf/actors/brokerbuilder/brokerbuilderfakes/fake_broker_builder.go @@ -404,16 +404,6 @@ func (fake *FakeBrokerBuilder) GetBrokerWithSpecifiedServiceReturnsOnCall(i int, func (fake *FakeBrokerBuilder) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.attachBrokersToServicesMutex.RLock() - defer fake.attachBrokersToServicesMutex.RUnlock() - fake.attachSpecificBrokerToServicesMutex.RLock() - defer fake.attachSpecificBrokerToServicesMutex.RUnlock() - fake.getAllServiceBrokersMutex.RLock() - defer fake.getAllServiceBrokersMutex.RUnlock() - fake.getBrokerWithAllServicesMutex.RLock() - defer fake.getBrokerWithAllServicesMutex.RUnlock() - fake.getBrokerWithSpecifiedServiceMutex.RLock() - defer fake.getBrokerWithSpecifiedServiceMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/planbuilder/planbuilderfakes/fake_plan_builder.go b/cf/actors/planbuilder/planbuilderfakes/fake_plan_builder.go index a04732f1855..c7174c644fa 100644 --- a/cf/actors/planbuilder/planbuilderfakes/fake_plan_builder.go +++ b/cf/actors/planbuilder/planbuilderfakes/fake_plan_builder.go @@ -574,20 +574,6 @@ func (fake *FakePlanBuilder) GetPlansVisibleToOrgReturnsOnCall(i int, result1 [] func (fake *FakePlanBuilder) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.attachOrgToPlansMutex.RLock() - defer fake.attachOrgToPlansMutex.RUnlock() - fake.attachOrgsToPlansMutex.RLock() - defer fake.attachOrgsToPlansMutex.RUnlock() - fake.getPlansForManyServicesWithOrgsMutex.RLock() - defer fake.getPlansForManyServicesWithOrgsMutex.RUnlock() - fake.getPlansForServiceMutex.RLock() - defer fake.getPlansForServiceMutex.RUnlock() - fake.getPlansForServiceForOrgMutex.RLock() - defer fake.getPlansForServiceForOrgMutex.RUnlock() - fake.getPlansForServiceWithOrgsMutex.RLock() - defer fake.getPlansForServiceWithOrgsMutex.RUnlock() - fake.getPlansVisibleToOrgMutex.RLock() - defer fake.getPlansVisibleToOrgMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/plugininstaller/plugininstallerfakes/fake_plugin_installer.go b/cf/actors/plugininstaller/plugininstallerfakes/fake_plugin_installer.go index 4b9f14b5939..3c97d23171c 100644 --- a/cf/actors/plugininstaller/plugininstallerfakes/fake_plugin_installer.go +++ b/cf/actors/plugininstaller/plugininstallerfakes/fake_plugin_installer.go @@ -87,8 +87,6 @@ func (fake *FakePluginInstaller) InstallReturnsOnCall(i int, result1 string) { func (fake *FakePluginInstaller) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.installMutex.RLock() - defer fake.installMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/pluginrepo/pluginrepofakes/fake_plugin_repo.go b/cf/actors/pluginrepo/pluginrepofakes/fake_plugin_repo.go index 00ca3866243..0c6f6e87848 100644 --- a/cf/actors/pluginrepo/pluginrepofakes/fake_plugin_repo.go +++ b/cf/actors/pluginrepo/pluginrepofakes/fake_plugin_repo.go @@ -99,8 +99,6 @@ func (fake *FakePluginRepo) GetPluginsReturnsOnCall(i int, result1 map[string][] func (fake *FakePluginRepo) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getPluginsMutex.RLock() - defer fake.getPluginsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/servicebuilder/servicebuilderfakes/fake_service_builder.go b/cf/actors/servicebuilder/servicebuilderfakes/fake_service_builder.go index 86af0573236..0004ffc48e0 100644 --- a/cf/actors/servicebuilder/servicebuilderfakes/fake_service_builder.go +++ b/cf/actors/servicebuilder/servicebuilderfakes/fake_service_builder.go @@ -1091,34 +1091,6 @@ func (fake *FakeServiceBuilder) GetServicesVisibleToOrgReturnsOnCall(i int, resu func (fake *FakeServiceBuilder) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getAllServicesMutex.RLock() - defer fake.getAllServicesMutex.RUnlock() - fake.getAllServicesWithPlansMutex.RLock() - defer fake.getAllServicesWithPlansMutex.RUnlock() - fake.getServiceByNameForOrgMutex.RLock() - defer fake.getServiceByNameForOrgMutex.RUnlock() - fake.getServiceByNameForSpaceMutex.RLock() - defer fake.getServiceByNameForSpaceMutex.RUnlock() - fake.getServiceByNameForSpaceWithPlansMutex.RLock() - defer fake.getServiceByNameForSpaceWithPlansMutex.RUnlock() - fake.getServiceByNameWithPlansMutex.RLock() - defer fake.getServiceByNameWithPlansMutex.RUnlock() - fake.getServiceByNameWithPlansWithOrgNamesMutex.RLock() - defer fake.getServiceByNameWithPlansWithOrgNamesMutex.RUnlock() - fake.getServiceVisibleToOrgMutex.RLock() - defer fake.getServiceVisibleToOrgMutex.RUnlock() - fake.getServicesByNameForSpaceWithPlansMutex.RLock() - defer fake.getServicesByNameForSpaceWithPlansMutex.RUnlock() - fake.getServicesForBrokerMutex.RLock() - defer fake.getServicesForBrokerMutex.RUnlock() - fake.getServicesForManyBrokersMutex.RLock() - defer fake.getServicesForManyBrokersMutex.RUnlock() - fake.getServicesForSpaceMutex.RLock() - defer fake.getServicesForSpaceMutex.RUnlock() - fake.getServicesForSpaceWithPlansMutex.RLock() - defer fake.getServicesForSpaceWithPlansMutex.RUnlock() - fake.getServicesVisibleToOrgMutex.RLock() - defer fake.getServicesVisibleToOrgMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/actors/userprint/userprintfakes/fake_user_printer.go b/cf/actors/userprint/userprintfakes/fake_user_printer.go index 9f039fb8649..b44b28429f9 100644 --- a/cf/actors/userprint/userprintfakes/fake_user_printer.go +++ b/cf/actors/userprint/userprintfakes/fake_user_printer.go @@ -54,8 +54,6 @@ func (fake *FakeUserPrinter) PrintUsersArgsForCall(i int) (string, string) { func (fake *FakeUserPrinter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.printUsersMutex.RLock() - defer fake.printUsersMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_app_summary_repository.go b/cf/api/apifakes/fake_app_summary_repository.go index 20e96c8201c..70dd30a1ec2 100644 --- a/cf/api/apifakes/fake_app_summary_repository.go +++ b/cf/api/apifakes/fake_app_summary_repository.go @@ -161,10 +161,6 @@ func (fake *FakeAppSummaryRepository) GetSummaryReturnsOnCall(i int, result1 mod func (fake *FakeAppSummaryRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getSummariesInCurrentSpaceMutex.RLock() - defer fake.getSummariesInCurrentSpaceMutex.RUnlock() - fake.getSummaryMutex.RLock() - defer fake.getSummaryMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_buildpack_bits_repository.go b/cf/api/apifakes/fake_buildpack_bits_repository.go index 0af7815bbf8..fdb56f11169 100644 --- a/cf/api/apifakes/fake_buildpack_bits_repository.go +++ b/cf/api/apifakes/fake_buildpack_bits_repository.go @@ -175,10 +175,6 @@ func (fake *FakeBuildpackBitsRepository) UploadBuildpackReturnsOnCall(i int, res func (fake *FakeBuildpackBitsRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createBuildpackZipFileMutex.RLock() - defer fake.createBuildpackZipFileMutex.RUnlock() - fake.uploadBuildpackMutex.RLock() - defer fake.uploadBuildpackMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_buildpack_repository.go b/cf/api/apifakes/fake_buildpack_repository.go index 44e15ddd74c..53d7d861f66 100644 --- a/cf/api/apifakes/fake_buildpack_repository.go +++ b/cf/api/apifakes/fake_buildpack_repository.go @@ -553,20 +553,6 @@ func (fake *FakeBuildpackRepository) UpdateReturnsOnCall(i int, result1 models.B func (fake *FakeBuildpackRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findByNameMutex.RLock() - defer fake.findByNameMutex.RUnlock() - fake.findByNameAndStackMutex.RLock() - defer fake.findByNameAndStackMutex.RUnlock() - fake.findByNameWithNilStackMutex.RLock() - defer fake.findByNameWithNilStackMutex.RUnlock() - fake.listBuildpacksMutex.RLock() - defer fake.listBuildpacksMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_client_repository.go b/cf/api/apifakes/fake_client_repository.go index 8939e3c1672..443c5e2a034 100644 --- a/cf/api/apifakes/fake_client_repository.go +++ b/cf/api/apifakes/fake_client_repository.go @@ -92,8 +92,6 @@ func (fake *FakeClientRepository) ClientExistsReturnsOnCall(i int, result1 bool, func (fake *FakeClientRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.clientExistsMutex.RLock() - defer fake.clientExistsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_curl_repository.go b/cf/api/apifakes/fake_curl_repository.go index 51aa040acbb..2403084a5af 100644 --- a/cf/api/apifakes/fake_curl_repository.go +++ b/cf/api/apifakes/fake_curl_repository.go @@ -105,8 +105,6 @@ func (fake *FakeCurlRepository) RequestReturnsOnCall(i int, result1 string, resu func (fake *FakeCurlRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.requestMutex.RLock() - defer fake.requestMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_domain_repository.go b/cf/api/apifakes/fake_domain_repository.go index 13dd9efbf70..90e6f3a40a4 100644 --- a/cf/api/apifakes/fake_domain_repository.go +++ b/cf/api/apifakes/fake_domain_repository.go @@ -699,24 +699,6 @@ func (fake *FakeDomainRepository) ListDomainsForOrgReturnsOnCall(i int, result1 func (fake *FakeDomainRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.createSharedDomainMutex.RLock() - defer fake.createSharedDomainMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.deleteSharedDomainMutex.RLock() - defer fake.deleteSharedDomainMutex.RUnlock() - fake.findByNameInOrgMutex.RLock() - defer fake.findByNameInOrgMutex.RUnlock() - fake.findPrivateByNameMutex.RLock() - defer fake.findPrivateByNameMutex.RUnlock() - fake.findSharedByNameMutex.RLock() - defer fake.findSharedByNameMutex.RUnlock() - fake.firstOrDefaultMutex.RLock() - defer fake.firstOrDefaultMutex.RUnlock() - fake.listDomainsForOrgMutex.RLock() - defer fake.listDomainsForOrgMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_route_repository.go b/cf/api/apifakes/fake_route_repository.go index db9a1a07f08..426ad29ca0a 100644 --- a/cf/api/apifakes/fake_route_repository.go +++ b/cf/api/apifakes/fake_route_repository.go @@ -716,24 +716,6 @@ func (fake *FakeRouteRepository) UnbindReturnsOnCall(i int, result1 error) { func (fake *FakeRouteRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.bindMutex.RLock() - defer fake.bindMutex.RUnlock() - fake.checkIfExistsMutex.RLock() - defer fake.checkIfExistsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.createInSpaceMutex.RLock() - defer fake.createInSpaceMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findMutex.RLock() - defer fake.findMutex.RUnlock() - fake.listAllRoutesMutex.RLock() - defer fake.listAllRoutesMutex.RUnlock() - fake.listRoutesMutex.RLock() - defer fake.listRoutesMutex.RUnlock() - fake.unbindMutex.RLock() - defer fake.unbindMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_route_service_binding_repository.go b/cf/api/apifakes/fake_route_service_binding_repository.go index e928d90ce6e..cb00944f082 100644 --- a/cf/api/apifakes/fake_route_service_binding_repository.go +++ b/cf/api/apifakes/fake_route_service_binding_repository.go @@ -169,10 +169,6 @@ func (fake *FakeRouteServiceBindingRepository) UnbindReturnsOnCall(i int, result func (fake *FakeRouteServiceBindingRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.bindMutex.RLock() - defer fake.bindMutex.RUnlock() - fake.unbindMutex.RLock() - defer fake.unbindMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_routing_apirepository.go b/cf/api/apifakes/fake_routing_apirepository.go index 91436a2e630..8e2608e33b0 100644 --- a/cf/api/apifakes/fake_routing_apirepository.go +++ b/cf/api/apifakes/fake_routing_apirepository.go @@ -88,8 +88,6 @@ func (fake *FakeRoutingAPIRepository) ListRouterGroupsReturnsOnCall(i int, resul func (fake *FakeRoutingAPIRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.listRouterGroupsMutex.RLock() - defer fake.listRouterGroupsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_service_auth_token_repository.go b/cf/api/apifakes/fake_service_auth_token_repository.go index 2ef40db396d..152acad3085 100644 --- a/cf/api/apifakes/fake_service_auth_token_repository.go +++ b/cf/api/apifakes/fake_service_auth_token_repository.go @@ -379,16 +379,6 @@ func (fake *FakeServiceAuthTokenRepository) UpdateReturnsOnCall(i int, result1 e func (fake *FakeServiceAuthTokenRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findAllMutex.RLock() - defer fake.findAllMutex.RUnlock() - fake.findByLabelAndProviderMutex.RLock() - defer fake.findByLabelAndProviderMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_service_binding_repository.go b/cf/api/apifakes/fake_service_binding_repository.go index ec97c3b0fa2..445f1108604 100644 --- a/cf/api/apifakes/fake_service_binding_repository.go +++ b/cf/api/apifakes/fake_service_binding_repository.go @@ -248,12 +248,6 @@ func (fake *FakeServiceBindingRepository) ListAllForServiceReturnsOnCall(i int, func (fake *FakeServiceBindingRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.listAllForServiceMutex.RLock() - defer fake.listAllForServiceMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_service_broker_repository.go b/cf/api/apifakes/fake_service_broker_repository.go index a0c0a37c199..6de24810ea5 100644 --- a/cf/api/apifakes/fake_service_broker_repository.go +++ b/cf/api/apifakes/fake_service_broker_repository.go @@ -540,20 +540,6 @@ func (fake *FakeServiceBrokerRepository) UpdateReturnsOnCall(i int, result1 erro func (fake *FakeServiceBrokerRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findByGUIDMutex.RLock() - defer fake.findByGUIDMutex.RUnlock() - fake.findByNameMutex.RLock() - defer fake.findByNameMutex.RUnlock() - fake.listServiceBrokersMutex.RLock() - defer fake.listServiceBrokersMutex.RUnlock() - fake.renameMutex.RLock() - defer fake.renameMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_service_key_repository.go b/cf/api/apifakes/fake_service_key_repository.go index 61fcfebfbf2..8e85adb01ec 100644 --- a/cf/api/apifakes/fake_service_key_repository.go +++ b/cf/api/apifakes/fake_service_key_repository.go @@ -320,14 +320,6 @@ func (fake *FakeServiceKeyRepository) ListServiceKeysReturnsOnCall(i int, result func (fake *FakeServiceKeyRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createServiceKeyMutex.RLock() - defer fake.createServiceKeyMutex.RUnlock() - fake.deleteServiceKeyMutex.RLock() - defer fake.deleteServiceKeyMutex.RUnlock() - fake.getServiceKeyMutex.RLock() - defer fake.getServiceKeyMutex.RUnlock() - fake.listServiceKeysMutex.RLock() - defer fake.listServiceKeysMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_service_plan_repository.go b/cf/api/apifakes/fake_service_plan_repository.go index 430740598fb..2faa32192c5 100644 --- a/cf/api/apifakes/fake_service_plan_repository.go +++ b/cf/api/apifakes/fake_service_plan_repository.go @@ -251,12 +251,6 @@ func (fake *FakeServicePlanRepository) UpdateReturnsOnCall(i int, result1 error) func (fake *FakeServicePlanRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.listPlansFromManyServicesMutex.RLock() - defer fake.listPlansFromManyServicesMutex.RUnlock() - fake.searchMutex.RLock() - defer fake.searchMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_service_plan_visibility_repository.go b/cf/api/apifakes/fake_service_plan_visibility_repository.go index 66cb2fa8daf..11a17758458 100644 --- a/cf/api/apifakes/fake_service_plan_visibility_repository.go +++ b/cf/api/apifakes/fake_service_plan_visibility_repository.go @@ -307,14 +307,6 @@ func (fake *FakeServicePlanVisibilityRepository) SearchReturnsOnCall(i int, resu func (fake *FakeServicePlanVisibilityRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.listMutex.RLock() - defer fake.listMutex.RUnlock() - fake.searchMutex.RLock() - defer fake.searchMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_service_repository.go b/cf/api/apifakes/fake_service_repository.go index c1a9a3df126..10bb5ee970c 100644 --- a/cf/api/apifakes/fake_service_repository.go +++ b/cf/api/apifakes/fake_service_repository.go @@ -1394,42 +1394,6 @@ func (fake *FakeServiceRepository) UpdateServiceInstanceReturnsOnCall(i int, res func (fake *FakeServiceRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createServiceInstanceMutex.RLock() - defer fake.createServiceInstanceMutex.RUnlock() - fake.deleteServiceMutex.RLock() - defer fake.deleteServiceMutex.RUnlock() - fake.findInstanceByNameMutex.RLock() - defer fake.findInstanceByNameMutex.RUnlock() - fake.findServiceOfferingByLabelAndProviderMutex.RLock() - defer fake.findServiceOfferingByLabelAndProviderMutex.RUnlock() - fake.findServiceOfferingsByLabelMutex.RLock() - defer fake.findServiceOfferingsByLabelMutex.RUnlock() - fake.findServiceOfferingsForSpaceByLabelMutex.RLock() - defer fake.findServiceOfferingsForSpaceByLabelMutex.RUnlock() - fake.findServicePlanByDescriptionMutex.RLock() - defer fake.findServicePlanByDescriptionMutex.RUnlock() - fake.getAllServiceOfferingsMutex.RLock() - defer fake.getAllServiceOfferingsMutex.RUnlock() - fake.getServiceInstanceCountForServicePlanMutex.RLock() - defer fake.getServiceInstanceCountForServicePlanMutex.RUnlock() - fake.getServiceOfferingByGUIDMutex.RLock() - defer fake.getServiceOfferingByGUIDMutex.RUnlock() - fake.getServiceOfferingsForSpaceMutex.RLock() - defer fake.getServiceOfferingsForSpaceMutex.RUnlock() - fake.listServicesFromBrokerMutex.RLock() - defer fake.listServicesFromBrokerMutex.RUnlock() - fake.listServicesFromManyBrokersMutex.RLock() - defer fake.listServicesFromManyBrokersMutex.RUnlock() - fake.migrateServicePlanFromV1ToV2Mutex.RLock() - defer fake.migrateServicePlanFromV1ToV2Mutex.RUnlock() - fake.purgeServiceInstanceMutex.RLock() - defer fake.purgeServiceInstanceMutex.RUnlock() - fake.purgeServiceOfferingMutex.RLock() - defer fake.purgeServiceOfferingMutex.RUnlock() - fake.renameServiceMutex.RLock() - defer fake.renameServiceMutex.RUnlock() - fake.updateServiceInstanceMutex.RLock() - defer fake.updateServiceInstanceMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_service_summary_repository.go b/cf/api/apifakes/fake_service_summary_repository.go index f267206391a..6cd75784e9d 100644 --- a/cf/api/apifakes/fake_service_summary_repository.go +++ b/cf/api/apifakes/fake_service_summary_repository.go @@ -84,8 +84,6 @@ func (fake *FakeServiceSummaryRepository) GetSummariesInCurrentSpaceReturnsOnCal func (fake *FakeServiceSummaryRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getSummariesInCurrentSpaceMutex.RLock() - defer fake.getSummariesInCurrentSpaceMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_user_provided_service_instance_repository.go b/cf/api/apifakes/fake_user_provided_service_instance_repository.go index 8fb46194d1d..a389ee920b7 100644 --- a/cf/api/apifakes/fake_user_provided_service_instance_repository.go +++ b/cf/api/apifakes/fake_user_provided_service_instance_repository.go @@ -241,12 +241,6 @@ func (fake *FakeUserProvidedServiceInstanceRepository) UpdateReturnsOnCall(i int func (fake *FakeUserProvidedServiceInstanceRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.getSummariesMutex.RLock() - defer fake.getSummariesMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/apifakes/fake_user_repository.go b/cf/api/apifakes/fake_user_repository.go index e23e1418422..9044beb85b5 100644 --- a/cf/api/apifakes/fake_user_repository.go +++ b/cf/api/apifakes/fake_user_repository.go @@ -1086,34 +1086,6 @@ func (fake *FakeUserRepository) UnsetSpaceRoleByUsernameReturnsOnCall(i int, res func (fake *FakeUserRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findAllByUsernameMutex.RLock() - defer fake.findAllByUsernameMutex.RUnlock() - fake.findByUsernameMutex.RLock() - defer fake.findByUsernameMutex.RUnlock() - fake.listUsersInOrgForRoleWithNoUAAMutex.RLock() - defer fake.listUsersInOrgForRoleWithNoUAAMutex.RUnlock() - fake.listUsersInSpaceForRoleWithNoUAAMutex.RLock() - defer fake.listUsersInSpaceForRoleWithNoUAAMutex.RUnlock() - fake.setOrgRoleByGUIDMutex.RLock() - defer fake.setOrgRoleByGUIDMutex.RUnlock() - fake.setOrgRoleByUsernameMutex.RLock() - defer fake.setOrgRoleByUsernameMutex.RUnlock() - fake.setSpaceRoleByGUIDMutex.RLock() - defer fake.setSpaceRoleByGUIDMutex.RUnlock() - fake.setSpaceRoleByUsernameMutex.RLock() - defer fake.setSpaceRoleByUsernameMutex.RUnlock() - fake.unsetOrgRoleByGUIDMutex.RLock() - defer fake.unsetOrgRoleByGUIDMutex.RUnlock() - fake.unsetOrgRoleByUsernameMutex.RLock() - defer fake.unsetOrgRoleByUsernameMutex.RUnlock() - fake.unsetSpaceRoleByGUIDMutex.RLock() - defer fake.unsetSpaceRoleByGUIDMutex.RUnlock() - fake.unsetSpaceRoleByUsernameMutex.RLock() - defer fake.unsetSpaceRoleByUsernameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/appevents/appeventsfakes/fake_repository.go b/cf/api/appevents/appeventsfakes/fake_repository.go index 2b26fc412da..fe370cd2e40 100644 --- a/cf/api/appevents/appeventsfakes/fake_repository.go +++ b/cf/api/appevents/appeventsfakes/fake_repository.go @@ -95,8 +95,6 @@ func (fake *FakeRepository) RecentEventsReturnsOnCall(i int, result1 []models.Ev func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.recentEventsMutex.RLock() - defer fake.recentEventsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/appfiles/appfilesfakes/fake_repository.go b/cf/api/appfiles/appfilesfakes/fake_repository.go index 2a121098bef..35992af2c12 100644 --- a/cf/api/appfiles/appfilesfakes/fake_repository.go +++ b/cf/api/appfiles/appfilesfakes/fake_repository.go @@ -96,8 +96,6 @@ func (fake *FakeRepository) ListFilesReturnsOnCall(i int, result1 string, result func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.listFilesMutex.RLock() - defer fake.listFilesMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/appinstances/appinstancesfakes/fake_repository.go b/cf/api/appinstances/appinstancesfakes/fake_repository.go index 8122dd12193..0a52a5ceabe 100644 --- a/cf/api/appinstances/appinstancesfakes/fake_repository.go +++ b/cf/api/appinstances/appinstancesfakes/fake_repository.go @@ -167,10 +167,6 @@ func (fake *FakeRepository) GetInstancesReturnsOnCall(i int, result1 []models.Ap func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.deleteInstanceMutex.RLock() - defer fake.deleteInstanceMutex.RUnlock() - fake.getInstancesMutex.RLock() - defer fake.getInstancesMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/applicationbits/applicationbitsfakes/fake_repository.go b/cf/api/applicationbits/applicationbitsfakes/fake_repository.go index 18fb3284c8c..bd846537514 100644 --- a/cf/api/applicationbits/applicationbitsfakes/fake_repository.go +++ b/cf/api/applicationbits/applicationbitsfakes/fake_repository.go @@ -180,10 +180,6 @@ func (fake *FakeRepository) UploadBitsReturnsOnCall(i int, result1 error) { func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getApplicationFilesMutex.RLock() - defer fake.getApplicationFilesMutex.RUnlock() - fake.uploadBitsMutex.RLock() - defer fake.uploadBitsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/applications/applicationsfakes/fake_repository.go b/cf/api/applications/applicationsfakes/fake_repository.go index 766349b8dba..d1ad77ba0b6 100644 --- a/cf/api/applications/applicationsfakes/fake_repository.go +++ b/cf/api/applications/applicationsfakes/fake_repository.go @@ -703,24 +703,6 @@ func (fake *FakeRepository) UpdateReturnsOnCall(i int, result1 models.Applicatio func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.createRestageRequestMutex.RLock() - defer fake.createRestageRequestMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.getAppMutex.RLock() - defer fake.getAppMutex.RUnlock() - fake.getAppRoutesMutex.RLock() - defer fake.getAppRoutesMutex.RUnlock() - fake.readMutex.RLock() - defer fake.readMutex.RUnlock() - fake.readEnvMutex.RLock() - defer fake.readEnvMutex.RUnlock() - fake.readFromSpaceMutex.RLock() - defer fake.readFromSpaceMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/authentication/authenticationfakes/fake_repository.go b/cf/api/authentication/authenticationfakes/fake_repository.go index a28b6e87a7f..bbf9cf31160 100644 --- a/cf/api/authentication/authenticationfakes/fake_repository.go +++ b/cf/api/authentication/authenticationfakes/fake_repository.go @@ -453,20 +453,6 @@ func (fake *FakeRepository) RefreshTokenReturnsOnCall(i int, result1 string, res func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.authenticateMutex.RLock() - defer fake.authenticateMutex.RUnlock() - fake.authorizeMutex.RLock() - defer fake.authorizeMutex.RUnlock() - fake.dumpRequestMutex.RLock() - defer fake.dumpRequestMutex.RUnlock() - fake.dumpResponseMutex.RLock() - defer fake.dumpResponseMutex.RUnlock() - fake.getLoginPromptsAndSaveUAAServerURLMutex.RLock() - defer fake.getLoginPromptsAndSaveUAAServerURLMutex.RUnlock() - fake.refreshAuthTokenMutex.RLock() - defer fake.refreshAuthTokenMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/authentication/authenticationfakes/fake_token_refresher.go b/cf/api/authentication/authenticationfakes/fake_token_refresher.go index c217811f1b5..54de31a092f 100644 --- a/cf/api/authentication/authenticationfakes/fake_token_refresher.go +++ b/cf/api/authentication/authenticationfakes/fake_token_refresher.go @@ -83,8 +83,6 @@ func (fake *FakeTokenRefresher) RefreshAuthTokenReturnsOnCall(i int, result1 str func (fake *FakeTokenRefresher) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.refreshAuthTokenMutex.RLock() - defer fake.refreshAuthTokenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/copyapplicationsource/copyapplicationsourcefakes/fake_repository.go b/cf/api/copyapplicationsource/copyapplicationsourcefakes/fake_repository.go index 49f34ce288c..c684c6d6a34 100644 --- a/cf/api/copyapplicationsource/copyapplicationsourcefakes/fake_repository.go +++ b/cf/api/copyapplicationsource/copyapplicationsourcefakes/fake_repository.go @@ -89,8 +89,6 @@ func (fake *FakeRepository) CopyApplicationReturnsOnCall(i int, result1 error) { func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.copyApplicationMutex.RLock() - defer fake.copyApplicationMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/environmentvariablegroups/environmentvariablegroupsfakes/fake_repository.go b/cf/api/environmentvariablegroups/environmentvariablegroupsfakes/fake_repository.go index d55759cfeba..938885e6e4e 100644 --- a/cf/api/environmentvariablegroups/environmentvariablegroupsfakes/fake_repository.go +++ b/cf/api/environmentvariablegroups/environmentvariablegroupsfakes/fake_repository.go @@ -296,14 +296,6 @@ func (fake *FakeRepository) SetStagingReturnsOnCall(i int, result1 error) { func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.listRunningMutex.RLock() - defer fake.listRunningMutex.RUnlock() - fake.listStagingMutex.RLock() - defer fake.listStagingMutex.RUnlock() - fake.setRunningMutex.RLock() - defer fake.setRunningMutex.RUnlock() - fake.setStagingMutex.RLock() - defer fake.setStagingMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/featureflags/featureflagsfakes/fake_feature_flag_repository.go b/cf/api/featureflags/featureflagsfakes/fake_feature_flag_repository.go index f81353350d9..b347a841a45 100644 --- a/cf/api/featureflags/featureflagsfakes/fake_feature_flag_repository.go +++ b/cf/api/featureflags/featureflagsfakes/fake_feature_flag_repository.go @@ -235,12 +235,6 @@ func (fake *FakeFeatureFlagRepository) UpdateReturnsOnCall(i int, result1 error) func (fake *FakeFeatureFlagRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.findByNameMutex.RLock() - defer fake.findByNameMutex.RUnlock() - fake.listMutex.RLock() - defer fake.listMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/logs/logsfakes/fake_color_logger.go b/cf/api/logs/logsfakes/fake_color_logger.go index 57b5eb05c3b..b3aff01dfcb 100644 --- a/cf/api/logs/logsfakes/fake_color_logger.go +++ b/cf/api/logs/logsfakes/fake_color_logger.go @@ -231,12 +231,6 @@ func (fake *FakeColorLogger) LogSysHeaderColorReturnsOnCall(i int, result1 strin func (fake *FakeColorLogger) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.logStderrColorMutex.RLock() - defer fake.logStderrColorMutex.RUnlock() - fake.logStdoutColorMutex.RLock() - defer fake.logStdoutColorMutex.RUnlock() - fake.logSysHeaderColorMutex.RLock() - defer fake.logSysHeaderColorMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/logs/logsfakes/fake_loggable.go b/cf/api/logs/logsfakes/fake_loggable.go index 3ba8b07f98d..52d7ae6c671 100644 --- a/cf/api/logs/logsfakes/fake_loggable.go +++ b/cf/api/logs/logsfakes/fake_loggable.go @@ -214,12 +214,6 @@ func (fake *FakeLoggable) ToSimpleLogReturnsOnCall(i int, result1 string) { func (fake *FakeLoggable) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getSourceNameMutex.RLock() - defer fake.getSourceNameMutex.RUnlock() - fake.toLogMutex.RLock() - defer fake.toLogMutex.RUnlock() - fake.toSimpleLogMutex.RLock() - defer fake.toSimpleLogMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/logs/logsfakes/fake_repository.go b/cf/api/logs/logsfakes/fake_repository.go index d0acc7b17db..66d4550e7b0 100644 --- a/cf/api/logs/logsfakes/fake_repository.go +++ b/cf/api/logs/logsfakes/fake_repository.go @@ -163,12 +163,6 @@ func (fake *FakeRepository) TailLogsForArgsForCall(i int) (string, func(), chan< func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.closeMutex.RLock() - defer fake.closeMutex.RUnlock() - fake.recentLogsForMutex.RLock() - defer fake.recentLogsForMutex.RUnlock() - fake.tailLogsForMutex.RLock() - defer fake.tailLogsForMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/organizations/organizationsfakes/fake_organization_repository.go b/cf/api/organizations/organizationsfakes/fake_organization_repository.go index 181830ca0f0..c316deb1167 100644 --- a/cf/api/organizations/organizationsfakes/fake_organization_repository.go +++ b/cf/api/organizations/organizationsfakes/fake_organization_repository.go @@ -618,22 +618,6 @@ func (fake *FakeOrganizationRepository) UnsharePrivateDomainReturnsOnCall(i int, func (fake *FakeOrganizationRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findByNameMutex.RLock() - defer fake.findByNameMutex.RUnlock() - fake.getManyOrgsByGUIDMutex.RLock() - defer fake.getManyOrgsByGUIDMutex.RUnlock() - fake.listOrgsMutex.RLock() - defer fake.listOrgsMutex.RUnlock() - fake.renameMutex.RLock() - defer fake.renameMutex.RUnlock() - fake.sharePrivateDomainMutex.RLock() - defer fake.sharePrivateDomainMutex.RUnlock() - fake.unsharePrivateDomainMutex.RLock() - defer fake.unsharePrivateDomainMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/password/passwordfakes/fake_repository.go b/cf/api/password/passwordfakes/fake_repository.go index a7578a881ba..a132af3c3f8 100644 --- a/cf/api/password/passwordfakes/fake_repository.go +++ b/cf/api/password/passwordfakes/fake_repository.go @@ -89,8 +89,6 @@ func (fake *FakeRepository) UpdatePasswordReturnsOnCall(i int, result1 error) { func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.updatePasswordMutex.RLock() - defer fake.updatePasswordMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/quotas/quotasfakes/fake_quota_repository.go b/cf/api/quotas/quotasfakes/fake_quota_repository.go index 0591f43b778..691227d41d8 100644 --- a/cf/api/quotas/quotasfakes/fake_quota_repository.go +++ b/cf/api/quotas/quotasfakes/fake_quota_repository.go @@ -451,18 +451,6 @@ func (fake *FakeQuotaRepository) UpdateReturnsOnCall(i int, result1 error) { func (fake *FakeQuotaRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.assignQuotaToOrgMutex.RLock() - defer fake.assignQuotaToOrgMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findAllMutex.RLock() - defer fake.findAllMutex.RUnlock() - fake.findByNameMutex.RLock() - defer fake.findByNameMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/securitygroups/defaults/running/runningfakes/fake_security_groups_repo.go b/cf/api/securitygroups/defaults/running/runningfakes/fake_security_groups_repo.go index a90a98ac437..448e0c0a11d 100644 --- a/cf/api/securitygroups/defaults/running/runningfakes/fake_security_groups_repo.go +++ b/cf/api/securitygroups/defaults/running/runningfakes/fake_security_groups_repo.go @@ -228,12 +228,6 @@ func (fake *FakeSecurityGroupsRepo) UnbindFromRunningSetReturnsOnCall(i int, res func (fake *FakeSecurityGroupsRepo) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.bindToRunningSetMutex.RLock() - defer fake.bindToRunningSetMutex.RUnlock() - fake.listMutex.RLock() - defer fake.listMutex.RUnlock() - fake.unbindFromRunningSetMutex.RLock() - defer fake.unbindFromRunningSetMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/securitygroups/defaults/staging/stagingfakes/fake_security_groups_repo.go b/cf/api/securitygroups/defaults/staging/stagingfakes/fake_security_groups_repo.go index acbb211aa06..4077a2c1c73 100644 --- a/cf/api/securitygroups/defaults/staging/stagingfakes/fake_security_groups_repo.go +++ b/cf/api/securitygroups/defaults/staging/stagingfakes/fake_security_groups_repo.go @@ -228,12 +228,6 @@ func (fake *FakeSecurityGroupsRepo) UnbindFromStagingSetReturnsOnCall(i int, res func (fake *FakeSecurityGroupsRepo) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.bindToStagingSetMutex.RLock() - defer fake.bindToStagingSetMutex.RUnlock() - fake.listMutex.RLock() - defer fake.listMutex.RUnlock() - fake.unbindFromStagingSetMutex.RLock() - defer fake.unbindFromStagingSetMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/securitygroups/securitygroupsfakes/fake_security_group_repo.go b/cf/api/securitygroups/securitygroupsfakes/fake_security_group_repo.go index b46bb81454a..f29783bec4b 100644 --- a/cf/api/securitygroups/securitygroupsfakes/fake_security_group_repo.go +++ b/cf/api/securitygroups/securitygroupsfakes/fake_security_group_repo.go @@ -391,16 +391,6 @@ func (fake *FakeSecurityGroupRepo) UpdateReturnsOnCall(i int, result1 error) { func (fake *FakeSecurityGroupRepo) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findAllMutex.RLock() - defer fake.findAllMutex.RUnlock() - fake.readMutex.RLock() - defer fake.readMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/securitygroups/spaces/spacesfakes/fake_security_group_space_binder.go b/cf/api/securitygroups/spaces/spacesfakes/fake_security_group_space_binder.go index c70fb6e972a..78774fa4f58 100644 --- a/cf/api/securitygroups/spaces/spacesfakes/fake_security_group_space_binder.go +++ b/cf/api/securitygroups/spaces/spacesfakes/fake_security_group_space_binder.go @@ -163,10 +163,6 @@ func (fake *FakeSecurityGroupSpaceBinder) UnbindSpaceReturnsOnCall(i int, result func (fake *FakeSecurityGroupSpaceBinder) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.bindSpaceMutex.RLock() - defer fake.bindSpaceMutex.RUnlock() - fake.unbindSpaceMutex.RLock() - defer fake.unbindSpaceMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/spacequotas/spacequotasfakes/fake_space_quota_repository.go b/cf/api/spacequotas/spacequotasfakes/fake_space_quota_repository.go index c5ba2953412..b2c40d94a29 100644 --- a/cf/api/spacequotas/spacequotasfakes/fake_space_quota_repository.go +++ b/cf/api/spacequotas/spacequotasfakes/fake_space_quota_repository.go @@ -690,24 +690,6 @@ func (fake *FakeSpaceQuotaRepository) UpdateReturnsOnCall(i int, result1 error) func (fake *FakeSpaceQuotaRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.associateSpaceWithQuotaMutex.RLock() - defer fake.associateSpaceWithQuotaMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findByGUIDMutex.RLock() - defer fake.findByGUIDMutex.RUnlock() - fake.findByNameMutex.RLock() - defer fake.findByNameMutex.RUnlock() - fake.findByNameAndOrgGUIDMutex.RLock() - defer fake.findByNameAndOrgGUIDMutex.RUnlock() - fake.findByOrgMutex.RLock() - defer fake.findByOrgMutex.RUnlock() - fake.unassignQuotaFromSpaceMutex.RLock() - defer fake.unassignQuotaFromSpaceMutex.RUnlock() - fake.updateMutex.RLock() - defer fake.updateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/spaces/spacesfakes/fake_space_repository.go b/cf/api/spaces/spacesfakes/fake_space_repository.go index aaad96ad30a..f6429a809cd 100644 --- a/cf/api/spaces/spacesfakes/fake_space_repository.go +++ b/cf/api/spaces/spacesfakes/fake_space_repository.go @@ -619,22 +619,6 @@ func (fake *FakeSpaceRepository) SetAllowSSHReturnsOnCall(i int, result1 error) func (fake *FakeSpaceRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createMutex.RLock() - defer fake.createMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.findByNameMutex.RLock() - defer fake.findByNameMutex.RUnlock() - fake.findByNameInOrgMutex.RLock() - defer fake.findByNameInOrgMutex.RUnlock() - fake.listSpacesMutex.RLock() - defer fake.listSpacesMutex.RUnlock() - fake.listSpacesFromOrgMutex.RLock() - defer fake.listSpacesFromOrgMutex.RUnlock() - fake.renameMutex.RLock() - defer fake.renameMutex.RUnlock() - fake.setAllowSSHMutex.RLock() - defer fake.setAllowSSHMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/api/stacks/stacksfakes/fake_stack_repository.go b/cf/api/stacks/stacksfakes/fake_stack_repository.go index a790f0891a8..cac255b2010 100644 --- a/cf/api/stacks/stacksfakes/fake_stack_repository.go +++ b/cf/api/stacks/stacksfakes/fake_stack_repository.go @@ -238,12 +238,6 @@ func (fake *FakeStackRepository) FindByNameReturnsOnCall(i int, result1 models.S func (fake *FakeStackRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.findAllMutex.RLock() - defer fake.findAllMutex.RUnlock() - fake.findByGUIDMutex.RLock() - defer fake.findByGUIDMutex.RUnlock() - fake.findByNameMutex.RLock() - defer fake.findByNameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/appfiles/appfilesfakes/fake_app_files.go b/cf/appfiles/appfilesfakes/fake_app_files.go index 12116baf03e..a803fe4a677 100644 --- a/cf/appfiles/appfilesfakes/fake_app_files.go +++ b/cf/appfiles/appfilesfakes/fake_app_files.go @@ -320,14 +320,6 @@ func (fake *FakeAppFiles) WalkAppFilesReturnsOnCall(i int, result1 error) { func (fake *FakeAppFiles) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.appFilesInDirMutex.RLock() - defer fake.appFilesInDirMutex.RUnlock() - fake.copyFilesMutex.RLock() - defer fake.copyFilesMutex.RUnlock() - fake.countFilesMutex.RLock() - defer fake.countFilesMutex.RUnlock() - fake.walkAppFilesMutex.RLock() - defer fake.walkAppFilesMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/appfiles/appfilesfakes/fake_cf_ignore.go b/cf/appfiles/appfilesfakes/fake_cf_ignore.go index 1402b8ab5cd..ac4b13fbac5 100644 --- a/cf/appfiles/appfilesfakes/fake_cf_ignore.go +++ b/cf/appfiles/appfilesfakes/fake_cf_ignore.go @@ -87,8 +87,6 @@ func (fake *FakeCfIgnore) FileShouldBeIgnoredReturnsOnCall(i int, result1 bool) func (fake *FakeCfIgnore) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.fileShouldBeIgnoredMutex.RLock() - defer fake.fileShouldBeIgnoredMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/appfiles/appfilesfakes/fake_zipper.go b/cf/appfiles/appfilesfakes/fake_zipper.go index 3207fa9c028..f6f42c9ed82 100644 --- a/cf/appfiles/appfilesfakes/fake_zipper.go +++ b/cf/appfiles/appfilesfakes/fake_zipper.go @@ -313,14 +313,6 @@ func (fake *FakeZipper) ZipReturnsOnCall(i int, result1 error) { func (fake *FakeZipper) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getZipSizeMutex.RLock() - defer fake.getZipSizeMutex.RUnlock() - fake.isZipFileMutex.RLock() - defer fake.isZipFileMutex.RUnlock() - fake.unzipMutex.RLock() - defer fake.unzipMutex.RUnlock() - fake.zipMutex.RLock() - defer fake.zipMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commandregistry/commandregistryfakes/fake_command.go b/cf/commandregistry/commandregistryfakes/fake_command.go index 37e55bbc7d9..9fc754ea71d 100644 --- a/cf/commandregistry/commandregistryfakes/fake_command.go +++ b/cf/commandregistry/commandregistryfakes/fake_command.go @@ -305,14 +305,6 @@ func (fake *FakeCommand) SetDependencyReturnsOnCall(i int, result1 commandregist func (fake *FakeCommand) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.metaDataMutex.RLock() - defer fake.metaDataMutex.RUnlock() - fake.requirementsMutex.RLock() - defer fake.requirementsMutex.RUnlock() - fake.setDependencyMutex.RLock() - defer fake.setDependencyMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commandregistry/commandregistryfakes/fake_random_word_generator.go b/cf/commandregistry/commandregistryfakes/fake_random_word_generator.go index 7a33ebbc7cf..52a39364f54 100644 --- a/cf/commandregistry/commandregistryfakes/fake_random_word_generator.go +++ b/cf/commandregistry/commandregistryfakes/fake_random_word_generator.go @@ -78,8 +78,6 @@ func (fake *FakeRandomWordGenerator) BabbleReturnsOnCall(i int, result1 string) func (fake *FakeRandomWordGenerator) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.babbleMutex.RLock() - defer fake.babbleMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/application/applicationfakes/fake_displayer.go b/cf/commands/application/applicationfakes/fake_displayer.go index 35e4f4dfd38..c4b6e8ddc2e 100644 --- a/cf/commands/application/applicationfakes/fake_displayer.go +++ b/cf/commands/application/applicationfakes/fake_displayer.go @@ -92,8 +92,6 @@ func (fake *FakeDisplayer) ShowAppReturnsOnCall(i int, result1 error) { func (fake *FakeDisplayer) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.showAppMutex.RLock() - defer fake.showAppMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/application/applicationfakes/fake_restarter.go b/cf/commands/application/applicationfakes/fake_restarter.go index 6d5a2e1c2de..6a96341c876 100644 --- a/cf/commands/application/applicationfakes/fake_restarter.go +++ b/cf/commands/application/applicationfakes/fake_restarter.go @@ -383,16 +383,6 @@ func (fake *FakeRestarter) SetDependencyReturnsOnCall(i int, result1 commandregi func (fake *FakeRestarter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.applicationRestartMutex.RLock() - defer fake.applicationRestartMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.metaDataMutex.RLock() - defer fake.metaDataMutex.RUnlock() - fake.requirementsMutex.RLock() - defer fake.requirementsMutex.RUnlock() - fake.setDependencyMutex.RLock() - defer fake.setDependencyMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/application/applicationfakes/fake_staging_watcher.go b/cf/commands/application/applicationfakes/fake_staging_watcher.go index 18fd2f8890d..c4f38d3041e 100644 --- a/cf/commands/application/applicationfakes/fake_staging_watcher.go +++ b/cf/commands/application/applicationfakes/fake_staging_watcher.go @@ -99,8 +99,6 @@ func (fake *FakeStagingWatcher) WatchStagingReturnsOnCall(i int, result1 models. func (fake *FakeStagingWatcher) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.watchStagingMutex.RLock() - defer fake.watchStagingMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/application/applicationfakes/fake_starter.go b/cf/commands/application/applicationfakes/fake_starter.go index e99908db8fb..2dd11fef3a5 100644 --- a/cf/commands/application/applicationfakes/fake_starter.go +++ b/cf/commands/application/applicationfakes/fake_starter.go @@ -425,18 +425,6 @@ func (fake *FakeStarter) SetStartTimeoutInSecondsArgsForCall(i int) int { func (fake *FakeStarter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.applicationStartMutex.RLock() - defer fake.applicationStartMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.metaDataMutex.RLock() - defer fake.metaDataMutex.RUnlock() - fake.requirementsMutex.RLock() - defer fake.requirementsMutex.RUnlock() - fake.setDependencyMutex.RLock() - defer fake.setDependencyMutex.RUnlock() - fake.setStartTimeoutInSecondsMutex.RLock() - defer fake.setStartTimeoutInSecondsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/application/applicationfakes/fake_stopper.go b/cf/commands/application/applicationfakes/fake_stopper.go index 003ec6265b3..86a26ab78cf 100644 --- a/cf/commands/application/applicationfakes/fake_stopper.go +++ b/cf/commands/application/applicationfakes/fake_stopper.go @@ -388,16 +388,6 @@ func (fake *FakeStopper) SetDependencyReturnsOnCall(i int, result1 commandregist func (fake *FakeStopper) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.applicationStopMutex.RLock() - defer fake.applicationStopMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.metaDataMutex.RLock() - defer fake.metaDataMutex.RUnlock() - fake.requirementsMutex.RLock() - defer fake.requirementsMutex.RUnlock() - fake.setDependencyMutex.RLock() - defer fake.setDependencyMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/commandsfakes/fake_sshcode_getter.go b/cf/commands/commandsfakes/fake_sshcode_getter.go index a1cb6b212d7..a39e73e0633 100644 --- a/cf/commands/commandsfakes/fake_sshcode_getter.go +++ b/cf/commands/commandsfakes/fake_sshcode_getter.go @@ -374,16 +374,6 @@ func (fake *FakeSSHCodeGetter) SetDependencyReturnsOnCall(i int, result1 command func (fake *FakeSSHCodeGetter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getMutex.RLock() - defer fake.getMutex.RUnlock() - fake.metaDataMutex.RLock() - defer fake.metaDataMutex.RUnlock() - fake.requirementsMutex.RLock() - defer fake.requirementsMutex.RUnlock() - fake.setDependencyMutex.RLock() - defer fake.setDependencyMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/route/routefakes/fake_creator.go b/cf/commands/route/routefakes/fake_creator.go index ed13094f875..0f3d4f14342 100644 --- a/cf/commands/route/routefakes/fake_creator.go +++ b/cf/commands/route/routefakes/fake_creator.go @@ -103,8 +103,6 @@ func (fake *FakeCreator) CreateRouteReturnsOnCall(i int, result1 models.Route, r func (fake *FakeCreator) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createRouteMutex.RLock() - defer fake.createRouteMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/service/servicefakes/fake_binder.go b/cf/commands/service/servicefakes/fake_binder.go index bd99537e275..08630bcaf15 100644 --- a/cf/commands/service/servicefakes/fake_binder.go +++ b/cf/commands/service/servicefakes/fake_binder.go @@ -92,8 +92,6 @@ func (fake *FakeBinder) BindApplicationReturnsOnCall(i int, result1 error) { func (fake *FakeBinder) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.bindApplicationMutex.RLock() - defer fake.bindApplicationMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/service/servicefakes/fake_route_service_unbinder.go b/cf/commands/service/servicefakes/fake_route_service_unbinder.go index af812457a6e..96f32366857 100644 --- a/cf/commands/service/servicefakes/fake_route_service_unbinder.go +++ b/cf/commands/service/servicefakes/fake_route_service_unbinder.go @@ -90,8 +90,6 @@ func (fake *FakeRouteServiceUnbinder) UnbindRouteReturnsOnCall(i int, result1 er func (fake *FakeRouteServiceUnbinder) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.unbindRouteMutex.RLock() - defer fake.unbindRouteMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/user/userfakes/fake_org_role_setter.go b/cf/commands/user/userfakes/fake_org_role_setter.go index aee75374a7d..0dda2b16d75 100644 --- a/cf/commands/user/userfakes/fake_org_role_setter.go +++ b/cf/commands/user/userfakes/fake_org_role_setter.go @@ -385,16 +385,6 @@ func (fake *FakeOrgRoleSetter) SetOrgRoleReturnsOnCall(i int, result1 error) { func (fake *FakeOrgRoleSetter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.metaDataMutex.RLock() - defer fake.metaDataMutex.RUnlock() - fake.requirementsMutex.RLock() - defer fake.requirementsMutex.RUnlock() - fake.setDependencyMutex.RLock() - defer fake.setDependencyMutex.RUnlock() - fake.setOrgRoleMutex.RLock() - defer fake.setOrgRoleMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/commands/user/userfakes/fake_space_role_setter.go b/cf/commands/user/userfakes/fake_space_role_setter.go index 2245ca37281..27e269d22a6 100644 --- a/cf/commands/user/userfakes/fake_space_role_setter.go +++ b/cf/commands/user/userfakes/fake_space_role_setter.go @@ -389,16 +389,6 @@ func (fake *FakeSpaceRoleSetter) SetSpaceRoleReturnsOnCall(i int, result1 error) func (fake *FakeSpaceRoleSetter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.metaDataMutex.RLock() - defer fake.metaDataMutex.RUnlock() - fake.requirementsMutex.RLock() - defer fake.requirementsMutex.RUnlock() - fake.setDependencyMutex.RLock() - defer fake.setDependencyMutex.RUnlock() - fake.setSpaceRoleMutex.RLock() - defer fake.setSpaceRoleMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/configuration/configurationfakes/fake_data_interface.go b/cf/configuration/configurationfakes/fake_data_interface.go index d8d436af347..9eb60104a69 100644 --- a/cf/configuration/configurationfakes/fake_data_interface.go +++ b/cf/configuration/configurationfakes/fake_data_interface.go @@ -160,10 +160,6 @@ func (fake *FakeDataInterface) JSONUnmarshalV3ReturnsOnCall(i int, result1 error func (fake *FakeDataInterface) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.jSONMarshalV3Mutex.RLock() - defer fake.jSONMarshalV3Mutex.RUnlock() - fake.jSONUnmarshalV3Mutex.RLock() - defer fake.jSONUnmarshalV3Mutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/configuration/configurationfakes/fake_persistor.go b/cf/configuration/configurationfakes/fake_persistor.go index 6ebfccfba89..199bb5bcd0b 100644 --- a/cf/configuration/configurationfakes/fake_persistor.go +++ b/cf/configuration/configurationfakes/fake_persistor.go @@ -250,14 +250,6 @@ func (fake *FakePersistor) SaveReturnsOnCall(i int, result1 error) { func (fake *FakePersistor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.deleteMutex.RLock() - defer fake.deleteMutex.RUnlock() - fake.existsMutex.RLock() - defer fake.existsMutex.RUnlock() - fake.loadMutex.RLock() - defer fake.loadMutex.RUnlock() - fake.saveMutex.RLock() - defer fake.saveMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/configuration/coreconfig/coreconfigfakes/fake_endpoint_repository.go b/cf/configuration/coreconfig/coreconfigfakes/fake_endpoint_repository.go index 34b423c8210..68e9ad75d07 100644 --- a/cf/configuration/coreconfig/coreconfigfakes/fake_endpoint_repository.go +++ b/cf/configuration/coreconfig/coreconfigfakes/fake_endpoint_repository.go @@ -97,8 +97,6 @@ func (fake *FakeEndpointRepository) GetCCInfoReturnsOnCall(i int, result1 *corec func (fake *FakeEndpointRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getCCInfoMutex.RLock() - defer fake.getCCInfoMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/configuration/coreconfig/coreconfigfakes/fake_read_writer.go b/cf/configuration/coreconfig/coreconfigfakes/fake_read_writer.go index 0cf961ce5d5..92c470a361c 100644 --- a/cf/configuration/coreconfig/coreconfigfakes/fake_read_writer.go +++ b/cf/configuration/coreconfig/coreconfigfakes/fake_read_writer.go @@ -3067,124 +3067,6 @@ func (fake *FakeReadWriter) UsernameReturnsOnCall(i int, result1 string) { func (fake *FakeReadWriter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.aPIEndpointMutex.RLock() - defer fake.aPIEndpointMutex.RUnlock() - fake.aPIVersionMutex.RLock() - defer fake.aPIVersionMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.asyncTimeoutMutex.RLock() - defer fake.asyncTimeoutMutex.RUnlock() - fake.authenticationEndpointMutex.RLock() - defer fake.authenticationEndpointMutex.RUnlock() - fake.cLIVersionMutex.RLock() - defer fake.cLIVersionMutex.RUnlock() - fake.clearSessionMutex.RLock() - defer fake.clearSessionMutex.RUnlock() - fake.colorEnabledMutex.RLock() - defer fake.colorEnabledMutex.RUnlock() - fake.dopplerEndpointMutex.RLock() - defer fake.dopplerEndpointMutex.RUnlock() - fake.hasAPIEndpointMutex.RLock() - defer fake.hasAPIEndpointMutex.RUnlock() - fake.hasOrganizationMutex.RLock() - defer fake.hasOrganizationMutex.RUnlock() - fake.hasSpaceMutex.RLock() - defer fake.hasSpaceMutex.RUnlock() - fake.isLoggedInMutex.RLock() - defer fake.isLoggedInMutex.RUnlock() - fake.isMinAPIVersionMutex.RLock() - defer fake.isMinAPIVersionMutex.RUnlock() - fake.isMinCLIVersionMutex.RLock() - defer fake.isMinCLIVersionMutex.RUnlock() - fake.isSSLDisabledMutex.RLock() - defer fake.isSSLDisabledMutex.RUnlock() - fake.localeMutex.RLock() - defer fake.localeMutex.RUnlock() - fake.logCacheEndpointMutex.RLock() - defer fake.logCacheEndpointMutex.RUnlock() - fake.minCLIVersionMutex.RLock() - defer fake.minCLIVersionMutex.RUnlock() - fake.minRecommendedCLIVersionMutex.RLock() - defer fake.minRecommendedCLIVersionMutex.RUnlock() - fake.organizationFieldsMutex.RLock() - defer fake.organizationFieldsMutex.RUnlock() - fake.pluginReposMutex.RLock() - defer fake.pluginReposMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.routingAPIEndpointMutex.RLock() - defer fake.routingAPIEndpointMutex.RUnlock() - fake.sSHOAuthClientMutex.RLock() - defer fake.sSHOAuthClientMutex.RUnlock() - fake.setAPIEndpointMutex.RLock() - defer fake.setAPIEndpointMutex.RUnlock() - fake.setAPIVersionMutex.RLock() - defer fake.setAPIVersionMutex.RUnlock() - fake.setAccessTokenMutex.RLock() - defer fake.setAccessTokenMutex.RUnlock() - fake.setAsyncTimeoutMutex.RLock() - defer fake.setAsyncTimeoutMutex.RUnlock() - fake.setAuthenticationEndpointMutex.RLock() - defer fake.setAuthenticationEndpointMutex.RUnlock() - fake.setCLIVersionMutex.RLock() - defer fake.setCLIVersionMutex.RUnlock() - fake.setColorEnabledMutex.RLock() - defer fake.setColorEnabledMutex.RUnlock() - fake.setDopplerEndpointMutex.RLock() - defer fake.setDopplerEndpointMutex.RUnlock() - fake.setLocaleMutex.RLock() - defer fake.setLocaleMutex.RUnlock() - fake.setLogCacheEndpointMutex.RLock() - defer fake.setLogCacheEndpointMutex.RUnlock() - fake.setMinCLIVersionMutex.RLock() - defer fake.setMinCLIVersionMutex.RUnlock() - fake.setMinRecommendedCLIVersionMutex.RLock() - defer fake.setMinRecommendedCLIVersionMutex.RUnlock() - fake.setOrganizationFieldsMutex.RLock() - defer fake.setOrganizationFieldsMutex.RUnlock() - fake.setPluginRepoMutex.RLock() - defer fake.setPluginRepoMutex.RUnlock() - fake.setRefreshTokenMutex.RLock() - defer fake.setRefreshTokenMutex.RUnlock() - fake.setRoutingAPIEndpointMutex.RLock() - defer fake.setRoutingAPIEndpointMutex.RUnlock() - fake.setSSHOAuthClientMutex.RLock() - defer fake.setSSHOAuthClientMutex.RUnlock() - fake.setSSLDisabledMutex.RLock() - defer fake.setSSLDisabledMutex.RUnlock() - fake.setSpaceFieldsMutex.RLock() - defer fake.setSpaceFieldsMutex.RUnlock() - fake.setTraceMutex.RLock() - defer fake.setTraceMutex.RUnlock() - fake.setUAAGrantTypeMutex.RLock() - defer fake.setUAAGrantTypeMutex.RUnlock() - fake.setUAAOAuthClientMutex.RLock() - defer fake.setUAAOAuthClientMutex.RUnlock() - fake.setUAAOAuthClientSecretMutex.RLock() - defer fake.setUAAOAuthClientSecretMutex.RUnlock() - fake.setUaaEndpointMutex.RLock() - defer fake.setUaaEndpointMutex.RUnlock() - fake.spaceFieldsMutex.RLock() - defer fake.spaceFieldsMutex.RUnlock() - fake.traceMutex.RLock() - defer fake.traceMutex.RUnlock() - fake.uAAGrantTypeMutex.RLock() - defer fake.uAAGrantTypeMutex.RUnlock() - fake.uAAOAuthClientMutex.RLock() - defer fake.uAAOAuthClientMutex.RUnlock() - fake.uAAOAuthClientSecretMutex.RLock() - defer fake.uAAOAuthClientSecretMutex.RUnlock() - fake.uaaEndpointMutex.RLock() - defer fake.uaaEndpointMutex.RUnlock() - fake.unSetPluginRepoMutex.RLock() - defer fake.unSetPluginRepoMutex.RUnlock() - fake.userEmailMutex.RLock() - defer fake.userEmailMutex.RUnlock() - fake.userGUIDMutex.RLock() - defer fake.userGUIDMutex.RUnlock() - fake.usernameMutex.RLock() - defer fake.usernameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/configuration/coreconfig/coreconfigfakes/fake_repository.go b/cf/configuration/coreconfig/coreconfigfakes/fake_repository.go index 430dcf2ef01..5b236486c33 100644 --- a/cf/configuration/coreconfig/coreconfigfakes/fake_repository.go +++ b/cf/configuration/coreconfig/coreconfigfakes/fake_repository.go @@ -3095,126 +3095,6 @@ func (fake *FakeRepository) UsernameReturnsOnCall(i int, result1 string) { func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.aPIEndpointMutex.RLock() - defer fake.aPIEndpointMutex.RUnlock() - fake.aPIVersionMutex.RLock() - defer fake.aPIVersionMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.asyncTimeoutMutex.RLock() - defer fake.asyncTimeoutMutex.RUnlock() - fake.authenticationEndpointMutex.RLock() - defer fake.authenticationEndpointMutex.RUnlock() - fake.cLIVersionMutex.RLock() - defer fake.cLIVersionMutex.RUnlock() - fake.clearSessionMutex.RLock() - defer fake.clearSessionMutex.RUnlock() - fake.closeMutex.RLock() - defer fake.closeMutex.RUnlock() - fake.colorEnabledMutex.RLock() - defer fake.colorEnabledMutex.RUnlock() - fake.dopplerEndpointMutex.RLock() - defer fake.dopplerEndpointMutex.RUnlock() - fake.hasAPIEndpointMutex.RLock() - defer fake.hasAPIEndpointMutex.RUnlock() - fake.hasOrganizationMutex.RLock() - defer fake.hasOrganizationMutex.RUnlock() - fake.hasSpaceMutex.RLock() - defer fake.hasSpaceMutex.RUnlock() - fake.isLoggedInMutex.RLock() - defer fake.isLoggedInMutex.RUnlock() - fake.isMinAPIVersionMutex.RLock() - defer fake.isMinAPIVersionMutex.RUnlock() - fake.isMinCLIVersionMutex.RLock() - defer fake.isMinCLIVersionMutex.RUnlock() - fake.isSSLDisabledMutex.RLock() - defer fake.isSSLDisabledMutex.RUnlock() - fake.localeMutex.RLock() - defer fake.localeMutex.RUnlock() - fake.logCacheEndpointMutex.RLock() - defer fake.logCacheEndpointMutex.RUnlock() - fake.minCLIVersionMutex.RLock() - defer fake.minCLIVersionMutex.RUnlock() - fake.minRecommendedCLIVersionMutex.RLock() - defer fake.minRecommendedCLIVersionMutex.RUnlock() - fake.organizationFieldsMutex.RLock() - defer fake.organizationFieldsMutex.RUnlock() - fake.pluginReposMutex.RLock() - defer fake.pluginReposMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.routingAPIEndpointMutex.RLock() - defer fake.routingAPIEndpointMutex.RUnlock() - fake.sSHOAuthClientMutex.RLock() - defer fake.sSHOAuthClientMutex.RUnlock() - fake.setAPIEndpointMutex.RLock() - defer fake.setAPIEndpointMutex.RUnlock() - fake.setAPIVersionMutex.RLock() - defer fake.setAPIVersionMutex.RUnlock() - fake.setAccessTokenMutex.RLock() - defer fake.setAccessTokenMutex.RUnlock() - fake.setAsyncTimeoutMutex.RLock() - defer fake.setAsyncTimeoutMutex.RUnlock() - fake.setAuthenticationEndpointMutex.RLock() - defer fake.setAuthenticationEndpointMutex.RUnlock() - fake.setCLIVersionMutex.RLock() - defer fake.setCLIVersionMutex.RUnlock() - fake.setColorEnabledMutex.RLock() - defer fake.setColorEnabledMutex.RUnlock() - fake.setDopplerEndpointMutex.RLock() - defer fake.setDopplerEndpointMutex.RUnlock() - fake.setLocaleMutex.RLock() - defer fake.setLocaleMutex.RUnlock() - fake.setLogCacheEndpointMutex.RLock() - defer fake.setLogCacheEndpointMutex.RUnlock() - fake.setMinCLIVersionMutex.RLock() - defer fake.setMinCLIVersionMutex.RUnlock() - fake.setMinRecommendedCLIVersionMutex.RLock() - defer fake.setMinRecommendedCLIVersionMutex.RUnlock() - fake.setOrganizationFieldsMutex.RLock() - defer fake.setOrganizationFieldsMutex.RUnlock() - fake.setPluginRepoMutex.RLock() - defer fake.setPluginRepoMutex.RUnlock() - fake.setRefreshTokenMutex.RLock() - defer fake.setRefreshTokenMutex.RUnlock() - fake.setRoutingAPIEndpointMutex.RLock() - defer fake.setRoutingAPIEndpointMutex.RUnlock() - fake.setSSHOAuthClientMutex.RLock() - defer fake.setSSHOAuthClientMutex.RUnlock() - fake.setSSLDisabledMutex.RLock() - defer fake.setSSLDisabledMutex.RUnlock() - fake.setSpaceFieldsMutex.RLock() - defer fake.setSpaceFieldsMutex.RUnlock() - fake.setTraceMutex.RLock() - defer fake.setTraceMutex.RUnlock() - fake.setUAAGrantTypeMutex.RLock() - defer fake.setUAAGrantTypeMutex.RUnlock() - fake.setUAAOAuthClientMutex.RLock() - defer fake.setUAAOAuthClientMutex.RUnlock() - fake.setUAAOAuthClientSecretMutex.RLock() - defer fake.setUAAOAuthClientSecretMutex.RUnlock() - fake.setUaaEndpointMutex.RLock() - defer fake.setUaaEndpointMutex.RUnlock() - fake.spaceFieldsMutex.RLock() - defer fake.spaceFieldsMutex.RUnlock() - fake.traceMutex.RLock() - defer fake.traceMutex.RUnlock() - fake.uAAGrantTypeMutex.RLock() - defer fake.uAAGrantTypeMutex.RUnlock() - fake.uAAOAuthClientMutex.RLock() - defer fake.uAAOAuthClientMutex.RUnlock() - fake.uAAOAuthClientSecretMutex.RLock() - defer fake.uAAOAuthClientSecretMutex.RUnlock() - fake.uaaEndpointMutex.RLock() - defer fake.uaaEndpointMutex.RUnlock() - fake.unSetPluginRepoMutex.RLock() - defer fake.unSetPluginRepoMutex.RUnlock() - fake.userEmailMutex.RLock() - defer fake.userEmailMutex.RUnlock() - fake.userGUIDMutex.RLock() - defer fake.userGUIDMutex.RUnlock() - fake.usernameMutex.RLock() - defer fake.usernameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/configuration/pluginconfig/pluginconfigfakes/fake_plugin_configuration.go b/cf/configuration/pluginconfig/pluginconfigfakes/fake_plugin_configuration.go index 856e4bb9ac8..02d3260079c 100644 --- a/cf/configuration/pluginconfig/pluginconfigfakes/fake_plugin_configuration.go +++ b/cf/configuration/pluginconfig/pluginconfigfakes/fake_plugin_configuration.go @@ -280,16 +280,6 @@ func (fake *FakePluginConfiguration) SetPluginArgsForCall(i int) (string, plugin func (fake *FakePluginConfiguration) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getPluginPathMutex.RLock() - defer fake.getPluginPathMutex.RUnlock() - fake.listCommandsMutex.RLock() - defer fake.listCommandsMutex.RUnlock() - fake.pluginsMutex.RLock() - defer fake.pluginsMutex.RUnlock() - fake.removePluginMutex.RLock() - defer fake.removePluginMutex.RUnlock() - fake.setPluginMutex.RLock() - defer fake.setPluginMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/errors/errorsfakes/fake_httperror.go b/cf/errors/errorsfakes/fake_httperror.go index 767724a9cf9..1f3048ff6f4 100644 --- a/cf/errors/errorsfakes/fake_httperror.go +++ b/cf/errors/errorsfakes/fake_httperror.go @@ -204,12 +204,6 @@ func (fake *FakeHTTPError) StatusCodeReturnsOnCall(i int, result1 int) { func (fake *FakeHTTPError) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.errorMutex.RLock() - defer fake.errorMutex.RUnlock() - fake.errorCodeMutex.RLock() - defer fake.errorCodeMutex.RUnlock() - fake.statusCodeMutex.RLock() - defer fake.statusCodeMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/manifest/manifestfakes/fake_app.go b/cf/manifest/manifestfakes/fake_app.go index cef2683b366..b9a033b4a00 100644 --- a/cf/manifest/manifestfakes/fake_app.go +++ b/cf/manifest/manifestfakes/fake_app.go @@ -628,34 +628,6 @@ func (fake *FakeApp) StartCommandArgsForCall(i int) (string, string) { func (fake *FakeApp) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.buildpackURLMutex.RLock() - defer fake.buildpackURLMutex.RUnlock() - fake.diskQuotaMutex.RLock() - defer fake.diskQuotaMutex.RUnlock() - fake.environmentVarsMutex.RLock() - defer fake.environmentVarsMutex.RUnlock() - fake.getContentsMutex.RLock() - defer fake.getContentsMutex.RUnlock() - fake.healthCheckHTTPEndpointMutex.RLock() - defer fake.healthCheckHTTPEndpointMutex.RUnlock() - fake.healthCheckTimeoutMutex.RLock() - defer fake.healthCheckTimeoutMutex.RUnlock() - fake.healthCheckTypeMutex.RLock() - defer fake.healthCheckTypeMutex.RUnlock() - fake.instancesMutex.RLock() - defer fake.instancesMutex.RUnlock() - fake.memoryMutex.RLock() - defer fake.memoryMutex.RUnlock() - fake.routeMutex.RLock() - defer fake.routeMutex.RUnlock() - fake.saveMutex.RLock() - defer fake.saveMutex.RUnlock() - fake.serviceMutex.RLock() - defer fake.serviceMutex.RUnlock() - fake.stackMutex.RLock() - defer fake.stackMutex.RUnlock() - fake.startCommandMutex.RLock() - defer fake.startCommandMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/manifest/manifestfakes/fake_repository.go b/cf/manifest/manifestfakes/fake_repository.go index 20580116a7b..86ef3df0f82 100644 --- a/cf/manifest/manifestfakes/fake_repository.go +++ b/cf/manifest/manifestfakes/fake_repository.go @@ -92,8 +92,6 @@ func (fake *FakeRepository) ReadManifestReturnsOnCall(i int, result1 *manifest.M func (fake *FakeRepository) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.readManifestMutex.RLock() - defer fake.readManifestMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/net/netfakes/fake_httpclient_interface.go b/cf/net/netfakes/fake_httpclient_interface.go index 2243192697a..855b3673065 100644 --- a/cf/net/netfakes/fake_httpclient_interface.go +++ b/cf/net/netfakes/fake_httpclient_interface.go @@ -246,14 +246,6 @@ func (fake *FakeHTTPClientInterface) ExecuteCheckRedirectReturnsOnCall(i int, re func (fake *FakeHTTPClientInterface) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.doMutex.RLock() - defer fake.doMutex.RUnlock() - fake.dumpRequestMutex.RLock() - defer fake.dumpRequestMutex.RUnlock() - fake.dumpResponseMutex.RLock() - defer fake.dumpResponseMutex.RUnlock() - fake.executeCheckRedirectMutex.RLock() - defer fake.executeCheckRedirectMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/net/netfakes/fake_request_dumper_interface.go b/cf/net/netfakes/fake_request_dumper_interface.go index 915bf213eb3..9c282bb1fb0 100644 --- a/cf/net/netfakes/fake_request_dumper_interface.go +++ b/cf/net/netfakes/fake_request_dumper_interface.go @@ -90,10 +90,6 @@ func (fake *FakeRequestDumperInterface) DumpResponseArgsForCall(i int) *http.Res func (fake *FakeRequestDumperInterface) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.dumpRequestMutex.RLock() - defer fake.dumpRequestMutex.RUnlock() - fake.dumpResponseMutex.RLock() - defer fake.dumpResponseMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/net/netfakes/fake_warning_producer.go b/cf/net/netfakes/fake_warning_producer.go index 516c46f07c4..5f494305277 100644 --- a/cf/net/netfakes/fake_warning_producer.go +++ b/cf/net/netfakes/fake_warning_producer.go @@ -78,8 +78,6 @@ func (fake *FakeWarningProducer) WarningsReturnsOnCall(i int, result1 []string) func (fake *FakeWarningProducer) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.warningsMutex.RLock() - defer fake.warningsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_application_requirement.go b/cf/requirements/requirementsfakes/fake_application_requirement.go index d948f3c48cb..17307cca80f 100644 --- a/cf/requirements/requirementsfakes/fake_application_requirement.go +++ b/cf/requirements/requirementsfakes/fake_application_requirement.go @@ -142,10 +142,6 @@ func (fake *FakeApplicationRequirement) GetApplicationReturnsOnCall(i int, resul func (fake *FakeApplicationRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getApplicationMutex.RLock() - defer fake.getApplicationMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_buildpack_requirement.go b/cf/requirements/requirementsfakes/fake_buildpack_requirement.go index a83671f2ca7..e45458d68f8 100644 --- a/cf/requirements/requirementsfakes/fake_buildpack_requirement.go +++ b/cf/requirements/requirementsfakes/fake_buildpack_requirement.go @@ -142,10 +142,6 @@ func (fake *FakeBuildpackRequirement) GetBuildpackReturnsOnCall(i int, result1 m func (fake *FakeBuildpackRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getBuildpackMutex.RLock() - defer fake.getBuildpackMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_config_refresher.go b/cf/requirements/requirementsfakes/fake_config_refresher.go index 9a0e42c860c..1d0a45dd27f 100644 --- a/cf/requirements/requirementsfakes/fake_config_refresher.go +++ b/cf/requirements/requirementsfakes/fake_config_refresher.go @@ -84,8 +84,6 @@ func (fake *FakeConfigRefresher) RefreshReturnsOnCall(i int, result1 coreconfig. func (fake *FakeConfigRefresher) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.refreshMutex.RLock() - defer fake.refreshMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_deaapplication_requirement.go b/cf/requirements/requirementsfakes/fake_deaapplication_requirement.go index 5815c9c07ec..d4d065c0b67 100644 --- a/cf/requirements/requirementsfakes/fake_deaapplication_requirement.go +++ b/cf/requirements/requirementsfakes/fake_deaapplication_requirement.go @@ -142,10 +142,6 @@ func (fake *FakeDEAApplicationRequirement) GetApplicationReturnsOnCall(i int, re func (fake *FakeDEAApplicationRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getApplicationMutex.RLock() - defer fake.getApplicationMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_domain_requirement.go b/cf/requirements/requirementsfakes/fake_domain_requirement.go index 9b249ae9f9b..617983c35e5 100644 --- a/cf/requirements/requirementsfakes/fake_domain_requirement.go +++ b/cf/requirements/requirementsfakes/fake_domain_requirement.go @@ -142,10 +142,6 @@ func (fake *FakeDomainRequirement) GetDomainReturnsOnCall(i int, result1 models. func (fake *FakeDomainRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getDomainMutex.RLock() - defer fake.getDomainMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_factory.go b/cf/requirements/requirementsfakes/fake_factory.go index ca1126e8736..9ada6d84480 100644 --- a/cf/requirements/requirementsfakes/fake_factory.go +++ b/cf/requirements/requirementsfakes/fake_factory.go @@ -1295,42 +1295,6 @@ func (fake *FakeFactory) NewUserRequirementReturnsOnCall(i int, result1 requirem func (fake *FakeFactory) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.newAPIEndpointRequirementMutex.RLock() - defer fake.newAPIEndpointRequirementMutex.RUnlock() - fake.newApplicationRequirementMutex.RLock() - defer fake.newApplicationRequirementMutex.RUnlock() - fake.newBuildpackRequirementMutex.RLock() - defer fake.newBuildpackRequirementMutex.RUnlock() - fake.newClientRequirementMutex.RLock() - defer fake.newClientRequirementMutex.RUnlock() - fake.newDEAApplicationRequirementMutex.RLock() - defer fake.newDEAApplicationRequirementMutex.RUnlock() - fake.newDomainRequirementMutex.RLock() - defer fake.newDomainRequirementMutex.RUnlock() - fake.newLoginRequirementMutex.RLock() - defer fake.newLoginRequirementMutex.RUnlock() - fake.newMaxAPIVersionRequirementMutex.RLock() - defer fake.newMaxAPIVersionRequirementMutex.RUnlock() - fake.newMinAPIVersionRequirementMutex.RLock() - defer fake.newMinAPIVersionRequirementMutex.RUnlock() - fake.newNumberArgumentsMutex.RLock() - defer fake.newNumberArgumentsMutex.RUnlock() - fake.newOrganizationRequirementMutex.RLock() - defer fake.newOrganizationRequirementMutex.RUnlock() - fake.newServiceInstanceRequirementMutex.RLock() - defer fake.newServiceInstanceRequirementMutex.RUnlock() - fake.newSpaceRequirementMutex.RLock() - defer fake.newSpaceRequirementMutex.RUnlock() - fake.newTargetedOrgRequirementMutex.RLock() - defer fake.newTargetedOrgRequirementMutex.RUnlock() - fake.newTargetedSpaceRequirementMutex.RLock() - defer fake.newTargetedSpaceRequirementMutex.RUnlock() - fake.newUnsupportedLegacyFlagRequirementMutex.RLock() - defer fake.newUnsupportedLegacyFlagRequirementMutex.RUnlock() - fake.newUsageRequirementMutex.RLock() - defer fake.newUsageRequirementMutex.RUnlock() - fake.newUserRequirementMutex.RLock() - defer fake.newUserRequirementMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_organization_requirement.go b/cf/requirements/requirementsfakes/fake_organization_requirement.go index e186b5f5a99..efe3f931276 100644 --- a/cf/requirements/requirementsfakes/fake_organization_requirement.go +++ b/cf/requirements/requirementsfakes/fake_organization_requirement.go @@ -179,12 +179,6 @@ func (fake *FakeOrganizationRequirement) SetOrganizationNameArgsForCall(i int) s func (fake *FakeOrganizationRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getOrganizationMutex.RLock() - defer fake.getOrganizationMutex.RUnlock() - fake.setOrganizationNameMutex.RLock() - defer fake.setOrganizationNameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_requirement.go b/cf/requirements/requirementsfakes/fake_requirement.go index 69947707e88..f7a72d1989f 100644 --- a/cf/requirements/requirementsfakes/fake_requirement.go +++ b/cf/requirements/requirementsfakes/fake_requirement.go @@ -78,8 +78,6 @@ func (fake *FakeRequirement) ExecuteReturnsOnCall(i int, result1 error) { func (fake *FakeRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_service_instance_requirement.go b/cf/requirements/requirementsfakes/fake_service_instance_requirement.go index 077e2856fcc..1fa795eda45 100644 --- a/cf/requirements/requirementsfakes/fake_service_instance_requirement.go +++ b/cf/requirements/requirementsfakes/fake_service_instance_requirement.go @@ -142,10 +142,6 @@ func (fake *FakeServiceInstanceRequirement) GetServiceInstanceReturnsOnCall(i in func (fake *FakeServiceInstanceRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getServiceInstanceMutex.RLock() - defer fake.getServiceInstanceMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_space_requirement.go b/cf/requirements/requirementsfakes/fake_space_requirement.go index f7a11c4fa14..7b25448bcb8 100644 --- a/cf/requirements/requirementsfakes/fake_space_requirement.go +++ b/cf/requirements/requirementsfakes/fake_space_requirement.go @@ -179,12 +179,6 @@ func (fake *FakeSpaceRequirement) SetSpaceNameArgsForCall(i int) string { func (fake *FakeSpaceRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getSpaceMutex.RLock() - defer fake.getSpaceMutex.RUnlock() - fake.setSpaceNameMutex.RLock() - defer fake.setSpaceNameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_targeted_org_requirement.go b/cf/requirements/requirementsfakes/fake_targeted_org_requirement.go index 29c639eacce..a6dfe831d46 100644 --- a/cf/requirements/requirementsfakes/fake_targeted_org_requirement.go +++ b/cf/requirements/requirementsfakes/fake_targeted_org_requirement.go @@ -142,10 +142,6 @@ func (fake *FakeTargetedOrgRequirement) GetOrganizationFieldsReturnsOnCall(i int func (fake *FakeTargetedOrgRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getOrganizationFieldsMutex.RLock() - defer fake.getOrganizationFieldsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/requirements/requirementsfakes/fake_user_requirement.go b/cf/requirements/requirementsfakes/fake_user_requirement.go index d6b0641c11b..cd59d69a728 100644 --- a/cf/requirements/requirementsfakes/fake_user_requirement.go +++ b/cf/requirements/requirementsfakes/fake_user_requirement.go @@ -142,10 +142,6 @@ func (fake *FakeUserRequirement) GetUserReturnsOnCall(i int, result1 models.User func (fake *FakeUserRequirement) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() - fake.getUserMutex.RLock() - defer fake.getUserMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/ssh/sshfakes/fake_listener_factory.go b/cf/ssh/sshfakes/fake_listener_factory.go index 8d51c033525..9fc3f6c6f47 100644 --- a/cf/ssh/sshfakes/fake_listener_factory.go +++ b/cf/ssh/sshfakes/fake_listener_factory.go @@ -95,8 +95,6 @@ func (fake *FakeListenerFactory) ListenReturnsOnCall(i int, result1 net.Listener func (fake *FakeListenerFactory) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.listenMutex.RLock() - defer fake.listenMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/ssh/sshfakes/fake_secure_client.go b/cf/ssh/sshfakes/fake_secure_client.go index f5422991820..2d808a532ca 100644 --- a/cf/ssh/sshfakes/fake_secure_client.go +++ b/cf/ssh/sshfakes/fake_secure_client.go @@ -353,16 +353,6 @@ func (fake *FakeSecureClient) WaitReturnsOnCall(i int, result1 error) { func (fake *FakeSecureClient) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.closeMutex.RLock() - defer fake.closeMutex.RUnlock() - fake.connMutex.RLock() - defer fake.connMutex.RUnlock() - fake.dialMutex.RLock() - defer fake.dialMutex.RUnlock() - fake.newSessionMutex.RLock() - defer fake.newSessionMutex.RUnlock() - fake.waitMutex.RLock() - defer fake.waitMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/ssh/sshfakes/fake_secure_dialer.go b/cf/ssh/sshfakes/fake_secure_dialer.go index 6a296ff2c8d..875a8237e52 100644 --- a/cf/ssh/sshfakes/fake_secure_dialer.go +++ b/cf/ssh/sshfakes/fake_secure_dialer.go @@ -97,8 +97,6 @@ func (fake *FakeSecureDialer) DialReturnsOnCall(i int, result1 sshCmd.SecureClie func (fake *FakeSecureDialer) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.dialMutex.RLock() - defer fake.dialMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/ssh/sshfakes/fake_secure_session.go b/cf/ssh/sshfakes/fake_secure_session.go index abf17921286..7d4e6e30ef3 100644 --- a/cf/ssh/sshfakes/fake_secure_session.go +++ b/cf/ssh/sshfakes/fake_secure_session.go @@ -646,24 +646,6 @@ func (fake *FakeSecureSession) WaitReturnsOnCall(i int, result1 error) { func (fake *FakeSecureSession) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.closeMutex.RLock() - defer fake.closeMutex.RUnlock() - fake.requestPtyMutex.RLock() - defer fake.requestPtyMutex.RUnlock() - fake.sendRequestMutex.RLock() - defer fake.sendRequestMutex.RUnlock() - fake.shellMutex.RLock() - defer fake.shellMutex.RUnlock() - fake.startMutex.RLock() - defer fake.startMutex.RUnlock() - fake.stderrPipeMutex.RLock() - defer fake.stderrPipeMutex.RUnlock() - fake.stdinPipeMutex.RLock() - defer fake.stdinPipeMutex.RUnlock() - fake.stdoutPipeMutex.RLock() - defer fake.stdoutPipeMutex.RUnlock() - fake.waitMutex.RLock() - defer fake.waitMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/ssh/sshfakes/fake_secure_shell.go b/cf/ssh/sshfakes/fake_secure_shell.go index d600ac2e7cd..f34a3c2c98d 100644 --- a/cf/ssh/sshfakes/fake_secure_shell.go +++ b/cf/ssh/sshfakes/fake_secure_shell.go @@ -340,16 +340,6 @@ func (fake *FakeSecureShell) WaitReturnsOnCall(i int, result1 error) { func (fake *FakeSecureShell) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.closeMutex.RLock() - defer fake.closeMutex.RUnlock() - fake.connectMutex.RLock() - defer fake.connectMutex.RUnlock() - fake.interactiveSessionMutex.RLock() - defer fake.interactiveSessionMutex.RUnlock() - fake.localPortForwardMutex.RLock() - defer fake.localPortForwardMutex.RUnlock() - fake.waitMutex.RLock() - defer fake.waitMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/ssh/terminal/terminalfakes/fake_terminal_helper.go b/cf/ssh/terminal/terminalfakes/fake_terminal_helper.go index b38185c584b..afa0216b244 100644 --- a/cf/ssh/terminal/terminalfakes/fake_terminal_helper.go +++ b/cf/ssh/terminal/terminalfakes/fake_terminal_helper.go @@ -467,18 +467,6 @@ func (fake *FakeTerminalHelper) StdStreamsReturnsOnCall(i int, result1 io.ReadCl func (fake *FakeTerminalHelper) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getFdInfoMutex.RLock() - defer fake.getFdInfoMutex.RUnlock() - fake.getWinsizeMutex.RLock() - defer fake.getWinsizeMutex.RUnlock() - fake.isTerminalMutex.RLock() - defer fake.isTerminalMutex.RUnlock() - fake.restoreTerminalMutex.RLock() - defer fake.restoreTerminalMutex.RUnlock() - fake.setRawTerminalMutex.RLock() - defer fake.setRawTerminalMutex.RUnlock() - fake.stdStreamsMutex.RLock() - defer fake.stdStreamsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/terminal/terminalfakes/fake_ui.go b/cf/terminal/terminalfakes/fake_ui.go index 3ccf190b0d5..c2f1ec6925c 100644 --- a/cf/terminal/terminalfakes/fake_ui.go +++ b/cf/terminal/terminalfakes/fake_ui.go @@ -886,38 +886,6 @@ func (fake *FakeUI) WriterReturnsOnCall(i int, result1 io.Writer) { func (fake *FakeUI) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.askMutex.RLock() - defer fake.askMutex.RUnlock() - fake.askForPasswordMutex.RLock() - defer fake.askForPasswordMutex.RUnlock() - fake.confirmMutex.RLock() - defer fake.confirmMutex.RUnlock() - fake.confirmDeleteMutex.RLock() - defer fake.confirmDeleteMutex.RUnlock() - fake.confirmDeleteWithAssociationsMutex.RLock() - defer fake.confirmDeleteWithAssociationsMutex.RUnlock() - fake.failedMutex.RLock() - defer fake.failedMutex.RUnlock() - fake.loadingIndicationMutex.RLock() - defer fake.loadingIndicationMutex.RUnlock() - fake.notifyUpdateIfNeededMutex.RLock() - defer fake.notifyUpdateIfNeededMutex.RUnlock() - fake.okMutex.RLock() - defer fake.okMutex.RUnlock() - fake.printCapturingNoOutputMutex.RLock() - defer fake.printCapturingNoOutputMutex.RUnlock() - fake.printPaginatorMutex.RLock() - defer fake.printPaginatorMutex.RUnlock() - fake.sayMutex.RLock() - defer fake.sayMutex.RUnlock() - fake.showConfigurationMutex.RLock() - defer fake.showConfigurationMutex.RUnlock() - fake.tableMutex.RLock() - defer fake.tableMutex.RUnlock() - fake.warnMutex.RLock() - defer fake.warnMutex.RUnlock() - fake.writerMutex.RLock() - defer fake.writerMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/trace/tracefakes/fake_printer.go b/cf/trace/tracefakes/fake_printer.go index 3f9c24a61ee..71ecf0c443a 100644 --- a/cf/trace/tracefakes/fake_printer.go +++ b/cf/trace/tracefakes/fake_printer.go @@ -191,14 +191,6 @@ func (fake *FakePrinter) WritesToConsoleReturnsOnCall(i int, result1 bool) { func (fake *FakePrinter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.printMutex.RLock() - defer fake.printMutex.RUnlock() - fake.printfMutex.RLock() - defer fake.printfMutex.RUnlock() - fake.printlnMutex.RLock() - defer fake.printlnMutex.RUnlock() - fake.writesToConsoleMutex.RLock() - defer fake.writesToConsoleMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/cf/util/testhelpers/rpcserver/rpcserverfakes/fake_handlers.go b/cf/util/testhelpers/rpcserver/rpcserverfakes/fake_handlers.go index acab87bfc28..d1bb625842c 100644 --- a/cf/util/testhelpers/rpcserver/rpcserverfakes/fake_handlers.go +++ b/cf/util/testhelpers/rpcserver/rpcserverfakes/fake_handlers.go @@ -2252,66 +2252,6 @@ func (fake *FakeHandlers) UsernameReturnsOnCall(i int, result1 error) { func (fake *FakeHandlers) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.apiEndpointMutex.RLock() - defer fake.apiEndpointMutex.RUnlock() - fake.apiVersionMutex.RLock() - defer fake.apiVersionMutex.RUnlock() - fake.callCoreCommandMutex.RLock() - defer fake.callCoreCommandMutex.RUnlock() - fake.disableTerminalOutputMutex.RLock() - defer fake.disableTerminalOutputMutex.RUnlock() - fake.dopplerEndpointMutex.RLock() - defer fake.dopplerEndpointMutex.RUnlock() - fake.getAppMutex.RLock() - defer fake.getAppMutex.RUnlock() - fake.getAppsMutex.RLock() - defer fake.getAppsMutex.RUnlock() - fake.getCurrentOrgMutex.RLock() - defer fake.getCurrentOrgMutex.RUnlock() - fake.getCurrentSpaceMutex.RLock() - defer fake.getCurrentSpaceMutex.RUnlock() - fake.getOrgMutex.RLock() - defer fake.getOrgMutex.RUnlock() - fake.getOrgUsersMutex.RLock() - defer fake.getOrgUsersMutex.RUnlock() - fake.getOrgsMutex.RLock() - defer fake.getOrgsMutex.RUnlock() - fake.getOutputAndResetMutex.RLock() - defer fake.getOutputAndResetMutex.RUnlock() - fake.getServiceMutex.RLock() - defer fake.getServiceMutex.RUnlock() - fake.getServicesMutex.RLock() - defer fake.getServicesMutex.RUnlock() - fake.getSpaceMutex.RLock() - defer fake.getSpaceMutex.RUnlock() - fake.getSpaceUsersMutex.RLock() - defer fake.getSpaceUsersMutex.RUnlock() - fake.getSpacesMutex.RLock() - defer fake.getSpacesMutex.RUnlock() - fake.hasAPIEndpointMutex.RLock() - defer fake.hasAPIEndpointMutex.RUnlock() - fake.hasOrganizationMutex.RLock() - defer fake.hasOrganizationMutex.RUnlock() - fake.hasSpaceMutex.RLock() - defer fake.hasSpaceMutex.RUnlock() - fake.isLoggedInMutex.RLock() - defer fake.isLoggedInMutex.RUnlock() - fake.isMinCliVersionMutex.RLock() - defer fake.isMinCliVersionMutex.RUnlock() - fake.isSSLDisabledMutex.RLock() - defer fake.isSSLDisabledMutex.RUnlock() - fake.loggregatorEndpointMutex.RLock() - defer fake.loggregatorEndpointMutex.RUnlock() - fake.setPluginMetadataMutex.RLock() - defer fake.setPluginMetadataMutex.RUnlock() - fake.userEmailMutex.RLock() - defer fake.userEmailMutex.RUnlock() - fake.userGuidMutex.RLock() - defer fake.userGuidMutex.RUnlock() - fake.usernameMutex.RLock() - defer fake.usernameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/commandfakes/fake_config.go b/command/commandfakes/fake_config.go index e1824fb3c2f..32c8d841d74 100644 --- a/command/commandfakes/fake_config.go +++ b/command/commandfakes/fake_config.go @@ -51,16 +51,6 @@ type FakeConfig struct { authorizationEndpointReturnsOnCall map[int]struct { result1 string } - B3SpanIDStub func() string - b3SpanIDMutex sync.RWMutex - b3SpanIDArgsForCall []struct { - } - b3SpanIDReturns struct { - result1 string - } - b3SpanIDReturnsOnCall map[int]struct { - result1 string - } B3TraceIDStub func() string b3TraceIDMutex sync.RWMutex b3TraceIDArgsForCall []struct { @@ -887,59 +877,6 @@ func (fake *FakeConfig) AuthorizationEndpointReturnsOnCall(i int, result1 string }{result1} } -func (fake *FakeConfig) B3SpanID() string { - fake.b3SpanIDMutex.Lock() - ret, specificReturn := fake.b3SpanIDReturnsOnCall[len(fake.b3SpanIDArgsForCall)] - fake.b3SpanIDArgsForCall = append(fake.b3SpanIDArgsForCall, struct { - }{}) - stub := fake.B3SpanIDStub - fakeReturns := fake.b3SpanIDReturns - fake.recordInvocation("B3SpanID", []interface{}{}) - fake.b3SpanIDMutex.Unlock() - if stub != nil { - return stub() - } - if specificReturn { - return ret.result1 - } - return fakeReturns.result1 -} - -func (fake *FakeConfig) B3SpanIDCallCount() int { - fake.b3SpanIDMutex.RLock() - defer fake.b3SpanIDMutex.RUnlock() - return len(fake.b3SpanIDArgsForCall) -} - -func (fake *FakeConfig) B3SpanIDCalls(stub func() string) { - fake.b3SpanIDMutex.Lock() - defer fake.b3SpanIDMutex.Unlock() - fake.B3SpanIDStub = stub -} - -func (fake *FakeConfig) B3SpanIDReturns(result1 string) { - fake.b3SpanIDMutex.Lock() - defer fake.b3SpanIDMutex.Unlock() - fake.B3SpanIDStub = nil - fake.b3SpanIDReturns = struct { - result1 string - }{result1} -} - -func (fake *FakeConfig) B3SpanIDReturnsOnCall(i int, result1 string) { - fake.b3SpanIDMutex.Lock() - defer fake.b3SpanIDMutex.Unlock() - fake.B3SpanIDStub = nil - if fake.b3SpanIDReturnsOnCall == nil { - fake.b3SpanIDReturnsOnCall = make(map[int]struct { - result1 string - }) - } - fake.b3SpanIDReturnsOnCall[i] = struct { - result1 string - }{result1} -} - func (fake *FakeConfig) B3TraceID() string { fake.b3TraceIDMutex.Lock() ret, specificReturn := fake.b3TraceIDReturnsOnCall[len(fake.b3TraceIDArgsForCall)] @@ -4144,154 +4081,6 @@ func (fake *FakeConfig) WritePluginConfigReturnsOnCall(i int, result1 error) { func (fake *FakeConfig) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.aPIVersionMutex.RLock() - defer fake.aPIVersionMutex.RUnlock() - fake.accessTokenMutex.RLock() - defer fake.accessTokenMutex.RUnlock() - fake.addPluginMutex.RLock() - defer fake.addPluginMutex.RUnlock() - fake.addPluginRepositoryMutex.RLock() - defer fake.addPluginRepositoryMutex.RUnlock() - fake.authorizationEndpointMutex.RLock() - defer fake.authorizationEndpointMutex.RUnlock() - fake.b3SpanIDMutex.RLock() - defer fake.b3SpanIDMutex.RUnlock() - fake.b3TraceIDMutex.RLock() - defer fake.b3TraceIDMutex.RUnlock() - fake.binaryNameMutex.RLock() - defer fake.binaryNameMutex.RUnlock() - fake.binaryVersionMutex.RLock() - defer fake.binaryVersionMutex.RUnlock() - fake.cFPasswordMutex.RLock() - defer fake.cFPasswordMutex.RUnlock() - fake.cFUsernameMutex.RLock() - defer fake.cFUsernameMutex.RUnlock() - fake.cNBCredentialsMutex.RLock() - defer fake.cNBCredentialsMutex.RUnlock() - fake.colorEnabledMutex.RLock() - defer fake.colorEnabledMutex.RUnlock() - fake.currentUserMutex.RLock() - defer fake.currentUserMutex.RUnlock() - fake.currentUserNameMutex.RLock() - defer fake.currentUserNameMutex.RUnlock() - fake.dialTimeoutMutex.RLock() - defer fake.dialTimeoutMutex.RUnlock() - fake.dockerPasswordMutex.RLock() - defer fake.dockerPasswordMutex.RUnlock() - fake.experimentalMutex.RLock() - defer fake.experimentalMutex.RUnlock() - fake.getPluginMutex.RLock() - defer fake.getPluginMutex.RUnlock() - fake.getPluginCaseInsensitiveMutex.RLock() - defer fake.getPluginCaseInsensitiveMutex.RUnlock() - fake.hasTargetedOrganizationMutex.RLock() - defer fake.hasTargetedOrganizationMutex.RUnlock() - fake.hasTargetedSpaceMutex.RLock() - defer fake.hasTargetedSpaceMutex.RUnlock() - fake.isCFOnK8sMutex.RLock() - defer fake.isCFOnK8sMutex.RUnlock() - fake.isTTYMutex.RLock() - defer fake.isTTYMutex.RUnlock() - fake.localeMutex.RLock() - defer fake.localeMutex.RUnlock() - fake.logCacheEndpointMutex.RLock() - defer fake.logCacheEndpointMutex.RUnlock() - fake.minCLIVersionMutex.RLock() - defer fake.minCLIVersionMutex.RUnlock() - fake.nOAARequestRetryCountMutex.RLock() - defer fake.nOAARequestRetryCountMutex.RUnlock() - fake.networkPolicyV1EndpointMutex.RLock() - defer fake.networkPolicyV1EndpointMutex.RUnlock() - fake.overallPollingTimeoutMutex.RLock() - defer fake.overallPollingTimeoutMutex.RUnlock() - fake.pluginHomeMutex.RLock() - defer fake.pluginHomeMutex.RUnlock() - fake.pluginRepositoriesMutex.RLock() - defer fake.pluginRepositoriesMutex.RUnlock() - fake.pluginsMutex.RLock() - defer fake.pluginsMutex.RUnlock() - fake.pollingIntervalMutex.RLock() - defer fake.pollingIntervalMutex.RUnlock() - fake.refreshTokenMutex.RLock() - defer fake.refreshTokenMutex.RUnlock() - fake.removePluginMutex.RLock() - defer fake.removePluginMutex.RUnlock() - fake.requestRetryCountMutex.RLock() - defer fake.requestRetryCountMutex.RUnlock() - fake.routingEndpointMutex.RLock() - defer fake.routingEndpointMutex.RUnlock() - fake.sSHOAuthClientMutex.RLock() - defer fake.sSHOAuthClientMutex.RUnlock() - fake.setAccessTokenMutex.RLock() - defer fake.setAccessTokenMutex.RUnlock() - fake.setAsyncTimeoutMutex.RLock() - defer fake.setAsyncTimeoutMutex.RUnlock() - fake.setColorEnabledMutex.RLock() - defer fake.setColorEnabledMutex.RUnlock() - fake.setKubernetesAuthInfoMutex.RLock() - defer fake.setKubernetesAuthInfoMutex.RUnlock() - fake.setLocaleMutex.RLock() - defer fake.setLocaleMutex.RUnlock() - fake.setMinCLIVersionMutex.RLock() - defer fake.setMinCLIVersionMutex.RUnlock() - fake.setOrganizationInformationMutex.RLock() - defer fake.setOrganizationInformationMutex.RUnlock() - fake.setRefreshTokenMutex.RLock() - defer fake.setRefreshTokenMutex.RUnlock() - fake.setSpaceInformationMutex.RLock() - defer fake.setSpaceInformationMutex.RUnlock() - fake.setTargetInformationMutex.RLock() - defer fake.setTargetInformationMutex.RUnlock() - fake.setTokenInformationMutex.RLock() - defer fake.setTokenInformationMutex.RUnlock() - fake.setTraceMutex.RLock() - defer fake.setTraceMutex.RUnlock() - fake.setUAAClientCredentialsMutex.RLock() - defer fake.setUAAClientCredentialsMutex.RUnlock() - fake.setUAAEndpointMutex.RLock() - defer fake.setUAAEndpointMutex.RUnlock() - fake.setUAAGrantTypeMutex.RLock() - defer fake.setUAAGrantTypeMutex.RUnlock() - fake.skipSSLValidationMutex.RLock() - defer fake.skipSSLValidationMutex.RUnlock() - fake.stagingTimeoutMutex.RLock() - defer fake.stagingTimeoutMutex.RUnlock() - fake.startupTimeoutMutex.RLock() - defer fake.startupTimeoutMutex.RUnlock() - fake.targetMutex.RLock() - defer fake.targetMutex.RUnlock() - fake.targetedOrganizationMutex.RLock() - defer fake.targetedOrganizationMutex.RUnlock() - fake.targetedOrganizationNameMutex.RLock() - defer fake.targetedOrganizationNameMutex.RUnlock() - fake.targetedSpaceMutex.RLock() - defer fake.targetedSpaceMutex.RUnlock() - fake.terminalWidthMutex.RLock() - defer fake.terminalWidthMutex.RUnlock() - fake.uAADisableKeepAlivesMutex.RLock() - defer fake.uAADisableKeepAlivesMutex.RUnlock() - fake.uAAEndpointMutex.RLock() - defer fake.uAAEndpointMutex.RUnlock() - fake.uAAGrantTypeMutex.RLock() - defer fake.uAAGrantTypeMutex.RUnlock() - fake.uAAOAuthClientMutex.RLock() - defer fake.uAAOAuthClientMutex.RUnlock() - fake.uAAOAuthClientSecretMutex.RLock() - defer fake.uAAOAuthClientSecretMutex.RUnlock() - fake.unsetOrganizationAndSpaceInformationMutex.RLock() - defer fake.unsetOrganizationAndSpaceInformationMutex.RUnlock() - fake.unsetSpaceInformationMutex.RLock() - defer fake.unsetSpaceInformationMutex.RUnlock() - fake.unsetUserInformationMutex.RLock() - defer fake.unsetUserInformationMutex.RUnlock() - fake.v7SetSpaceInformationMutex.RLock() - defer fake.v7SetSpaceInformationMutex.RUnlock() - fake.verboseMutex.RLock() - defer fake.verboseMutex.RUnlock() - fake.writeConfigMutex.RLock() - defer fake.writeConfigMutex.RUnlock() - fake.writePluginConfigMutex.RLock() - defer fake.writePluginConfigMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/commandfakes/fake_shared_actor.go b/command/commandfakes/fake_shared_actor.go index b9e36cdf574..b570ce600b3 100644 --- a/command/commandfakes/fake_shared_actor.go +++ b/command/commandfakes/fake_shared_actor.go @@ -414,18 +414,6 @@ func (fake *FakeSharedActor) RequireTargetedOrgReturnsOnCall(i int, result1 stri func (fake *FakeSharedActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.checkTargetMutex.RLock() - defer fake.checkTargetMutex.RUnlock() - fake.isLoggedInMutex.RLock() - defer fake.isLoggedInMutex.RUnlock() - fake.isOrgTargetedMutex.RLock() - defer fake.isOrgTargetedMutex.RUnlock() - fake.isSpaceTargetedMutex.RLock() - defer fake.isSpaceTargetedMutex.RUnlock() - fake.requireCurrentUserMutex.RLock() - defer fake.requireCurrentUserMutex.RUnlock() - fake.requireTargetedOrgMutex.RLock() - defer fake.requireTargetedOrgMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/commandfakes/fake_ui.go b/command/commandfakes/fake_ui.go index a168965e9a5..149a1ca680c 100644 --- a/command/commandfakes/fake_ui.go +++ b/command/commandfakes/fake_ui.go @@ -1957,80 +1957,6 @@ func (fake *FakeUI) WriterReturnsOnCall(i int, result1 io.Writer) { func (fake *FakeUI) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.deferTextMutex.RLock() - defer fake.deferTextMutex.RUnlock() - fake.displayBoolPromptMutex.RLock() - defer fake.displayBoolPromptMutex.RUnlock() - fake.displayChangesForPushMutex.RLock() - defer fake.displayChangesForPushMutex.RUnlock() - fake.displayDeprecationWarningMutex.RLock() - defer fake.displayDeprecationWarningMutex.RUnlock() - fake.displayDiffAdditionMutex.RLock() - defer fake.displayDiffAdditionMutex.RUnlock() - fake.displayDiffRemovalMutex.RLock() - defer fake.displayDiffRemovalMutex.RUnlock() - fake.displayDiffUnchangedMutex.RLock() - defer fake.displayDiffUnchangedMutex.RUnlock() - fake.displayErrorMutex.RLock() - defer fake.displayErrorMutex.RUnlock() - fake.displayFileDeprecationWarningMutex.RLock() - defer fake.displayFileDeprecationWarningMutex.RUnlock() - fake.displayHeaderMutex.RLock() - defer fake.displayHeaderMutex.RUnlock() - fake.displayInstancesTableForAppMutex.RLock() - defer fake.displayInstancesTableForAppMutex.RUnlock() - fake.displayJSONMutex.RLock() - defer fake.displayJSONMutex.RUnlock() - fake.displayKeyValueTableMutex.RLock() - defer fake.displayKeyValueTableMutex.RUnlock() - fake.displayKeyValueTableForAppMutex.RLock() - defer fake.displayKeyValueTableForAppMutex.RUnlock() - fake.displayLogMessageMutex.RLock() - defer fake.displayLogMessageMutex.RUnlock() - fake.displayNewlineMutex.RLock() - defer fake.displayNewlineMutex.RUnlock() - fake.displayNonWrappingTableMutex.RLock() - defer fake.displayNonWrappingTableMutex.RUnlock() - fake.displayOKMutex.RLock() - defer fake.displayOKMutex.RUnlock() - fake.displayOptionalTextPromptMutex.RLock() - defer fake.displayOptionalTextPromptMutex.RUnlock() - fake.displayPasswordPromptMutex.RLock() - defer fake.displayPasswordPromptMutex.RUnlock() - fake.displayTableWithHeaderMutex.RLock() - defer fake.displayTableWithHeaderMutex.RUnlock() - fake.displayTextMutex.RLock() - defer fake.displayTextMutex.RUnlock() - fake.displayTextLiteralMutex.RLock() - defer fake.displayTextLiteralMutex.RUnlock() - fake.displayTextMenuMutex.RLock() - defer fake.displayTextMenuMutex.RUnlock() - fake.displayTextPromptMutex.RLock() - defer fake.displayTextPromptMutex.RUnlock() - fake.displayTextWithBoldMutex.RLock() - defer fake.displayTextWithBoldMutex.RUnlock() - fake.displayTextWithFlavorMutex.RLock() - defer fake.displayTextWithFlavorMutex.RUnlock() - fake.displayWarningMutex.RLock() - defer fake.displayWarningMutex.RUnlock() - fake.displayWarningsMutex.RLock() - defer fake.displayWarningsMutex.RUnlock() - fake.getErrMutex.RLock() - defer fake.getErrMutex.RUnlock() - fake.getInMutex.RLock() - defer fake.getInMutex.RUnlock() - fake.getOutMutex.RLock() - defer fake.getOutMutex.RUnlock() - fake.requestLoggerFileWriterMutex.RLock() - defer fake.requestLoggerFileWriterMutex.RUnlock() - fake.requestLoggerTerminalDisplayMutex.RLock() - defer fake.requestLoggerTerminalDisplayMutex.RUnlock() - fake.translateTextMutex.RLock() - defer fake.translateTextMutex.RUnlock() - fake.userFriendlyDateMutex.RLock() - defer fake.userFriendlyDateMutex.RUnlock() - fake.writerMutex.RLock() - defer fake.writerMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/common/commonfakes/fake_help_actor.go b/command/common/commonfakes/fake_help_actor.go index 8432abeeab9..b15a7532f6b 100644 --- a/command/common/commonfakes/fake_help_actor.go +++ b/command/common/commonfakes/fake_help_actor.go @@ -167,10 +167,6 @@ func (fake *FakeHelpActor) CommandInfosReturnsOnCall(i int, result1 map[string]s func (fake *FakeHelpActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.commandInfoByNameMutex.RLock() - defer fake.commandInfoByNameMutex.RUnlock() - fake.commandInfosMutex.RLock() - defer fake.commandInfosMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/common/commonfakes/fake_install_plugin_actor.go b/command/common/commonfakes/fake_install_plugin_actor.go index 4877908b2e3..5165f184bda 100644 --- a/command/common/commonfakes/fake_install_plugin_actor.go +++ b/command/common/commonfakes/fake_install_plugin_actor.go @@ -795,26 +795,6 @@ func (fake *FakeInstallPluginActor) ValidateFileChecksumReturnsOnCall(i int, res func (fake *FakeInstallPluginActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.createExecutableCopyMutex.RLock() - defer fake.createExecutableCopyMutex.RUnlock() - fake.downloadExecutableBinaryFromURLMutex.RLock() - defer fake.downloadExecutableBinaryFromURLMutex.RUnlock() - fake.fileExistsMutex.RLock() - defer fake.fileExistsMutex.RUnlock() - fake.getAndValidatePluginMutex.RLock() - defer fake.getAndValidatePluginMutex.RUnlock() - fake.getPlatformStringMutex.RLock() - defer fake.getPlatformStringMutex.RUnlock() - fake.getPluginInfoFromRepositoriesForPlatformMutex.RLock() - defer fake.getPluginInfoFromRepositoriesForPlatformMutex.RUnlock() - fake.getPluginRepositoryMutex.RLock() - defer fake.getPluginRepositoryMutex.RUnlock() - fake.installPluginFromPathMutex.RLock() - defer fake.installPluginFromPathMutex.RUnlock() - fake.uninstallPluginMutex.RLock() - defer fake.uninstallPluginMutex.RUnlock() - fake.validateFileChecksumMutex.RLock() - defer fake.validateFileChecksumMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/plugin/pluginfakes/fake_add_plugin_repo_actor.go b/command/plugin/pluginfakes/fake_add_plugin_repo_actor.go index acad05c8fa8..1886190b48d 100644 --- a/command/plugin/pluginfakes/fake_add_plugin_repo_actor.go +++ b/command/plugin/pluginfakes/fake_add_plugin_repo_actor.go @@ -89,8 +89,6 @@ func (fake *FakeAddPluginRepoActor) AddPluginRepositoryReturnsOnCall(i int, resu func (fake *FakeAddPluginRepoActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.addPluginRepositoryMutex.RLock() - defer fake.addPluginRepositoryMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/plugin/pluginfakes/fake_plugins_actor.go b/command/plugin/pluginfakes/fake_plugins_actor.go index 16cb741a26e..1dd4403a533 100644 --- a/command/plugin/pluginfakes/fake_plugins_actor.go +++ b/command/plugin/pluginfakes/fake_plugins_actor.go @@ -84,8 +84,6 @@ func (fake *FakePluginsActor) GetOutdatedPluginsReturnsOnCall(i int, result1 []p func (fake *FakePluginsActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getOutdatedPluginsMutex.RLock() - defer fake.getOutdatedPluginsMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/plugin/pluginfakes/fake_uninstall_plugin_actor.go b/command/plugin/pluginfakes/fake_uninstall_plugin_actor.go index 3442264e266..c8413eebbb9 100644 --- a/command/plugin/pluginfakes/fake_uninstall_plugin_actor.go +++ b/command/plugin/pluginfakes/fake_uninstall_plugin_actor.go @@ -90,8 +90,6 @@ func (fake *FakeUninstallPluginActor) UninstallPluginReturnsOnCall(i int, result func (fake *FakeUninstallPluginActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.uninstallPluginMutex.RLock() - defer fake.uninstallPluginMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/translatableerror/translatableerrorfakes/fake_translatable_error.go b/command/translatableerror/translatableerrorfakes/fake_translatable_error.go index a8465852e8f..c9dad42397f 100644 --- a/command/translatableerror/translatableerrorfakes/fake_translatable_error.go +++ b/command/translatableerror/translatableerrorfakes/fake_translatable_error.go @@ -150,10 +150,6 @@ func (fake *FakeTranslatableError) TranslateReturnsOnCall(i int, result1 string) func (fake *FakeTranslatableError) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.errorMutex.RLock() - defer fake.errorMutex.RUnlock() - fake.translateMutex.RLock() - defer fake.translateMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_actor_reloader.go b/command/v7/v7fakes/fake_actor_reloader.go index 87876729587..2fd49dc658f 100644 --- a/command/v7/v7fakes/fake_actor_reloader.go +++ b/command/v7/v7fakes/fake_actor_reloader.go @@ -95,8 +95,6 @@ func (fake *FakeActorReloader) ReloadReturnsOnCall(i int, result1 v7.Actor, resu func (fake *FakeActorReloader) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.reloadMutex.RLock() - defer fake.reloadMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_diff_displayer.go b/command/v7/v7fakes/fake_diff_displayer.go index 8287b97c16d..9117049608a 100644 --- a/command/v7/v7fakes/fake_diff_displayer.go +++ b/command/v7/v7fakes/fake_diff_displayer.go @@ -95,8 +95,6 @@ func (fake *FakeDiffDisplayer) DisplayDiffReturnsOnCall(i int, result1 error) { func (fake *FakeDiffDisplayer) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.displayDiffMutex.RLock() - defer fake.displayDiffMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_label_setter.go b/command/v7/v7fakes/fake_label_setter.go index 36443f1b9bb..0acdb5434c5 100644 --- a/command/v7/v7fakes/fake_label_setter.go +++ b/command/v7/v7fakes/fake_label_setter.go @@ -90,8 +90,6 @@ func (fake *FakeLabelSetter) ExecuteReturnsOnCall(i int, result1 error) { func (fake *FakeLabelSetter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeMutex.RLock() - defer fake.executeMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_manifest_locator.go b/command/v7/v7fakes/fake_manifest_locator.go index 0e41343c30c..592132dfe0e 100644 --- a/command/v7/v7fakes/fake_manifest_locator.go +++ b/command/v7/v7fakes/fake_manifest_locator.go @@ -97,8 +97,6 @@ func (fake *FakeManifestLocator) PathReturnsOnCall(i int, result1 string, result func (fake *FakeManifestLocator) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.pathMutex.RLock() - defer fake.pathMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_manifest_parser.go b/command/v7/v7fakes/fake_manifest_parser.go index dff85521ea8..d571390ed17 100644 --- a/command/v7/v7fakes/fake_manifest_parser.go +++ b/command/v7/v7fakes/fake_manifest_parser.go @@ -269,12 +269,6 @@ func (fake *FakeManifestParser) ParseManifestReturnsOnCall(i int, result1 manife func (fake *FakeManifestParser) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.interpolateManifestMutex.RLock() - defer fake.interpolateManifestMutex.RUnlock() - fake.marshalManifestMutex.RLock() - defer fake.marshalManifestMutex.RUnlock() - fake.parseManifestMutex.RLock() - defer fake.parseManifestMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_network_policies_actor.go b/command/v7/v7fakes/fake_network_policies_actor.go index 8bcdf225bd5..91ee1014c2e 100644 --- a/command/v7/v7fakes/fake_network_policies_actor.go +++ b/command/v7/v7fakes/fake_network_policies_actor.go @@ -182,10 +182,6 @@ func (fake *FakeNetworkPoliciesActor) NetworkPoliciesBySpaceAndAppNameReturnsOnC func (fake *FakeNetworkPoliciesActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.networkPoliciesBySpaceMutex.RLock() - defer fake.networkPoliciesBySpaceMutex.RUnlock() - fake.networkPoliciesBySpaceAndAppNameMutex.RLock() - defer fake.networkPoliciesBySpaceAndAppNameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_networking_actor.go b/command/v7/v7fakes/fake_networking_actor.go index 1ca88ae4370..7fb0f93c709 100644 --- a/command/v7/v7fakes/fake_networking_actor.go +++ b/command/v7/v7fakes/fake_networking_actor.go @@ -105,8 +105,6 @@ func (fake *FakeNetworkingActor) AddNetworkPolicyReturnsOnCall(i int, result1 cf func (fake *FakeNetworkingActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.addNetworkPolicyMutex.RLock() - defer fake.addNetworkPolicyMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_progress_bar.go b/command/v7/v7fakes/fake_progress_bar.go index 53118843760..6a6c8a7b163 100644 --- a/command/v7/v7fakes/fake_progress_bar.go +++ b/command/v7/v7fakes/fake_progress_bar.go @@ -146,12 +146,6 @@ func (fake *FakeProgressBar) ReadyCalls(stub func()) { func (fake *FakeProgressBar) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.completeMutex.RLock() - defer fake.completeMutex.RUnlock() - fake.newProgressBarWrapperMutex.RLock() - defer fake.newProgressBarWrapperMutex.RUnlock() - fake.readyMutex.RLock() - defer fake.readyMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_push_actor.go b/command/v7/v7fakes/fake_push_actor.go index 74c6db82946..8517b124f1b 100644 --- a/command/v7/v7fakes/fake_push_actor.go +++ b/command/v7/v7fakes/fake_push_actor.go @@ -338,14 +338,6 @@ func (fake *FakePushActor) HandleFlagOverridesReturnsOnCall(i int, result1 manif func (fake *FakePushActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.actualizeMutex.RLock() - defer fake.actualizeMutex.RUnlock() - fake.createPushPlansMutex.RLock() - defer fake.createPushPlansMutex.RUnlock() - fake.handleDeploymentScaleFlagOverridesMutex.RLock() - defer fake.handleDeploymentScaleFlagOverridesMutex.RUnlock() - fake.handleFlagOverridesMutex.RLock() - defer fake.handleFlagOverridesMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_remove_network_policy_actor.go b/command/v7/v7fakes/fake_remove_network_policy_actor.go index 9c3a4d61aa8..390bf258738 100644 --- a/command/v7/v7fakes/fake_remove_network_policy_actor.go +++ b/command/v7/v7fakes/fake_remove_network_policy_actor.go @@ -105,8 +105,6 @@ func (fake *FakeRemoveNetworkPolicyActor) RemoveNetworkPolicyReturnsOnCall(i int func (fake *FakeRemoveNetworkPolicyActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.removeNetworkPolicyMutex.RLock() - defer fake.removeNetworkPolicyMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_revisions_actor.go b/command/v7/v7fakes/fake_revisions_actor.go index e126f4ea24b..50186a8febd 100644 --- a/command/v7/v7fakes/fake_revisions_actor.go +++ b/command/v7/v7fakes/fake_revisions_actor.go @@ -101,8 +101,6 @@ func (fake *FakeRevisionsActor) GetRevisionsByApplicationNameAndSpaceReturnsOnCa func (fake *FakeRevisionsActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getRevisionsByApplicationNameAndSpaceMutex.RLock() - defer fake.getRevisionsByApplicationNameAndSpaceMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_set_label_actor.go b/command/v7/v7fakes/fake_set_label_actor.go index 5cbb7852e91..113aa2be611 100644 --- a/command/v7/v7fakes/fake_set_label_actor.go +++ b/command/v7/v7fakes/fake_set_label_actor.go @@ -318,16 +318,16 @@ func (fake *FakeSetLabelActor) UpdateBuildpackLabelsByBuildpackNameAndStackAndLi fake.updateBuildpackLabelsByBuildpackNameAndStackAndLifecycleArgsForCall = append(fake.updateBuildpackLabelsByBuildpackNameAndStackAndLifecycleArgsForCall, struct { arg1 string arg2 string - arg3 string - arg4 map[string]types.NullString - }{arg1, arg2, arg3, arg4}) - stub := fake.UpdateBuildpackLabelsByBuildpackNameAndStackAndLifecycleStub - fakeReturns := fake.updateBuildpackLabelsByBuildpackNameAndStackAndLifecycleReturns - fake.recordInvocation("UpdateBuildpackLabelsByBuildpackNameAndStackAndLifecycle", []interface{}{arg1, arg2, arg3, arg4}) - fake.updateBuildpackLabelsByBuildpackNameAndStackAndLifecycleMutex.Unlock() - if stub != nil { - return stub(arg1, arg2, arg3, arg4) - } + arg3 string + arg4 map[string]types.NullString + }{arg1, arg2, arg3, arg4}) + stub := fake.UpdateBuildpackLabelsByBuildpackNameAndStackAndLifecycleStub + fakeReturns := fake.updateBuildpackLabelsByBuildpackNameAndStackAndLifecycleReturns + fake.recordInvocation("UpdateBuildpackLabelsByBuildpackNameAndStackAndLifecycle", []interface{}{arg1, arg2, arg3, arg4}) + fake.updateBuildpackLabelsByBuildpackNameAndStackAndLifecycleMutex.Unlock() + if stub != nil { + return stub(arg1, arg2, arg3, arg4) + } if specificReturn { return ret.result1, ret.result2 } @@ -973,30 +973,6 @@ func (fake *FakeSetLabelActor) UpdateStackLabelsByStackNameReturnsOnCall(i int, func (fake *FakeSetLabelActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getCurrentUserMutex.RLock() - defer fake.getCurrentUserMutex.RUnlock() - fake.updateApplicationLabelsByApplicationNameMutex.RLock() - defer fake.updateApplicationLabelsByApplicationNameMutex.RUnlock() - fake.updateBuildpackLabelsByBuildpackNameAndStackAndLifecycleMutex.RLock() - defer fake.updateBuildpackLabelsByBuildpackNameAndStackAndLifecycleMutex.RUnlock() - fake.updateDomainLabelsByDomainNameMutex.RLock() - defer fake.updateDomainLabelsByDomainNameMutex.RUnlock() - fake.updateOrganizationLabelsByOrganizationNameMutex.RLock() - defer fake.updateOrganizationLabelsByOrganizationNameMutex.RUnlock() - fake.updateRouteLabelsMutex.RLock() - defer fake.updateRouteLabelsMutex.RUnlock() - fake.updateServiceBrokerLabelsByServiceBrokerNameMutex.RLock() - defer fake.updateServiceBrokerLabelsByServiceBrokerNameMutex.RUnlock() - fake.updateServiceInstanceLabelsMutex.RLock() - defer fake.updateServiceInstanceLabelsMutex.RUnlock() - fake.updateServiceOfferingLabelsMutex.RLock() - defer fake.updateServiceOfferingLabelsMutex.RUnlock() - fake.updateServicePlanLabelsMutex.RLock() - defer fake.updateServicePlanLabelsMutex.RUnlock() - fake.updateSpaceLabelsBySpaceNameMutex.RLock() - defer fake.updateSpaceLabelsBySpaceNameMutex.RUnlock() - fake.updateStackLabelsByStackNameMutex.RLock() - defer fake.updateStackLabelsByStackNameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_shared_sshactor.go b/command/v7/v7fakes/fake_shared_sshactor.go index a7756d048bc..b30b6111543 100644 --- a/command/v7/v7fakes/fake_shared_sshactor.go +++ b/command/v7/v7fakes/fake_shared_sshactor.go @@ -90,8 +90,6 @@ func (fake *FakeSharedSSHActor) ExecuteSecureShellReturnsOnCall(i int, result1 e func (fake *FakeSharedSSHActor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.executeSecureShellMutex.RLock() - defer fake.executeSecureShellMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/command/v7/v7fakes/fake_v7actor_for_push.go b/command/v7/v7fakes/fake_v7actor_for_push.go index 22407358123..0341fb15432 100644 --- a/command/v7/v7fakes/fake_v7actor_for_push.go +++ b/command/v7/v7fakes/fake_v7actor_for_push.go @@ -448,16 +448,6 @@ func (fake *FakeV7ActorForPush) SetSpaceManifestReturnsOnCall(i int, result1 v7a func (fake *FakeV7ActorForPush) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.getApplicationByNameAndSpaceMutex.RLock() - defer fake.getApplicationByNameAndSpaceMutex.RUnlock() - fake.getDetailedAppSummaryMutex.RLock() - defer fake.getDetailedAppSummaryMutex.RUnlock() - fake.getStreamingLogsForApplicationByNameAndSpaceMutex.RLock() - defer fake.getStreamingLogsForApplicationByNameAndSpaceMutex.RUnlock() - fake.restartApplicationMutex.RLock() - defer fake.restartApplicationMutex.RUnlock() - fake.setSpaceManifestMutex.RLock() - defer fake.setSpaceManifestMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value