c7fc674846577bbdf33585638a42ea46e0a00768
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable actual : int to left : int in method public check(maxThreads int) : boolean in class org.eclipse.jetty.util.thread.ThreadPoolBudget | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method public check(maxThreads int) : boolean in class org.eclipse.jetty.util.thread.ThreadPoolBudget | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable maximum : int to maxThreads : int in method public check(maxThreads int) : boolean in class org.eclipse.jetty.util.thread.ThreadPoolBudget | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.eclipse.jetty.util.thread.AbstractThreadPoolTest from classes [org.eclipse.jetty.util.thread.QueuedThreadPoolTest] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute info : Set<Leased> to leases : Set<Leased> in class org.eclipse.jetty.util.thread.ThreadPoolBudget | From | To |