f4f6129ce90b8dcb67c637fd4b60a67d5cdeeab7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method package execute() : void from class org.asynchttpclient.future.ExecutionList.RunnableExecutorPair to private executeListener(runnable Runnable, executor Executor) : void from class org.asynchttpclient.future.ExecutionList | From | To | |
Extract Method | 1 | ||
Extract Method private executeListener(runnable Runnable, executor Executor) : void extracted from public add(runnable Runnable, executor Executor) : void in class org.asynchttpclient.future.ExecutionList | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type runnables : Queue<RunnableExecutorPair> to runnables : RunnableExecutorPair in class org.asynchttpclient.future.ExecutionList | From | To |