4f3e600775218b9aa9a209b07075bafc6646bfb5
Files Diff
- Added: 2
- Removed: 6
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method protected newTaskFor(runnable Runnable, result T, traceState TraceState) : FutureTask<T> inlined to protected newTaskFor(runnable Runnable, result T) : FutureTask<T> in class org.lealone.cluster.concurrent.AbstractLealoneExecutorService | From | To | |
| Change Return Type | 3 | ||
| Change Return Type TracingAwareExecutorService to LealoneExecutorService in method private multiThreadedLowSignalStage(stage Stage, numThreads int) : LealoneExecutorService in class org.lealone.cluster.concurrent.StageManager | From | To | |
| Change Return Type TracingAwareExecutorService to LealoneExecutorService in method public newExecutor(maxConcurrency int, maxQueuedTasks int, name String, jmxPath String) : LealoneExecutorService in class org.lealone.cluster.concurrent.MetricsEnabledSharedExecutorPool | From | To | |
| Change Return Type TracingAwareExecutorService to LealoneExecutorService in method public getStage(stage Stage) : LealoneExecutorService in class org.lealone.cluster.concurrent.StageManager | From | To | |
| Rename Class | 2 | ||
| Rename Class org.lealone.cluster.concurrent.AbstractTracingAwareExecutorService renamed to org.lealone.cluster.concurrent.AbstractLealoneExecutorService | From | To | |
| Rename Class org.lealone.cluster.concurrent.TracingAwareExecutorService renamed to org.lealone.cluster.concurrent.LealoneExecutorService | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type stage : TracingAwareExecutorService to stage : LealoneExecutorService in method public receive(message MessageIn, id int, timestamp long) : void in class org.lealone.cluster.net.MessagingService | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type stages : EnumMap<Stage,TracingAwareExecutorService> to stages : EnumMap<Stage,LealoneExecutorService> in class org.lealone.cluster.concurrent.StageManager | From | To |