0f7c53dfd2c91cd394b83c2edcb1ef66df1c98ff
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 3 | ||
Change Variable Type stack : LinkedList<TaskContext> to stack : Deque<TaskContext> in method public pop() : void in class com.ea.orbit.concurrent.TaskContext | From | To | |
Change Variable Type stack : LinkedList<TaskContext> to stack : Deque<TaskContext> in method public push() : void in class com.ea.orbit.concurrent.TaskContext | From | To | |
Change Variable Type stack : LinkedList<TaskContext> to stack : Deque<TaskContext> in method public current() : TaskContext in class com.ea.orbit.concurrent.TaskContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type contextStacks : ThreadLocal<LinkedList<TaskContext>> to contextStacks : ThreadLocal<Deque<TaskContext>> in class com.ea.orbit.concurrent.TaskContext | From | To |