0f91083b2b497485b4375935ed7397583a03ca7c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getFailureCauseAsString() : String renamed to public getFailureCause() : ErrorInfo in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph | From | To | |
Rename Method public getFailureCauseAsString() : String renamed to public getFailureCause() : ErrorInfo in class org.apache.flink.runtime.executiongraph.AccessExecutionGraph | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type failureCause : String to failureCause : ErrorInfo in method public ArchivedExecutionGraph(jobID JobID, jobName String, tasks Map<JobVertexID,ArchivedExecutionJobVertex>, verticesInCreationOrder List<ArchivedExecutionJobVertex>, stateTimestamps long[], state JobStatus, failureCause ErrorInfo, jsonPlan String, archivedUserAccumulators StringifiedAccumulatorResult[], serializedUserAccumulators Map<String,SerializedValue<Object>>, executionConfig ArchivedExecutionConfig, isStoppable boolean, jobCheckpointingSettings JobCheckpointingSettings, checkpointStatsSnapshot CheckpointStatsSnapshot) in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph | From | To | |
Change Parameter Type failureCause : String to failureCause : ErrorInfo in method public setFailureCause(failureCause ErrorInfo) : ArchivedExecutionGraphBuilder in class org.apache.flink.runtime.webmonitor.utils.ArchivedExecutionGraphBuilder | From | To | |
Change Return Type | 3 | ||
Change Return Type String to ErrorInfo in method public getFailureCause() : ErrorInfo in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph | From | To | |
Change Return Type String to ErrorInfo in method public getFailureCause() : ErrorInfo in class org.apache.flink.runtime.executiongraph.AccessExecutionGraph | From | To | |
Change Return Type Throwable to ErrorInfo in method public getFailureCause() : ErrorInfo in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Change Variable Type | 1 | ||
Change Variable Type rootException : String to rootException : ErrorInfo in method public createJobExceptionsJson(graph AccessExecutionGraph) : String in class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler | From | To | |
Extract Method | 2 | ||
Extract Method public suspend(errorInfo ErrorInfo) : void extracted from public suspend(suspensionCause Throwable) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Extract Method public failGlobal(errorInfo ErrorInfo) : void extracted from public failGlobal(t Throwable) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type failureCause : String to failureCause : ErrorInfo in class org.apache.flink.runtime.webmonitor.utils.ArchivedExecutionGraphBuilder | From | To | |
Change Attribute Type failureCause : Throwable to failureCause : ErrorInfo in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
Change Attribute Type failureCause : String to failureCause : ErrorInfo in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph | From | To | |
Rename Parameter | 1 | ||
Rename Parameter t : Throwable to suspensionCause : Throwable in method public failGlobal(suspensionCause Throwable) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To |