3ecb65ed9929066408b0feee0161a6829e753fb7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable executionRejected : boolean to threw : boolean in method public execute(r Runnable) : void in class com.google.common.util.concurrent.SerializingExecutor | From | To | |
| Rename Variable task : Runnable to nextToRun : Runnable in method public run() : void in class com.google.common.util.concurrent.SerializingExecutor.TaskRunner | From | To | |
| Inline Method | 2 | ||
| Inline Method private startQueueWorker() : void inlined to public execute(r Runnable) : void in class com.google.common.util.concurrent.SerializingExecutor | From | To | |
| Inline Method private workOnQueue() : void inlined to public run() : void in class com.google.common.util.concurrent.SerializingExecutor.TaskRunner | From | To | |
| Rename Class | 1 | ||
| Rename Class com.google.common.util.concurrent.SerializingExecutor.QueueWorker renamed to com.google.common.util.concurrent.SerializingExecutor.TaskRunner | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute queue : Deque<Runnable> to waitQueue : Queue<Runnable> in class com.google.common.util.concurrent.SerializingExecutor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type queue : Deque<Runnable> to waitQueue : Queue<Runnable> in class com.google.common.util.concurrent.SerializingExecutor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter task : Runnable to r : Runnable in method public execute(r Runnable) : void in class com.google.common.util.concurrent.SerializingExecutor | From | To |