3a294abcc51148e0e79096af5e6d3c45b7c19a9d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable numIntFragments : int in method private setupNonRootFragments(fragments Collection<PlanFragment>) : void from class org.apache.drill.exec.work.foreman.Foreman | From | To | |
Change Variable Type | 1 | ||
Change Variable Type latch : CountDownLatch to latch : ExtendedLatch in method public run(activity String, logger Logger, runnables List<TimedRunnable<V>>, parallelism int) : List<V> in class org.apache.drill.exec.store.TimedRunnable | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type exitLatch : CountDownLatch to exitLatch : ExtendedLatch in class org.apache.drill.exec.work.WorkManager | From | To | |
Extract Method | 3 | ||
Extract Method private assertCancelled(controls String, testQuery String, listener WaitUntilCompleteListener) : void extracted from private assertCancelledWithoutException(controls String, listener WaitUntilCompleteListener) : void in class org.apache.drill.exec.server.TestDrillbitResilience | From | To | |
Extract Method private waitUntilTimeOut(timeout long) : boolean extracted from private getPartitionVectors() : boolean in class org.apache.drill.exec.physical.impl.orderedpartitioner.OrderedPartitionRecordBatch | From | To |