ac96381e455a6127b7abad2cf19508f160b136cd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public run() : void renamed to public call() : V in class org.apache.drill.exec.store.TimedCallable | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to V in method public call() : V in class org.apache.drill.exec.store.TimedCallable | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute e : Exception to executionTime : long in class org.apache.drill.exec.store.TimedCallable | From | To | |
| Rename Attribute threadStart : long to startTime : long in class org.apache.drill.exec.store.TimedCallable | From | To | |
| Extract Variable | 3 | ||
| Extract Variable count : int in method public withTasksExceedingTimeout() : void from class org.apache.drill.exec.store.TestTimedCallable | From | To | |
| Extract Variable count : int in method public withoutAnyTasksTriggeringTimeout() : void from class org.apache.drill.exec.store.TestTimedCallable | From | To | |
| Extract Variable count : int in method public withManyTasks() : void from class org.apache.drill.exec.store.TestTimedCallable | From | To | |
| Inline Variable | 1 | ||
| Inline Variable ex : UserException in method public withTasksExceedingTimeout() : void from class org.apache.drill.exec.store.TestTimedCallable | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type e : Exception to executionTime : long in class org.apache.drill.exec.store.TimedCallable | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter runnables : List<TimedCallable<V>> to tasks : List<TimedCallable<V>> in method public run(activity String, logger Logger, tasks List<TimedCallable<V>>, parallelism int) : List<V> in class org.apache.drill.exec.store.TimedCallable | From | To |