a272fb6e391e126bbdd851bccfc6bde25870570e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Parameter | 1 | ||
Merge Parameter [corePoolSize : int, maximumPoolSize : int, keepAliveTime : long] to executor : ThreadPoolExecutor in method public ExecutorThreadPool(executor ThreadPoolExecutor) in class org.eclipse.jetty.util.thread.ExecutorThreadPool | From | To | |
Change Variable Type | 1 | ||
Change Variable Type serverThreads : QueuedThreadPool to serverThreads : ExecutorThreadPool in method private startServer(sslContextFactory SslContextFactory, handler Handler) : void in class org.eclipse.jetty.client.HttpClientTLSTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _executor : ExecutorService to _executor : ThreadPoolExecutor in class org.eclipse.jetty.util.thread.ExecutorThreadPool | From | To | |
Rename Parameter | 2 | ||
Rename Parameter queueSize : int to maxThreads : int in method public ExecutorThreadPool(maxThreads int) in class org.eclipse.jetty.util.thread.ExecutorThreadPool | From | To | |
Rename Parameter job : Runnable to command : Runnable in method public execute(command Runnable) : void in class org.eclipse.jetty.util.thread.ExecutorThreadPool | From | To |