0a4d62c91d518e266e6ef2b2edd905a7f82693d7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable non_blocking : boolean to nonBlocking : boolean in method private tryProduce(wasPending boolean) : void in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Extract Method | 2 | ||
Extract Method private invokeTask(task Runnable) : void extracted from public doProduce(non_blocking boolean) : boolean in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Extract Method private runTask(task Runnable) : void extracted from public doProduce(non_blocking boolean) : boolean in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Parameter | 1 | ||
Rename Parameter non_blocking : boolean to nonBlocking : boolean in method private doProduce(nonBlocking boolean) : boolean in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To |