8c2c46582bdeb5633abf915bcba1c74c16a89f35
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public withCompleted() : ExecutionResult renamed to public withComplete() : ExecutionResult in class net.jodah.failsafe.ExecutionResult | From | To | |
Rename Attribute | 1 | ||
Rename Attribute completed : boolean to complete : boolean in class net.jodah.failsafe.ExecutionResult | From | To | |
Rename Parameter | 1 | ||
Rename Parameter completed : boolean to complete : boolean in method private ExecutionResult(result Object, failure Throwable, nonResult boolean, waitNanos long, complete boolean, success boolean, successAll Boolean) in class net.jodah.failsafe.ExecutionResult | From | To |