4134d6e784e70056dd7f97a5e7a2a4a2f9c42d9b
Files Diff
- Added: 5
- Removed: 4
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type Task<List<F>> to Task<Void> in method public allOf(cfs Stream<F>) : Task<Void> in class com.ea.orbit.concurrent.Task | From | To | |
Change Return Type Task<C> to Task<Void> in method public allOf(cfs C) : Task<Void> in class com.ea.orbit.concurrent.Task | From | To | |
Change Return Type Task<List<Task<Void>>> to Task<Void> in method public flushAll(actor Actor) : Task<Void> in class com.ea.orbit.actors.runtime.ExecutionCacheFlushController | From | To | |
Move Class | 4 | ||
Move Class com.ea.orbit.actors.test.transactions.EventPersistenceTest moved to com.ea.orbit.actors.transactions.EventPersistenceTest | From | To | |
Move Class com.ea.orbit.actors.test.transactions.NestedTransactionTest moved to com.ea.orbit.actors.transactions.NestedTransactionTest | From | To | |
Move Class com.ea.orbit.actors.test.transactions.DisjunctTransactionTest moved to com.ea.orbit.actors.transactions.DisjunctTransactionTest | From | To | |
Move Class com.ea.orbit.actors.test.transactions.TransactionTest moved to com.ea.orbit.actors.transactions.TransactionTest | From | To | |
Extract Variable | 1 | ||
Extract Variable name : String in method protected dumpMessages(description Description) : void from class com.ea.orbit.actors.test.ActorBaseTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type listTask : Task<List<CompletableFuture<?>>> to listTask : Task<Void> in method public activationCleanup() : Task<?> in class com.ea.orbit.actors.runtime.Execution | From | To | |
Extract Method | 1 | ||
Extract Method protected dumpMessages(description Description) : void extracted from protected dumpMessages() : void in class com.ea.orbit.actors.test.ActorBaseTest | From | To |