fe4f5f23f86cbb369715b342814fced4e1ace3b6
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type BlockingQueue to BlockingQueue<Runnable> in method public getQueue() : BlockingQueue<Runnable> in class com.mpush.tools.thread.pool.ThreadPoolConfig | From | To | |
Rename Class | 3 | ||
Rename Class com.mpush.tools.thread.PoolThreadFactory renamed to com.mpush.tools.thread.NamedPoolThreadFactory | From | To | |
Rename Class com.mpush.api.spi.common.ThreadPoolFactory renamed to com.mpush.api.spi.common.ExecutorFactory | From | To | |
Rename Class com.mpush.tools.thread.pool.DefaultThreadPoolFactory renamed to com.mpush.tools.thread.pool.DefaultExecutorFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute threadPoolFactory : ThreadPoolFactory to executorFactory : ExecutorFactory in class com.mpush.tools.thread.pool.ThreadPoolManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type queue : BlockingQueue to queue : BlockingQueue<Runnable> in method private get(config ThreadPoolConfig) : Executor in class com.mpush.tools.thread.pool.DefaultExecutorFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type threadPoolFactory : ThreadPoolFactory to executorFactory : ExecutorFactory in class com.mpush.tools.thread.pool.ThreadPoolManager | From | To |