0cb4f5629dca082eec943b94ec8ef4ca0d5f1aa4
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getBlockingTasksConsumed() : long renamed to public getEPCTasksConsumed() : long in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Method private doProduce() : void renamed to private tryProduce(wasPending boolean) : void in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Method public getBlockingTasksExecuted() : long renamed to public getPECTasksExecuted() : long in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Method public getNonBlockingTasksConsumed() : long renamed to public getPCTasksConsumed() : long in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public invokePreferNonBlocking(task Runnable) : void moved from class org.eclipse.jetty.util.thread.Invocable to class org.eclipse.jetty.util.thread.strategy.ProduceConsume & inlined to public produce() : void | From | To | |
Rename Variable | 1 | ||
Rename Variable e : Throwable to th : Throwable in method private tryProduce(wasPending boolean) : void in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Inline Method | 1 | ||
Inline Method private updateKey(key SelectionKey) : void inlined to private updateKeys() : void in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer | From | To | |
Rename Attribute | 3 | ||
Rename Attribute _blocking : LongAdder to _epcMode : LongAdder in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Attribute _executed : LongAdder to _pecMode : LongAdder in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To | |
Rename Attribute _nonBlocking : LongAdder to _pcMode : LongAdder in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill | From | To |