99a351e4ef3048d8beac9f287d67c6f3ce3680b0
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable tasksPerStatusTotal : int[] to jobVerticesPerState : int[] in method public handleRequest(graph ExecutionGraph, params Map<String,String>) : String in class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable num : int[] to verticesPerState : int[] in method public getAggregateJobVertexState(verticesPerState int[], parallelism int) : ExecutionState in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex | From | To | |
| Extract Method | 1 | ||
| Extract Method public getAggregateJobVertexState(verticesPerState int[], parallelism int) : ExecutionState extracted from public getAggregateState() : ExecutionState in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public stringifyAccumulatorResults(accs Map<String,Accumulator<?,?>>) : StringifiedAccumulatorResult[] extracted from public getAccumulatorResultsStringified() : StringifiedAccumulatorResult[] in class org.apache.flink.runtime.executiongraph.ExecutionGraph & moved to class org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult | From | To |