b732a05c63e5966f2847839275540eb28e155777
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private fib(value int, current int, previous int) : int extracted from private fibonacci(n int) : int in class com.jayway.awaitility.pollinterval.FibonacciPollInterval | From | To | |
Rename Parameter | 2 | ||
Rename Parameter n : int to value : int in method private fib(value int, current int, previous int) : int in class com.jayway.awaitility.pollinterval.FibonacciPollInterval | From | To | |
Rename Parameter n : int to value : int in method protected fibonacci(value int) : int in class com.jayway.awaitility.pollinterval.FibonacciPollInterval | From | To |