f9bd9e5266fcaa8f33185b06a308c6fc8aca4be7
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public awakenWaiters() : void renamed to public interruptWaiters() : void in class net.jodah.recurrent.internal.util.concurrent.ReentrantCircuit | From | To | |
| Rename Method public testFutureStages() : void renamed to public testPerStageRetries() : void in class net.jodah.recurrent.RecurrentTest | From | To | |
| Rename Class | 1 | ||
| Rename Class net.jodah.recurrent.internal.util.concurrent.AwakableWaiter renamed to net.jodah.recurrent.internal.util.concurrent.ReentrantCircuit | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute waiter : AwakableWaiter to circuit : ReentrantCircuit in class net.jodah.recurrent.RecurrentFuture | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type waiter : AwakableWaiter to circuit : ReentrantCircuit in class net.jodah.recurrent.RecurrentFuture | From | To |