bfeb1a61f5153d3b77bd3696797f3651020ab317
Files Diff
- Added: 6
- Removed: 4
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Class | 2 | ||
Move And Rename Class com.ea.orbit.actors.runtime.MultiExecutionSerializer moved and renamed to com.ea.orbit.actors.concurrent.WaitFreeMultiExecutionSerializer | From | To | |
Move And Rename Class com.ea.orbit.actors.runtime.ExecutionSerializer moved and renamed to com.ea.orbit.actors.concurrent.SynchronizedMultiExecutionSerializer | From | To | |
Move Class | 1 | ||
Move Class com.ea.orbit.actors.runtime.WaitFreeExecutionSerializer moved to com.ea.orbit.actors.concurrent.WaitFreeExecutionSerializer | From | To | |
Extract Interface | 2 | ||
Extract Interface com.ea.orbit.actors.concurrent.ExecutionSerializer from classes [com.ea.orbit.actors.concurrent.WaitFreeExecutionSerializer] | From | To | |
Extract Interface com.ea.orbit.actors.concurrent.MultiExecutionSerializer from classes [com.ea.orbit.actors.concurrent.SynchronizedMultiExecutionSerializer, com.ea.orbit.actors.concurrent.WaitFreeMultiExecutionSerializer] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type executionSerializer : ExecutionSerializer<Object> to executionSerializer : MultiExecutionSerializer<Object> in class com.ea.orbit.actors.runtime.AbstractExecution | From | To |