787380a91ecf54331ba7d87c6fa369e0fa3f33a4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private startThreads(threadsToStart int) : boolean renamed to private ensureThreads() : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
| Rename Variable | 2 | ||
| Rename Variable canwait : long to canWait : long in method private joinThreads(stopByNanos long) : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
| Change Return Type | 1 | ||
| Change Return Type boolean to void in method private ensureThreads() : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute _threadsStarted : AtomicInteger to _counts : AtomicWords in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type _threadsStarted : AtomicInteger to _counts : AtomicWords in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
| Inline Variable | 1 | ||
| Inline Variable stopby : long in method protected doStop() : void from class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
| Extract Method | 2 | ||
| Extract Method private joinThreads(stopByNanos long) : void extracted from protected doStop() : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To |