484915bce2e88bb108e34921a0efb6d89fc030e9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getOnlyExecution(jobMasterGateway JobMasterGateway) : ArchivedExecution renamed to private getFirstExecution(jobMasterGateway JobMasterGateway) : ArchivedExecution in class org.apache.flink.runtime.jobmaster.JobMasterTest | From | To | |
Rename Variable | 2 | ||
Rename Variable onlyExecution : ArchivedExecution to execution : ArchivedExecution in method private getInputSplit(jobMasterGateway JobMasterGateway, jobVertexId JobVertexID) : SerializedInputSplit in class org.apache.flink.runtime.jobmaster.JobMasterTest | From | To | |
Rename Variable jobGraph : JobGraph to dataSourceJobGraph : JobGraph in method public testRequestNextInputSplitWithDataSourceFailover() : void in class org.apache.flink.runtime.jobmaster.JobMasterTest | From | To | |
Inline Method | 1 | ||
Inline Method private createDataSourceJobGraph() : JobGraph inlined to public testRequestNextInputSplitWithDataSourceFailover() : void in class org.apache.flink.runtime.jobmaster.JobMasterTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type producer : InputFormatVertex to producer : JobVertex in method public testRequestNextInputSplitWithDataSourceFailover() : void in class org.apache.flink.runtime.jobmaster.JobMasterTest | From | To |