931b43ec54bf47dcbb4aa9ae4499f37a8f21b408
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable runnable : CustomRunnable to partitionerTask : PartitionerTask in method private processPartitionerTasks(partitionerTasks List<PartitionerTask>, executionException ExecutionException) : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator | From | To | |
Rename Variable currThread : Thread to thread : Thread in method public run() : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator.PartitionerTask | From | To | |
Rename Variable excep : IOException to executionException : ExecutionException in method package executeMethodLogic(iface GeneralExecuteIface) : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator | From | To | |
Change Return Type | 1 | ||
Change Return Type IOException to ExecutionException in method public getException() : ExecutionException in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator.PartitionerTask | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator.CustomRunnable renamed to org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator.PartitionerTask | From | To | |
Rename Attribute | 2 | ||
Rename Attribute part : Partitioner to partitioner : Partitioner in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator.PartitionerTask | From | To | |
Rename Attribute exp : IOException to exception : ExecutionException in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator.PartitionerTask | From | To | |
Change Variable Type | 2 | ||
Change Variable Type excep : IOException to executionException : ExecutionException in method package executeMethodLogic(iface GeneralExecuteIface) : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator | From | To | |
Change Variable Type runnable : CustomRunnable to partitionerTask : PartitionerTask in method private processPartitionerTasks(partitionerTasks List<PartitionerTask>, executionException ExecutionException) : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type exp : IOException to exception : ExecutionException in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator.PartitionerTask | From | To | |
Extract Method | 3 | ||
Extract Method private processPartitionerTasks(partitionerTasks List<PartitionerTask>, executionException ExecutionException) : void extracted from protected executeMethodLogic(iface GeneralExecuteIface) : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator | From | To | |
Extract Method private startWait() : void extracted from protected executeMethodLogic(iface GeneralExecuteIface) : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator | From | To | |
Extract Method private stopWait() : void extracted from protected executeMethodLogic(iface GeneralExecuteIface) : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerDecorator | From | To |