3b98a6c000af555762f138470e99ea632b62910e
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public setThreadBudget(budget ThreadBudget) : void renamed to public setThreadPoolBudget(budget ThreadPoolBudget) : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
Rename Method public getThreadBudget() : ThreadBudget renamed to public getThreadPoolBudget() : ThreadPoolBudget in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
Rename Method public getThreadBudget() : ThreadBudget renamed to public getThreadPoolBudget() : ThreadPoolBudget in class org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type budget : ThreadBudget to budget : ThreadPoolBudget in method public setThreadPoolBudget(budget ThreadPoolBudget) : void in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
Change Return Type | 2 | ||
Change Return Type ThreadBudget to ThreadPoolBudget in method public getThreadPoolBudget() : ThreadPoolBudget in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To | |
Change Return Type ThreadBudget to ThreadPoolBudget in method public getThreadPoolBudget() : ThreadPoolBudget in class org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jetty.util.thread.ThreadBudget renamed to org.eclipse.jetty.util.thread.ThreadPoolBudget | From | To | |
Change Variable Type | 1 | ||
Change Variable Type budget : ThreadBudget to budget : ThreadPoolBudget in method public leaseFrom(executor Executor, leasee Object, threads int) : Lease in class org.eclipse.jetty.util.thread.ThreadPoolBudget | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type _lease : ThreadBudget.Lease to _lease : ThreadPoolBudget.Lease in class org.eclipse.jetty.util.thread.ReservedThreadExecutor | From | To | |
Change Attribute Type _budget : ThreadBudget to _budget : ThreadPoolBudget in class org.eclipse.jetty.util.thread.QueuedThreadPool | From | To |