843073e886d98fb3e3204fb6b167aa09d1a7901d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public destroyShouldDestroyExecutor() : void renamed to public destroyShouldShutdownExecutor() : void in class org.neo4j.bolt.runtime.CachedThreadPoolExecutorFactoryTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter keepLive : Duration to keepAlive : Duration in method private ThreadPool(corePoolSize int, maxPoolSize int, keepAlive Duration, workQueue BlockingQueue<Runnable>, threadFactory ThreadFactory, rejectionHandler RejectedExecutionHandler) in class org.neo4j.bolt.runtime.CachedThreadPoolExecutorFactory.ThreadPool | From | To | |
Rename Parameter keepLive : Duration to keepAlive : Duration in method public create(corePoolSize int, maxPoolSize int, keepAlive Duration, queueSize int, threadFactory ThreadFactory) : ExecutorService in class org.neo4j.bolt.runtime.CachedThreadPoolExecutorFactory | From | To |