e6b4da1b1cf602558a9221c6f6f2122ce639a73e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public readSecrets(automationClient AutomationClient, secretId LongParam) : AutomationSecretResponse renamed to public readSecretById(automationClient AutomationClient, secretId LongParam) : AutomationSecretResponse in class keywhiz.service.resources.AutomationSecretResource | From | To | |
Rename Method public readSecretById(automationClient AutomationClient, name String) : ImmutableList<AutomationSecretResponse> renamed to public readSecrets(automationClient AutomationClient, name String) : ImmutableList<AutomationSecretResponse> in class keywhiz.service.resources.AutomationSecretResource | From | To |