33d07e6086da61da1be7fc6a9ec188aa289c23f1
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 4 | ||
| Change Return Type DisruptorExecutor to ExecutorService in method public newMultiProducerExecutor(poolSize int, queueSize int, threadFactory ThreadFactory) : ExecutorService in class com.navercorp.pinpoint.common.server.util.concurrent.DisruptorExecutors | From | To | |
| Change Return Type DisruptorExecutor to ExecutorService in method public newMultiProducerExecutor(poolSize int, queueSize int, threadFactory ThreadFactory, waitStrategy WaitStrategy) : ExecutorService in class com.navercorp.pinpoint.common.server.util.concurrent.DisruptorExecutors | From | To | |
| Change Return Type DisruptorExecutor to ExecutorService in method public newSingleProducerExecutor(poolSize int, queueSize int, threadFactory ThreadFactory) : ExecutorService in class com.navercorp.pinpoint.common.server.util.concurrent.DisruptorExecutors | From | To | |
| Change Return Type DisruptorExecutor to ExecutorService in method public newSingleProducerExecutor(poolSize int, queueSize int, threadFactory ThreadFactory, waitStrategy WaitStrategy) : ExecutorService in class com.navercorp.pinpoint.common.server.util.concurrent.DisruptorExecutors | From | To | |
| Rename Class | 2 | ||
| Rename Class com.navercorp.pinpoint.common.server.util.DisruptorExecutorTest.SimpleRunnable renamed to com.navercorp.pinpoint.common.server.util.DisruptorExecutorTest.LatchAwaitRunnable | From | To | |
| Rename Class com.navercorp.pinpoint.common.server.util.concurrent.DisruptorExecutor renamed to com.navercorp.pinpoint.common.server.util.concurrent.DisruptorExecutorService | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type executor : DisruptorExecutor to executor : ExecutorService in method public rejectTest() : void in class com.navercorp.pinpoint.common.server.util.DisruptorExecutorTest | From | To | |
| Change Variable Type executor : DisruptorExecutor to executor : ExecutorService in method public bufferSizeTest() : void in class com.navercorp.pinpoint.common.server.util.DisruptorExecutorTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private execute(newBufferSize int, executor ExecutorService, latch CountDownLatch) : void extracted from public rejectTest() : void in class com.navercorp.pinpoint.common.server.util.DisruptorExecutorTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type worker : ThreadPoolExecutor to worker : ExecutorService in class com.navercorp.pinpoint.collector.receiver.udp.UDPReceiver | From | To |