3bf355fbf09c18cc04e0339a96d2db2119de7e05
Files Diff
- Added: 78
- Removed: 0
- Renamed: 0
- Modified: 298
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public isRetryable(context RetryPolicyContext) : boolean extracted from public shouldRetry(context RetryPolicyContext) : boolean in class com.amazonaws.retry.RetryPolicyAdapter | From | To | |
Extract Method private generateApiCallMonitoringEvent(request Request<?>, e Exception) : ApiCallMonitoringEvent extracted from public afterError(request Request<?>, response Response<?>, e Exception) : void in class com.amazonaws.monitoring.internal.ClientSideMonitoringRequestHandler | From | To | |
Extract Method public maxRetriesExceeded(context RetryPolicyContext) : boolean extracted from public shouldRetry(context RetryPolicyContext) : boolean in class com.amazonaws.retry.RetryPolicyAdapter | From | To |