fa375cce4ce6415d42342ef502988454a62b211a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public run() : void renamed to public call() : Void in class com.google.common.collect.QueuesTest.Producer | From | To | |
| Rename Variable | 1 | ||
| Rename Variable submitter : Future<?> to producerThread : Future<?> in method private testDrainTimesOut(q BlockingQueue<Object>) : void in class com.google.common.collect.QueuesTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to Void in method public call() : Void in class com.google.common.collect.QueuesTest.Producer | From | To | |
| Extract Variable | 1 | ||
| Extract Variable producer : Producer in method private testDrainTimesOut(q BlockingQueue<Object>) : void from class com.google.common.collect.QueuesTest | From | To |