3e558579edb6303b3d5faf25ac8b03e2f6c2c3fd
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package resetUserState() : void renamed to package reset() : void in class net.jodah.recurrent.Invocation | From | To | |
Pull Up Method | 4 | ||
Pull Up Method package adjustForMaxDuration() : void from class net.jodah.recurrent.Invocation to package adjustForMaxDuration() : void from class net.jodah.recurrent.RetryStats | From | To | |
Pull Up Method package adjustForBackoffs() : void from class net.jodah.recurrent.Invocation to package adjustForBackoffs() : void from class net.jodah.recurrent.RetryStats | From | To | |
Pull Up Method package isPolicyExceeded() : boolean from class net.jodah.recurrent.Invocation to package isPolicyExceeded() : boolean from class net.jodah.recurrent.RetryStats | From | To | |
Pull Up Method public getRetryCount() : int from class net.jodah.recurrent.Invocation to public getRetryCount() : int from class net.jodah.recurrent.RetryStats | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute package waitTime : long from class net.jodah.recurrent.Invocation to package waitTime : long from class net.jodah.recurrent.RetryStats | From | To | |
Pull Up Attribute private startTime : long from class net.jodah.recurrent.Invocation to private startTime : long from class net.jodah.recurrent.RetryStats | From | To | |
Pull Up Attribute package retryPolicy : RetryPolicy from class net.jodah.recurrent.Invocation to package retryPolicy : RetryPolicy from class net.jodah.recurrent.RetryStats | From | To | |
Pull Up Attribute package retryCount : int from class net.jodah.recurrent.Invocation to package retryCount : int from class net.jodah.recurrent.RetryStats | From | To | |
Extract Superclass | 1 | ||
Extract Superclass net.jodah.recurrent.RetryStats from classes [net.jodah.recurrent.Invocation] | From | To |