diff --git a/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go b/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go index a9dad99d647..421eda694e6 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 4f8bacb661b..a3c226e3513 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 2efd0621f1d..8e5dc4f07ff 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 576280e1bce..0010f0c2a2f 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 c65f369e821..2c5146e5a8a 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 353202c19ec..aa2edd819b3 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 8a7c70e5740..bc22f3bfb6f 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 300c0a8cf4b..feef635ae45 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 c12f5871676..eae872a0305 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 a409307b2e0..d63cf674985 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 26de81b43b1..5eac2c02aeb 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 5f174c815bd..9f67b733802 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 f97237f43a9..24744a5e777 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 e5185f5d1a1..3375b8f11fc 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 f5423383ed0..d133331253c 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 ad4cd1e79c8..a713a685b8e 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 c312d00bc16..b369e378e8b 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 d88367e0afb..b300f2422d0 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 92e769962ab..b99d5e07ff7 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 8859bbc5806..4d58273d092 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 6a827cd59e5..0a272a886ad 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 b408a192675..ae33e4b6b08 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 c99f7a2f3e5..8af701a3b1d 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 58444b2871f..3a0e288903f 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 76952cd561b..1ae34c5368b 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 ef98c43a164..20265b443e8 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 7d83cc31669..a464af2fd49 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 7c5f78f9f84..8a0e133a09d 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 01522737530..8438629b6f1 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 efb16033463..3b570d0a018 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 d68345f3bb0..225c2b382dd 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 44453af4880..3298e618455 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 6a653c9b315..c431cb5859b 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 7d682916651..a4a92c1428c 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 68a758271c3..b5879b2f23b 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 e62a035dcb1..fcfbfd3cdd1 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 36c4fcf9f03..c04d499ad60 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 a981905093a..f01dc9f39bf 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 225c33d8be2..ec3065aec09 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 d3413626b21..0089dae7682 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 c7919361f4d..4815eedf3c6 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 7bb514be222..35c3245219d 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 f909d7d0121..bc93e1c8168 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 f982080fb29..c40db125b30 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 052b836552c..2bfb7e21af5 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 267b6889254..7803c91194d 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 7d37b56fb18..6ff5429860e 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 52676b5022d..514b8c4ce4b 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 cc9b816d275..ee446819672 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 56c236a793d..af2795fb6ec 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 f331009bd05..22f14c9888f 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 583fd56ed77..1dc89e7fc5e 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 8d9dd05a87c..ff2e741251c 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 798fdce194e..802e5176bd0 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 18a4b673341..31e63725f26 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 9505474660e..675024697e1 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 d3a7fc0fd25..9d2bc4c7719 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 1253dbb140d..ae8aa05fa5a 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 d73c05bf77b..e2211e4f8b7 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 4b514135f15..e6dbe989226 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 25942527e6f..793b688873c 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 0b1bdd3e359..bb61ae4a733 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 e1a4e3e0f1e..8f4e6709be3 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 85daa795d77..55aaf0be43b 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 a821ea74c28..187ef2f2bc5 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 00152d709da..7e7c0696fc3 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 3805c8a8f68..5105f6fe3cf 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 983aa4d175e..a7dce20ad38 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 d022f2d2304..4fa5620d92d 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 e4a30c3d908..42a1e389f20 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 1ca204faea2..548d3316c29 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 513dd5e9488..9846cd33afc 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 aa44e75c5d7..17a448f52e6 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 3d0fb7cbb29..342e16a3475 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 4c334680d9c..c8a95d27ef9 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 d35406d274c..efe0f0ed5fd 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 0f8d549e193..5ec2b264667 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 75f4450775f..72d15e788e3 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 29258d23eb5..8a3cd355605 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 74801440ace..84a84873c75 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 a1ca45c678b..df01aa16097 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 efd72173ac3..a68771c7dae 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 6afacd892fd..d637274dca2 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 a88e87f6a46..37a57e4ed2c 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 2372a5450de..9a3cae8a483 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 1d15e1fafa9..232dfc2c8c9 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 0a20bd6652b..c712d87f279 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 989a6961549..b84e342ab67 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 ec58f5485e2..29483438a92 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 1acf04ebc48..b7eace15abd 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 4e41bb8512e..c4318880d5c 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 36dd12755aa..880901f10cd 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 3996f22137d..0e3cd7d1aed 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 467c0e451a1..5b5d3e13f1e 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 48cce75ae0a..873de801186 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 445c739dd44..0795ccdd394 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 f51e15aca92..23c74be3bd5 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 b557c2341e0..fb5f6947cd0 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 faeaa275053..863eda3758f 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 0acd51612e2..e6fd2b74317 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 e6a9aca6eeb..c92d6e11973 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 d5620bf1d38..b350770e703 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 6f9e678dcd2..542e0e075c0 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 9eb74c45960..a4d5653acf7 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 f3f608b5ba5..e4bec56194b 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 03716db7fc1..b49b0e38047 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 78a5a05bba2..9a4ba98e6e8 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 2278c9e8e51..4c833e1a1d7 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 09296bf61fe..6bfdae18f74 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 84ed335e842..513feaec7f7 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 80e180367b2..788bb389abc 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 6d03fbfd527..c8c03ed08ee 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 c1b3d978db1..55d74ff62e9 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 698fa3b07bc..67046093371 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 ff5d00623a4..35c5f878e7b 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 2a7be2c6d74..1e842bf3513 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 000f25e1468..a66eb6629ed 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 82b342912f6..7d1084deeb7 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 e848c6137e4..e27a700c8ef 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 fda20fff6e1..9da315aac37 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 75af3d43dbb..6d8c3cfdbbf 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 6b3646d1841..e5fcb0589ee 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 8685197a54c..6f3be0bddc8 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 9875b6c3c83..59d775d1734 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 6e02f9ec129..8c726039e2d 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 a14839bd576..219909d3172 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 123892e6ad4..055f993694f 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 315710b6837..cd0d7662307 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 f50a9f7e124..3acc1b80bbb 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 0906cc877d4..43e74846ea0 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 ac66593af0b..4b3ab79e440 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 56ee5f7582c..5372f18414b 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 528f8eacefa..ab2cee96bd4 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 04e08ea004a..212c1b38532 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 2db82f479d3..4c7926de7aa 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 fb5edc8eb22..2492ad950bd 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 cd3e7b9c6dd..4d9646b404c 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 dbd356225c7..436c4eea9da 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 49fb668c180..57431fc0c8a 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 2d8f4ba59a0..5ee0455bdb6 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 5a9ccfa8a3b..26e0dc580c0 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 fde73c93af5..6ac7419df98 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 0b233d6354c..5f99c93d465 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 2ce78e5f2cd..3636e63deec 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 714a57ee0fa..5abc7e7d964 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 8541bc05501..12f95c66314 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 1c50caf278a..ce779ce40eb 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 9a598e65e58..06edfc9da72 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 cb09f49b657..750b8d4ec3b 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 80bb4863f13..99ec8a509a6 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 02e965e2f12..648c7620a61 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 2739e023770..a11ab6024b8 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 10e82bcd7a6..e2fa9671dc4 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 461f7247501..dac7adee2f5 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 54c5de6ca7d..8a89c925891 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 06dafc6c3a5..5150f713302 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 9b6ced857d6..fe38a7b96d0 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 f03e620155e..a052a3a7996 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 8cc30868063..33186acf7db 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 ac8c5509ea3..1bfeedc0e1b 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 2b4e6358c67..e270e39c8fd 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 e11995cec9a..bc56a989d53 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 641a2b274d5..c1382f82119 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/shared/sharedfakes/fake_app_stager.go b/command/v7/shared/sharedfakes/fake_app_stager.go index ba9d830a0f4..4b3e2d2e753 100644 --- a/command/v7/shared/sharedfakes/fake_app_stager.go +++ b/command/v7/shared/sharedfakes/fake_app_stager.go @@ -258,12 +258,6 @@ func (fake *FakeAppStager) StartAppReturnsOnCall(i int, result1 error) { func (fake *FakeAppStager) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.stageAndStartMutex.RLock() - defer fake.stageAndStartMutex.RUnlock() - fake.stageAppMutex.RLock() - defer fake.stageAppMutex.RUnlock() - fake.startAppMutex.RLock() - defer fake.startAppMutex.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 6fe66345dd7..760cf71511d 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 8911c427ce5..9bb379373f9 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 1d258f1ca87..830d9c7eba7 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_label_unsetter.go b/command/v7/v7fakes/fake_label_unsetter.go index 298e3f121d6..9e7768077cc 100644 --- a/command/v7/v7fakes/fake_label_unsetter.go +++ b/command/v7/v7fakes/fake_label_unsetter.go @@ -90,8 +90,6 @@ func (fake *FakeLabelUnsetter) ExecuteReturnsOnCall(i int, result1 error) { func (fake *FakeLabelUnsetter) 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 3360061056c..b09a3cbdf0f 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 3acd35c1846..938de8fd924 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 b59b13435d5..1415593abb2 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 3eaad12cb3c..fe6db9d018f 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 06fc73c008e..382f14fb5cc 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 9e749b509c7..4fd0726d9d1 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 598339350ef..828895a7dea 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 334ea87c604..2fc784af075 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 6b24970d52d..06da64dce9a 100644 --- a/command/v7/v7fakes/fake_set_label_actor.go +++ b/command/v7/v7fakes/fake_set_label_actor.go @@ -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 108786b4f36..0e03bfba090 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 5c51cdeeabb..e6d6310de8a 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 diff --git a/plugin/pluginfakes/fake_cli_connection.go b/plugin/pluginfakes/fake_cli_connection.go index 784a4600e6e..b9dc8c1a55b 100644 --- a/plugin/pluginfakes/fake_cli_connection.go +++ b/plugin/pluginfakes/fake_cli_connection.go @@ -1928,60 +1928,6 @@ func (fake *FakeCliConnection) UsernameReturnsOnCall(i int, result1 string, resu func (fake *FakeCliConnection) 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.cliCommandMutex.RLock() - defer fake.cliCommandMutex.RUnlock() - fake.cliCommandWithoutTerminalOutputMutex.RLock() - defer fake.cliCommandWithoutTerminalOutputMutex.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.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.isSSLDisabledMutex.RLock() - defer fake.isSSLDisabledMutex.RUnlock() - fake.loggregatorEndpointMutex.RLock() - defer fake.loggregatorEndpointMutex.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/plugin/rpc/rpcfakes/fake_command_runner.go b/plugin/rpc/rpcfakes/fake_command_runner.go index 8f940b1176e..9bf0699f872 100644 --- a/plugin/rpc/rpcfakes/fake_command_runner.go +++ b/plugin/rpc/rpcfakes/fake_command_runner.go @@ -97,8 +97,6 @@ func (fake *FakeCommandRunner) CommandReturnsOnCall(i int, result1 error) { func (fake *FakeCommandRunner) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.commandMutex.RLock() - defer fake.commandMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/plugin/rpc/rpcfakes/fake_output_capture.go b/plugin/rpc/rpcfakes/fake_output_capture.go index 01880aed6b9..8cfefe84073 100644 --- a/plugin/rpc/rpcfakes/fake_output_capture.go +++ b/plugin/rpc/rpcfakes/fake_output_capture.go @@ -53,8 +53,6 @@ func (fake *FakeOutputCapture) SetOutputBucketArgsForCall(i int) io.Writer { func (fake *FakeOutputCapture) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.setOutputBucketMutex.RLock() - defer fake.setOutputBucketMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/plugin/rpc/rpcfakes/fake_terminal_output_switch.go b/plugin/rpc/rpcfakes/fake_terminal_output_switch.go index 6989e71f6f1..2ae3057c1ca 100644 --- a/plugin/rpc/rpcfakes/fake_terminal_output_switch.go +++ b/plugin/rpc/rpcfakes/fake_terminal_output_switch.go @@ -52,8 +52,6 @@ func (fake *FakeTerminalOutputSwitch) DisableTerminalOutputArgsForCall(i int) bo func (fake *FakeTerminalOutputSwitch) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.disableTerminalOutputMutex.RLock() - defer fake.disableTerminalOutputMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/util/clissh/clisshfakes/fake_listener_factory.go b/util/clissh/clisshfakes/fake_listener_factory.go index b6730a87ce2..59d51ebb1ba 100644 --- a/util/clissh/clisshfakes/fake_listener_factory.go +++ b/util/clissh/clisshfakes/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/util/clissh/clisshfakes/fake_secure_client.go b/util/clissh/clisshfakes/fake_secure_client.go index adff99966ec..e29a7b33f1a 100644 --- a/util/clissh/clisshfakes/fake_secure_client.go +++ b/util/clissh/clisshfakes/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/util/clissh/clisshfakes/fake_secure_dialer.go b/util/clissh/clisshfakes/fake_secure_dialer.go index 6d020738564..5e53e4b1003 100644 --- a/util/clissh/clisshfakes/fake_secure_dialer.go +++ b/util/clissh/clisshfakes/fake_secure_dialer.go @@ -97,8 +97,6 @@ func (fake *FakeSecureDialer) DialReturnsOnCall(i int, result1 clissh.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/util/clissh/clisshfakes/fake_secure_session.go b/util/clissh/clisshfakes/fake_secure_session.go index c4cf5cb42c3..33b7586bbe1 100644 --- a/util/clissh/clisshfakes/fake_secure_session.go +++ b/util/clissh/clisshfakes/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/util/clissh/clisshfakes/fake_terminal_helper.go b/util/clissh/clisshfakes/fake_terminal_helper.go index 4cc33ae1769..e8a41c40623 100644 --- a/util/clissh/clisshfakes/fake_terminal_helper.go +++ b/util/clissh/clisshfakes/fake_terminal_helper.go @@ -395,16 +395,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.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/util/configv3/configv3fakes/fake_user_config.go b/util/configv3/configv3fakes/fake_user_config.go index 6cd582d04fe..325604374ec 100644 --- a/util/configv3/configv3fakes/fake_user_config.go +++ b/util/configv3/configv3fakes/fake_user_config.go @@ -151,10 +151,6 @@ func (fake *FakeUserConfig) CurrentUserNameReturnsOnCall(i int, result1 string, func (fake *FakeUserConfig) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.currentUserMutex.RLock() - defer fake.currentUserMutex.RUnlock() - fake.currentUserNameMutex.RLock() - defer fake.currentUserNameMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/util/download/downloadfakes/fake_httpclient.go b/util/download/downloadfakes/fake_httpclient.go index 9dcab50b963..29dc734349a 100644 --- a/util/download/downloadfakes/fake_httpclient.go +++ b/util/download/downloadfakes/fake_httpclient.go @@ -93,8 +93,6 @@ func (fake *FakeHTTPClient) GetReturnsOnCall(i int, result1 *http.Response, resu func (fake *FakeHTTPClient) 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/util/download/downloadfakes/fake_progress_bar.go b/util/download/downloadfakes/fake_progress_bar.go index 8d70e369ce8..ae52a8e0e00 100644 --- a/util/download/downloadfakes/fake_progress_bar.go +++ b/util/download/downloadfakes/fake_progress_bar.go @@ -252,14 +252,6 @@ func (fake *FakeProgressBar) StartReturnsOnCall(i int, result1 *pb.ProgressBar) func (fake *FakeProgressBar) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.finishMutex.RLock() - defer fake.finishMutex.RUnlock() - fake.newProxyReaderMutex.RLock() - defer fake.newProxyReaderMutex.RUnlock() - fake.setTotalMutex.RLock() - defer fake.setTotalMutex.RUnlock() - fake.startMutex.RLock() - defer fake.startMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/util/ui/uifakes/fake_config.go b/util/ui/uifakes/fake_config.go index b4844f0d963..7be4cf8abe1 100644 --- a/util/ui/uifakes/fake_config.go +++ b/util/ui/uifakes/fake_config.go @@ -268,14 +268,6 @@ func (fake *FakeConfig) TerminalWidthReturnsOnCall(i int, result1 int) { func (fake *FakeConfig) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.colorEnabledMutex.RLock() - defer fake.colorEnabledMutex.RUnlock() - fake.isTTYMutex.RLock() - defer fake.isTTYMutex.RUnlock() - fake.localeMutex.RLock() - defer fake.localeMutex.RUnlock() - fake.terminalWidthMutex.RLock() - defer fake.terminalWidthMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/util/ui/uifakes/fake_exiter.go b/util/ui/uifakes/fake_exiter.go index ce558bdbef1..139367ffe1c 100644 --- a/util/ui/uifakes/fake_exiter.go +++ b/util/ui/uifakes/fake_exiter.go @@ -52,8 +52,6 @@ func (fake *FakeExiter) ExitArgsForCall(i int) int { func (fake *FakeExiter) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.exitMutex.RLock() - defer fake.exitMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/util/ui/uifakes/fake_interactor.go b/util/ui/uifakes/fake_interactor.go index 2c86eaa9e23..fcaa1067704 100644 --- a/util/ui/uifakes/fake_interactor.go +++ b/util/ui/uifakes/fake_interactor.go @@ -90,8 +90,6 @@ func (fake *FakeInteractor) NewInteractionReturnsOnCall(i int, result1 ui.Resolv func (fake *FakeInteractor) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.newInteractionMutex.RLock() - defer fake.newInteractionMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/util/ui/uifakes/fake_log_message.go b/util/ui/uifakes/fake_log_message.go index 3e05a8b6b5d..819aaa62575 100644 --- a/util/ui/uifakes/fake_log_message.go +++ b/util/ui/uifakes/fake_log_message.go @@ -331,16 +331,6 @@ func (fake *FakeLogMessage) TypeReturnsOnCall(i int, result1 string) { func (fake *FakeLogMessage) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.messageMutex.RLock() - defer fake.messageMutex.RUnlock() - fake.sourceInstanceMutex.RLock() - defer fake.sourceInstanceMutex.RUnlock() - fake.sourceTypeMutex.RLock() - defer fake.sourceTypeMutex.RUnlock() - fake.timestampMutex.RLock() - defer fake.timestampMutex.RUnlock() - fake.typeMutex.RLock() - defer fake.typeMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/util/ui/uifakes/fake_resolver.go b/util/ui/uifakes/fake_resolver.go index e92be1e8916..686ff57b5fe 100644 --- a/util/ui/uifakes/fake_resolver.go +++ b/util/ui/uifakes/fake_resolver.go @@ -162,12 +162,6 @@ func (fake *FakeResolver) SetOutArgsForCall(i int) io.Writer { func (fake *FakeResolver) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.resolveMutex.RLock() - defer fake.resolveMutex.RUnlock() - fake.setInMutex.RLock() - defer fake.setInMutex.RUnlock() - fake.setOutMutex.RLock() - defer fake.setOutMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value diff --git a/util/utilfakes/fake_sha1checksum.go b/util/utilfakes/fake_sha1checksum.go index 97903534db5..657551ee47d 100644 --- a/util/utilfakes/fake_sha1checksum.go +++ b/util/utilfakes/fake_sha1checksum.go @@ -192,12 +192,6 @@ func (fake *FakeSha1Checksum) SetFilePathArgsForCall(i int) string { func (fake *FakeSha1Checksum) Invocations() map[string][][]interface{} { fake.invocationsMutex.RLock() defer fake.invocationsMutex.RUnlock() - fake.checkSha1Mutex.RLock() - defer fake.checkSha1Mutex.RUnlock() - fake.computeFileSha1Mutex.RLock() - defer fake.computeFileSha1Mutex.RUnlock() - fake.setFilePathMutex.RLock() - defer fake.setFilePathMutex.RUnlock() copiedInvocations := map[string][][]interface{}{} for key, value := range fake.invocations { copiedInvocations[key] = value