cb61c13148f5dc78deab867ddf3c8b333c803b9a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type void to Task<?> in method public onMessageReceived(message Message) : Task<?> in class com.ea.orbit.actors.runtime.Execution | From | To | |
Change Return Type Task<?> to Task<Void> in method private executeMessage(completion Task, theEntry ReferenceEntry, descriptor InterfaceDescriptor, methodId int, headers Object, params Object[], from NodeAddress) : Task<Void> in class com.ea.orbit.actors.runtime.Execution | From | To | |
Change Variable Type | 3 | ||
Change Variable Type second : Future<UUID> to second : Task<UUID> in method public timeoutWithTwoMessagesTest() : void in class com.ea.orbit.actors.test.MessageTimeoutTest | From | To | |
Change Variable Type call : Future<UUID> to call : Task<UUID> in method public timeoutTest() : void in class com.ea.orbit.actors.test.MessageTimeoutTest | From | To | |
Change Variable Type first : Future<UUID> to first : Task<UUID> in method public timeoutWithTwoMessagesTest() : void in class com.ea.orbit.actors.test.MessageTimeoutTest | From | To | |
Extract Method | 1 | ||
Extract Method protected eventuallyTrue(timeoutMillis long, callable Callable<Boolean>) : void extracted from protected eventually(timeoutMillis long, runnable Runnable) : void in class com.ea.orbit.actors.test.ActorBaseTest | From | To |