424f2b35d3652d2b3c1247b1084fe048f3c0fe2d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public canRetry() : boolean renamed to public allowsRetries() : boolean in class net.jodah.failsafe.RetryPolicy | From | To | |
Rename Variable | 1 | ||
Rename Variable shouldAbort : boolean to isAbortable : boolean in method package complete(result Object, failure Throwable, checkArgs boolean) : boolean in class net.jodah.failsafe.AbstractExecution | From | To | |
Extract Variable | 1 | ||
Extract Variable isRetryable : boolean in method package complete(result Object, failure Throwable, checkArgs boolean) : boolean from class net.jodah.failsafe.AbstractExecution | From | To |