f1b1a7ca7c8689ee1491f38bcdfd1e389a3690dc
Files Diff
- Added: 13
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type queryExecution : QueryExecution to queuedExecution : QueuedExecution in method public enqueue(queuedExecution QueuedExecution) : boolean in class com.facebook.presto.execution.QueryQueue | From | To | |
| Rename Variable | 1 | ||
| Rename Variable queueEntry : QueueEntry to entry : QueueEntry in method public enqueue(queuedExecution QueuedExecution) : boolean in class com.facebook.presto.execution.QueryQueue | From | To | |
| Change Return Type | 1 | ||
| Change Return Type QueryExecution to QueuedExecution in method public dequeue() : QueuedExecution in class com.facebook.presto.execution.QueryQueue.QueueEntry | From | To | |
| Move Class | 1 | ||
| Move Class com.facebook.presto.execution.SqlQueryManager.QueryStarter.QueryQueue moved to com.facebook.presto.execution.QueryQueue | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type queryExecution : AtomicReference<QueryExecution> to queryExecution : AtomicReference<QueuedExecution> in class com.facebook.presto.execution.QueryQueue.QueueEntry | From | To | |
| Change Attribute Type onDequeue : Consumer<Void> to onDequeue : Runnable in class com.facebook.presto.execution.QueryQueue.QueueEntry | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter queryExecution : QueryExecution to queuedExecution : QueuedExecution in method public enqueue(queuedExecution QueuedExecution) : boolean in class com.facebook.presto.execution.QueryQueue | From | To |