3c8a6588ac9bd35984d6e3b1eef916461a262fe4
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public serializeRecord(rec Record, target byte[]) : int renamed to public writeRecord(rec Record) : void in class org.apache.flink.runtime.operators.DataSinkTaskTest.MockFailingOutputFormat | From | To | |
Rename Method public serializeRecord(rec Record, target byte[]) : int renamed to public writeRecord(rec Record) : void in class org.apache.flink.runtime.operators.DataSinkTaskTest.MockOutputFormat | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type stubClass : Class<? extends FileOutputFormat> to stubClass : Class<? extends FileOutputFormat<Record>> in method public registerFileOutputTask(outTask AbstractInvokable, stubClass Class<? extends FileOutputFormat<Record>>, outPath String) : void in class org.apache.flink.runtime.operators.testutils.TaskTestBase | From | To | |
Change Parameter Type stubClass : Class<? extends DelimitedInputFormat> to stubClass : Class<? extends DelimitedInputFormat<Record>> in method public registerFileInputTask(inTask AbstractInvokable, stubClass Class<? extends DelimitedInputFormat<Record>>, inPath String, delimiter String) : void in class org.apache.flink.runtime.operators.testutils.TaskTestBase | From | To | |
Change Parameter Type outputFormat : FileOutputFormat to outputFormat : FileOutputFormat<Record> in method public registerFileOutputTask(outTask AbstractInvokable, outputFormat FileOutputFormat<Record>, outPath String) : void in class org.apache.flink.runtime.operators.testutils.TaskTestBase | From | To | |
Change Return Type | 2 | ||
Change Return Type int to void in method public writeRecord(rec Record) : void in class org.apache.flink.runtime.operators.DataSinkTaskTest.MockFailingOutputFormat | From | To | |
Change Return Type int to void in method public writeRecord(rec Record) : void in class org.apache.flink.runtime.operators.DataSinkTaskTest.MockOutputFormat | From | To | |
Rename Class | 3 | ||
Rename Class org.apache.flink.runtime.operators.MatchTaskTest renamed to org.apache.flink.runtime.operators.JoinTaskTest | From | To | |
Rename Class org.apache.flink.runtime.operators.MatchTaskExternalITCase renamed to org.apache.flink.runtime.operators.JoinTaskExternalITCase | From | To | |
Rename Class org.apache.flink.runtime.operators.MapTaskTest renamed to org.apache.flink.runtime.operators.FlatMapTaskTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type format : DelimitedInputFormat to format : DelimitedInputFormat<Record> in method public registerFileInputTask(inTask AbstractInvokable, stubClass Class<? extends DelimitedInputFormat<Record>>, inPath String, delimiter String) : void in class org.apache.flink.runtime.operators.testutils.TaskTestBase | From | To |