94c184dba021469a38d734f33b8f1beb656b2bde
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 2 | ||
Move Attribute private taskExecutor : ExecutorService from class org.apache.james.task.MemoryTaskManager to private taskExecutor : ExecutorService from class org.apache.james.task.WorkQueue | From | To | |
Move Attribute private requestTaskExecutor : ExecutorService from class org.apache.james.task.MemoryTaskManager to private requestTaskExecutor : ExecutorService from class org.apache.james.task.WorkQueue | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.james.task.WorkQueue from class org.apache.james.task.MemoryTaskManager | From | To | |
Extract Variable | 1 | ||
Extract Variable currentDetails : TaskExecutionDetails in method private updateDetails(taskId TaskId) : Consumer<TaskExecutionDetailsUpdater> from class org.apache.james.task.MemoryTaskManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type workQueue : WorkQueueProcessor<TaskWithId> to workQueue : WorkQueue in class org.apache.james.task.MemoryTaskManager | From | To |